Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 15266

Summary: wxGTK
Product: Gentoo Linux Reporter: Kai Schlüter <kai>
Component: [OLD] LibraryAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.