Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] glew/glewmx or what?
Date: Mon, 01 Aug 2011 08:07:23
Message-Id: 20110801080522.GA9918@solfire
In Reply to: Re: [gentoo-user] glew/glewmx or what? by Michael Schreckenbauer
1 Michael Schreckenbauer <grimlog@×××.de> [11-07-31 21:04]:
2 > Hi,
3 >
4 > Am Sonntag, 31. Juli 2011, 17:09:08 schrieb meino.cramer@×××.de:
5 > > Hi,
6 > >
7 > > to compile the Mitsuba renderer I need "glewmx" (whatever this means).
8 > > Postings on the net let me believe, that "glewmx" is a part of glew,
9 > > which in turn is a gentoo package.
10 > >
11 > > But I found no USE-flags telling the package to build glew with
12 > > "glewmx"...or I misunderstood the whole thing ...
13 > >
14 > >
15 > > Can someone please shed some wise light on my shadowed mind so
16 > > I will be able to embrace this holy "glewmx" love and peace?
17 > > ;) <<<--- very big!!!
18 >
19 > you could add -DGLEW_MX to your CFLAGS and emerge glew with this setting.
20 > Better way is to copy the glew ebuild to your local overlay and fix it to
21 > compile with this flag set.
22 > CFLAGS.EXTRA="-DGLEW_MX"
23 > added to pkg_setup() might do the job.
24 >
25 > > Thank you very much for any enlightment!
26 > > Best regards
27 > > mcc
28 >
29 > Regards,
30 > Michael
31 >
32 >
33
34 Hi Michael,
35
36 thank you for your help ! :)
37
38 Unfortunately this seems only the half of the way to go...
39
40 The installation process only install libglew...and leave libglewmx
41 untouched.
42 ...
43
44 Any idea how to convince the package to install everything?
45
46 Best regards,
47 mcc