I have to make shared libvlc.so, in configure type
Code: Select all
--enable-shared-libvlc
Code: Select all
gcc -Wsign-compare -Wall -march=pentium-m -Os -pipe -pipe -o libaccess_file_plugin.so -shared -fpic -fPIC ../../src/libvlc.so -u vlc_entry__0_8_6 libaccess_file_plugin.a -L/usr/lib -lpthread
gcc: ../../src/libvlc.so: No such file or directory
make[4]: *** [libaccess_file_plugin.so] Error 1
This is 0.8.6a version, (I tried 0.9.0 svn, but it doesn't work with wxwidgets 2.8.0 - after apply patch of course and 0.8.6 bugfix svn for today - the same error above)