The Three mentioned Libraries are not installed when i emerge on gentoo media-libs/mesa (6.5.1-r1)
How exactly is this a bug? GLwMDrawArea.h is only installed when you build with USE=motif. The other two headers are private and should not be installed.
How exactly is this a bug? GLwMDrawArea.h is only installed when you build with USE=motif. The other two headers are private and should not be installed. I used motif USE flag in make.conf to emerge and still i could not see GLwMDrawArea.h being added to /usr/include/X11/GL/ directory Should i used different emerge command?
How exactly is this a bug? GLwMDrawArea.h is only installed when you build with USE=motif. The other two headers are private and should not be installed. I used motif USE flag in make.conf to emerge and still i could not see GLwMDrawArea.h being added to /usr/include/GL/ directory Should i used different emerge command?
I posted this bug for the following reason My Application creates a Widget with glwMDrawingAreaWidgetClass, and ofcourse compiler error came as glwMDrawingArea was not available, so i copied explicity from another machine GLwMDrawArea.h and compiler error went away but got into Undefined Reference to glwMDrawingAreaWidgetClass linker error and when i compared with a working gentoo machine libs and include i found out that include directory did not have GLwMDrawArea.h GLwMDrawAreaP.h GLwDrawAreaP.h and lib did not have libGLw.a file and when i closely looked into emerge for files that media-libs/mesa updated i could not see the above mentioned. I googled and found USE=motif (but it was mesa-6.4. though) and did the same in the make.conf and re-emerged mesa-6.5.1-r1 but still i could not see it.
Sorry, there was some mistake in make.conf, i used % USE="motif" emerge media-libs/mesa and GLwMDrawArea.h was included into /usr/include/GL sorry i should have try emerging using the above format mentioned. Thanks Donnie Berkholz for assuring that GLwMDrawArea.h will be included by using USE="motif"
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.