- labels: 673102 --> Compile
- milestone: --> SVN
- assigned_to: nobody --> hdoomsday
wx "media" module absence is not detected by the configure script leading to the following error when compiling the libWiredAkai :
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lwx_gtk2ud_media-2.8
collect2: ld returned 1 exit status
make[3]: *** [libWiredAkai.la] Error 1
This module may not be needed by the libWiredAkai though.
Steps to reproduce :
./autogen.sh
./configure --prefix=/usr/local --enable-debug --disable-optimize
make
Various informations :
Linux distribution : Gentoo
$ uname -s -r -v -m -o
Linux 2.6.24-tuxonice-r9 #9 PREEMPT Thu Apr 2 20:18:23 CEST 2009 i686 GNU/Linux
$ wx-config --version-full
2.8.9.1
$ wx-config --cflags
-I/usr/lib/wx/include/gtk2-unicode-debug-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ -pthread
Workaround :
I had to recompile wxGTK with the gstreamer flag (gentoo)