Code: Select all
./configure --prefix=/usr
For solving this problem probably I have to so this during wx-GTK compile:checking for wx-config... /usr/bin/wx-config
checking if $CXX accepts -fpermissive... yes
Warning: No config found to match: /usr/bin/wx-config --unicode
in /usr/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
checking wx/wxprec.h usability... yes
checking wx/wxprec.h presence... yes
checking for wx/wxprec.h... yes
Code: Select all
./ configure --prefix=/usr --enable-unicode
The make process crash and return me this error:
Please can you help me! Have a nice daymake[6]: *** [libwxwidgets_plugin_a-open.o] Error 1
make[6]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a/modules/gui/wxwidgets'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a/modules/gui/wxwidgets'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nemesi/Documents/Downloads/vlc-0.8.4a'
make: *** [all] Error 2
Nemesi