#18405 closed defect (fixed)
mesa-7.2_2 hw_render variant has no symbol _glDeleteTexturesEXT
Reported by: | raphael@… | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | OpenGL missing symbol | Cc: | gstaplin@…, andrea.damore@… |
Port: | mesa |
Description
When I try to start geomview with mesa @7.2_2+hw_render
installed, I get the following error:
> geomview dyld: Symbol not found: _glDeleteTexturesEXT Referenced from: /opt/local/lib/libgeomview-1.9.4.dylib Expected in: dynamic lookup Trace/BPT trap Exit 133 > nm /opt/local/lib/libGL.dylib | grep glDeleteTexturesEXT Exit 1
After installing mesa @7.2_2-hw_render
, I get
> nm /opt/local/lib/libGL.dylib | grep glDeleteTexturesEXT 00010b18 T _glDeleteTexturesEXT
and I don't get the above linker error.
Change History (5)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | andrea.damore@… added; jeremyhu@… removed |
---|---|
Owner: | changed from macports-tickets@… to jeremyhu@… |
comment:2 follow-up: 3 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Cc: | gstaplin@… added |
---|
comment:3 Changed 16 years ago by raphael@…
Replying to jeremyhu@…:
This is an issue, but you should be able to recompile geomview to get it working for you
No, recompiling geomview doesn't help.
comment:4 Changed 16 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed for a while now...
Note: See
TracTickets for help on using
tickets.
This is an issue, but you should be able to recompile geomview to get it working for you