Hi ! I have to make shared libvlc.so, in configure type --enable-shared-libvlc And during make I have: 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: ....
missing header for unified diff at line 1 of patch
can't find file to patch at input line 1
Perhaps you used the wrong -p or --strip option?
File to patch:
I can't find patch for wx 2.8.0 on ml... :( I tried google and browse december devel list... Can you give me link to the patch ? I don't need explanation for dropping wx for qt, because it's very good choice IMO, I don't like wxWidgets and love qt interface ! :) Is there already working qt interface...
Hmm.. Will vlc work without wxWidgets (I mean compilation without wxWidgets - ./configure --disable-wxwidgets) ? ------------- EDIT OK, I compiled without wxWidgets, but it's useless only with skins2.. For what will you drop wxWidgets and when can we expect that ? 0.9.0 will be still with wx, or wit...
Sorry, but I'm not a programmer... :( I tried to do something with configure.ac, especially with this: # look for wx-config AC_PATH_PROG(WX_CONFIG, ${WXWIDGETS_NAME}, no, ${WXWIDGETS_PATH}) if test "${WX_CONFIG}" != "no" -a "${CXX}" != "" then if expr 2.6.0 \>...