Feature #3859
closedGLwCreateMDrawingArea is missing from libGLw
100%
Description
The symbol GLwCreateMDrawingArea is not defined in /usr/lib/libGLw.so.1.
It is defined in the header /usr/include/GL/GLwMDrawA.h which is in pkg:/x11/library/mesa@7.4.4-0.151.1.7 but the corresponding symbol is undefined in the shared library.
Attached is a program that should compile with -lGLw but doesn't (afaik).
Files
Updated by Johann Oskarsson about 10 years ago
gcc -o create_m_drawing_area create_m_drawing_area.o -lGLw -lXt Undefined first referenced symbol in file GLwCreateMDrawingArea create_m_drawing_area.o ld: fatal: symbol referencing errors. No output written to create_m_drawing_area collect2: ld returned 1 exit status
Updated by Ken Mays about 10 years ago
As discussed, you'd have to rebuild libGLw with motif feature enabled (disabled by default). Not really a bug.
Updated by Ken Mays about 10 years ago
- Status changed from New to Closed
Johann - Closing this ticket as it is not a bug nor part of the core distro, but a feature request.
Updated by Ken Mays over 8 years ago
- Status changed from New to Closed
- Assignee changed from OI XNV to Ken Mays
- % Done changed from 0 to 100
Fixed. Patch submitted for hipster-2015/oi-151a9|10.
http://pkg.openindiana.org/hipster-2015
x11/library/mesa@9.0.3,5.11-2015.0.0.0:20150206T062316Z
x11/library/glu@9.0.0,5.11-2015.0.0.0:20150206T091828Z
x11/library/glw@8.0.0,5.11-2015.0.0.0:20150206T091829Z
Updated by Ken Mays over 8 years ago
- File Mesa_7.4.4_Makefile Mesa_7.4.4_Makefile added