Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15266 - wxGTK
Summary: wxGTK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 06:13 UTC by Kai Schlüter
Modified: 2003-02-07 17:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Schlüter 2003-02-07 06:13:54 UTC
To compile wxGTK with gtk2 you have to disable odbc. So the use gtk2 should be 
changed to this: 
 
use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode --without-odbc
Comment 1 Nick Hadaway 2003-02-07 17:08:14 UTC
I have updated wxGTK-2.4.0 in portage.
I modified odbc detection so if both odbc and gtk2 are in use,
emerge spits info letting the user know about the incompatibility.
gtk2 is chosen by default.