CVS HEAD's makefiles don't find the qt "moc" program on Fedora Core 6.
The compilation fails in gui/ when compiling kde.cpp:
kde.cpp:45:21: error: klash.moc: No such file or directory
This error is preceded (at some distance) by the warning from the makefile:
WARNING: Install QT's moc tool! Linking to default MOC file
We don't provide a default MOC file, though (at least in CVS), so
it ends up being a symlink to nothing (klask.moc.in).
On FC6, moc is in /usr/lib/qt-3.3/bin/moc.
Enjoy...
John
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev