On Fri, 16 Jun 2006 07:49:41 +0300
Rumen Yotov <[EMAIL PROTECTED]> wrote:

> michael higgins wrote:
> > Hello, all.
> > 
> > When updating my world, I come across this error when upgrading Audacity:
> > 
> > 
> > !!! set-wxconfig: Error:  Can't find normal or debug version:
> > !!! set-wxconfig:         /usr/lib/wx/config/gtk2-ansi-release-2.6 not found
> > !!! set-wxconfig:         /usr/lib/wx/config/gtk2-ansi-debug-2.6 not found
> > !!! You need to emerge wxGTK with gtk2 in your USE
> > 
> > So, I:
> > 
> > # emerge -pv wxGTK
> > 
> > These are the packages that would be merged, in order:
> > 
> > Calculating dependencies... done!
> > [ebuild   R   ] x11-libs/wxGTK-2.6.2-r1  USE="gnome -X -debug -doc 
> > -joystick -odbc -opengl -sdl -unicode" 0 kB
> > 
> > Total size of downloads: 0 kB
> > 
> > Unfortunately, I don't see, simply, where that flag is available. What am I 
> > missing?
> > 
> > Thanks,
> > 
> > 


Thanks to everyone who replied... the answer, however is the 'X' use flag in 
wxGTK-2.6.3.2. I just happened to catch a note about it 

pkg_setup() {
        if use X; then
                einfo "To install only wxbase (non-gui libs) use USE=-X"
        else
                einfo "To install GUI libraries, in addition to wxbase, use 
USE=X"
        fi
}

... when I re-emerged wxGTK as had been suggested. 


-- 
 |\  /|        |   |          ~ ~  
 | \/ |        |---|          `|` ?
 |    |ichael  |   |iggins    \^ /
 michael.higgins[at]evolone[dot]org
-- 
gentoo-user@gentoo.org mailing list

Reply via email to