Page 1 of 1

0.9.8 compile error qt4

Posted: 24 Jan 2009 13:29
by cakrudy
Hi All, I have a compile error like below this :

Code: Select all

Making all in qt4 make[5]: Entering directory `/cygdrive/c/VLC/vlc/modules/gui/qt4' moc -DHAVE_CONFIG_H -I../../../include -I../../../include -I/usr/win32/include - I/usr/win32/include/ebml -DSYS_MINGW32 -I../../.. `top_builddir="../../.." ../.. /../vlc-config --cppflags plugin qt4` -o main_interface.moc.cpp main_interface.h pp /bin/sh: moc: command not found make[5]: *** [main_interface.moc.cpp] Error 127 make[5]: Leaving directory `/cygdrive/c/VLC/vlc/modules/gui/qt4' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/cygdrive/c/VLC/vlc/modules/gui' make[3]: *** [all] Error 2 make[3]: Leaving directory `/cygdrive/c/VLC/vlc/modules/gui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/cygdrive/c/VLC/vlc/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/c/VLC/vlc' make: *** [all] Error 2
I'm using contrib: contrib-20080811-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2. how the solution. thanks.

Re: 0.9.8 compile error qt4

Posted: 24 Jan 2009 14:49
by Jean-Baptiste Kempf
You don't have moc.exe in /usr/win32/bin ?

Re: 0.9.8 compile error qt4

Posted: 24 Jan 2009 16:43
by cakrudy
oh thank you very much, you remind me. I have copied moc.exe, rcc.exe, uic.exe from /usr/win32/bin to /bin, and it work!

Re: 0.9.8 compile error qt4

Posted: 24 Jan 2009 17:03
by Jean-Baptiste Kempf
You $PATH should be modify if you want to compile vlc.