Ticket #18405 (closed defect: fixed)
mesa-7.2_2 hw_render variant has no symbol _glDeleteTexturesEXT
| Reported by: | raphael@… | Owned by: | jeremyhu@… |
|---|---|---|---|
| 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
comment:1 Changed 4 years ago by macsforever2000@…
- Cc andrea.damore@… added; jeremyhu@… removed
- Owner changed from macports-tickets@… to jeremyhu@…
comment:2 follow-up: ↓ 3 Changed 4 years ago by jeremyhu@…
- Cc gstaplin@… added
This is an issue, but you should be able to recompile geomview to get it working for you
comment:3 in reply to: ↑ 2 Changed 4 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.
Note: See
TracTickets for help on using
tickets.

