Hi Ev: yes, I figured that out. I hacked the Makefile to set "MOC4=/path_to_my_qt_install_dir/bin/moc", and it then passed compilation for Gui part.
I still encounters many problems during build/install. Thanks chris On Fri, Jun 1, 2012 at 11:51 PM, egphilippov <egphilip...@gmail.com> wrote: > On 02.06.2012 08:11, chris janusz wrote: > >> I couldn't do anything with the "moc" file since I don't know how it's >> generated. >> >> 3. Most importantly, How do I fix this "Qt4Gui.moc" failure? I did "make >> clean" after I did code change(of removing EmbedWidget), but didn't >> re-configure. >> >> Hello Chris, > > I am not a gnash specialist at all, but moc stuff is usually generated > with Qt utilities. > You should get Qt SDK & read Qt SDK documentation on moc and on Qt build > process to re-generate moc files. > > BR, > Evgeniy > >