Summary: | Audacity 1.1.3 compilation failed (maybe wxGTK error) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaakko Holster <yaggo> |
Component: | Current packages | Assignee: | Nick Hadaway <grandmasterlinux> |
Status: | RESOLVED CANTFIX | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jaakko Holster
2003-09-02 15:41:28 UTC
For me it does compile and install, with USE=-gtk2. The problem is that it DOES build with gtk2, and the result is very poor. Many controls are invisible, and those that work are extremely difficult to use. I have to essentially blindly click around to find some options on that left toolbar thing with the mute and solo and... whatever is above it. Anybody home? It fails also with USE=-gtk2: root ~# USE="-gtk2" nice emerge audacity -- clip -- FileFormats.cpp: In function `wxString sf_header_name(int)': FileFormats.cpp:104: `SFC_GET_FORMAT_INFO' undeclared (first use this function) FileFormats.cpp:104: (Each undeclared identifier is reported only once for each function it appears in.) FileFormats.cpp:245:6: warning: trigraph ??' ignored FileFormats.cpp:259:16: warning: trigraph ??' ignored make[1]: *** [obj/FileFormats.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/audacity-1.1.3/work/audacity-src-1.1.3/src' make: *** [audacity] Error 2 !!! ERROR: media-sound/audacity-1.1.3 failed. !!! Function src_compile, Line 43, Exitcode 2 !!! (no error message) Has anybody tried this with 1.2.0-pre1 (not in Portage yet, it seems)? Nah. I'm not going to mess with anything outside of portage. I hope this is fixed one day, but it looks like it isn't being seriously worked on. This is definitely being seriously worked on. grrr. Here is the deal. If you compile wxGTK with gtk2 enabled... and then change to -gtk2 and compile audacity... it will fail... It WILL work if you have -gtk2 set when compiling both wxGTK and audacity. The 1.2.0-pre series has not been added to portage due to the fact that the vst plugin licensing isn't worked out yet. When 1.2.0 is released (which should be soon now) it'll be added to portage and I am hoping that they have the background details worked out by then. The problem with gtk2 has been acknowledged upstream with the 1.1.x and prior series. From what I understand the 1.2.x series will be compatible with a gtk2 enabled wxGTK build. |