Search found 2 matches

Go to advanced search

by mike basil
24 Jan 2013 12:00
Forum: Development around libVLC
Topic: Repository build fails - MOC not found
Replies: 2
Views: 507

Re: Repository build fails - MOC not found

thanks for the answer, yes as in http://wiki.videolan.org/Win32CompileMS ... leShooting

...even better would be to fix autotools setup to AVOID the workaround ;)
by mike basil
23 Jan 2013 12:00
Forum: Development around libVLC
Topic: Repository build fails - MOC not found
Replies: 2
Views: 507

Repository build fails - MOC not found

to keep the long story short, in <vlc_trunk>/modules/gui/ all Makefiles

Code: Select all

MOC = moc
had to be replaced with

Code: Select all

MOC = <vlc_trunk>/contrib/x86_64-w64-mingw32/bin/moc.exe
the same for rcc, uic;

somebody who knows autotools well could suggest a better fix..?

Go to advanced search