|
|
 | | From: | Casey ODonnell | | Subject: | wx-config --libs Returns GTK2 even when Not Enabled... | | Date: | Wed, 19 Jan 2005 21:09:54 +0000 (UTC) |
|
|
 | I've been working on getting wxWidgets (wxALL 2.5.3) compiled/installed on a linuxPPC machine, and I've made quite a bit of progress. One problem I've had however is that even after doing:
../configure --with-gtk
After I make/install/etc, wx-config --libs still returns gtk2 libs...any idea why?
Thanks, CKO -- Casey O'Donnell RPI STS Department - Graduate Student
http://homepage.mac.com/codonnell/ http://homepage.mac.com/codonnell/wxsync/ http://homepage.mac.com/codonnell/wxblogger/
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | Vadim Zeitlin | | Subject: | Re: wx-config --libs Returns GTK2 even when Not Enabled... | | Date: | Wed, 19 Jan 2005 21:15:13 +0000 (UTC) |
|
|
 | On Wed, 19 Jan 2005 16:09:01 -0500 Casey ODonnell wrote:
CO> I've been working on getting wxWidgets (wxALL 2.5.3) CO> compiled/installed on a linuxPPC machine, and I've made quite a bit of CO> progress. One problem I've had however is that even after doing: CO> CO> ./configure --with-gtk CO> CO> After I make/install/etc, wx-config --libs still returns gtk2 CO> libs...any idea why?
Because GTK2 is the default starting from 2.5.3. If you absolutely must use GTK1 (why?), use --disable-gtk2.
Regards, VZ
-- TT-Solutions: wxWidgets consultancy and technical support http://www.tt-solutions.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | Milan Babuskov | | Subject: | Re: wx-config --libs Returns GTK2 even when Not Enabled... | | Date: | Thu, 20 Jan 2005 10:16:09 +0000 (UTC) |
|
|
 | Vadim Zeitlin wrote: > Because GTK2 is the default starting from 2.5.3. If you absolutely must > use GTK1 (why?)
Why not? It runs much faster if nothing else.
-- Milan Babuskov http://fbexport.sourceforge.net http://www.flamerobin.org
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | Casey ODonnell | | Subject: | Re: wx-config --libs Returns GTK2 even when Not Enabled... | | Date: | Thu, 20 Jan 2005 01:52:52 +0000 (UTC) |
|
|
 | Hehehe...
Makes total sense. I was just going off of INSTALL.txt.unix or whatever document I was reading.
Thanks...will try again.
On Wed, 19 Jan 2005 22:14:26 +0100 (Romance Standard Time), Vadim Zeitlin wrote: > On Wed, 19 Jan 2005 16:09:01 -0500 Casey ODonnell wrote: > > CO> I've been working on getting wxWidgets (wxALL 2.5.3) > CO> compiled/installed on a linuxPPC machine, and I've made quite a bit of > CO> progress. One problem I've had however is that even after doing: > CO> > CO> ./configure --with-gtk > CO> > CO> After I make/install/etc, wx-config --libs still returns gtk2 > CO> libs...any idea why? > > Because GTK2 is the default starting from 2.5.3. If you absolutely must > use GTK1 (why?), use --disable-gtk2. > > Regards, > VZ > > -- > TT-Solutions: wxWidgets consultancy and technical support > http://www.tt-solutions.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org > For additional commands, e-mail: wx-users-help@lists.wxwidgets.org > >
-- Casey O'Donnell RPI STS Department - Graduate Student
http://homepage.mac.com/codonnell/ http://homepage.mac.com/codonnell/wxsync/ http://homepage.mac.com/codonnell/wxblogger/
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
|