I tried to compile VLC and got following error(s):
May you help me solving this problem? I also found another topic with a similar problem but this solution did not help.Making all in qt4
make[5]: Entering directory `/cygdrive/c/vlc/vlc-trunk/modules/gui/qt4'
/usr/win32/bin/moc -o main_interface.moc.cpp main_interface.hpp
/usr/win32/bin/moc: /usr/win32/bin/moc: cannot execute binary file
make[5]: *** [main_interface.moc.cpp] Error 126
make[5]: Leaving directory `/cygdrive/c/vlc/vlc-trunk/modules/gui/qt4'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/cygdrive/c/vlc/vlc-trunk/modules/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/c/vlc/vlc-trunk/modules/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/cygdrive/c/vlc/vlc-trunk/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/vlc/vlc-trunk'
make: *** [all] Error 2
Thanks for your help
Wild