Bug 9071 - GLwMDrawArea.h GLwMDrawAreaP.h GLwDrawAreaP.h
Summary: GLwMDrawArea.h GLwMDrawAreaP.h GLwDrawAreaP.h
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: 6.5
Hardware: Other Linux (All)
: highest major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-17 20:51 UTC by Raghavendra P Narayanan
Modified: 2006-11-18 00:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Raghavendra P Narayanan 2006-11-17 20:51:14 UTC
The Three mentioned Libraries are not installed when i emerge on gentoo 
media-libs/mesa (6.5.1-r1)
Comment 1 Donnie Berkholz 2006-11-17 21:49:31 UTC
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.
Comment 2 Raghavendra P Narayanan 2006-11-17 22:49:14 UTC
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? 
Comment 3 Raghavendra P Narayanan 2006-11-17 22:51:26 UTC
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? 
Comment 4 Raghavendra P Narayanan 2006-11-17 23:02:47 UTC
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.
Comment 5 Raghavendra P Narayanan 2006-11-18 00:45:25 UTC
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.