On Fri, Jul 09, 2004 at 04:14:25PM +0200, Jean-Marc Lasgouttes wrote: > Angus> lyx_gui.C is currently defined in Makefile.am: Makefile.am: > Angus> lyx_gui.C > > Angus> You need to move it to the MOCFILES target of Makefile.dialogs. > > I added it to MOCFILES and now I get (after much automake running): > make[1]: *** No rule to make target `lyx_gui_moc.C', needed by `lyx_gui_moc.lo'. > Stop. > > What does this mean?
moc works best with .h files. Trolltech has a very funny view on how people want to organize their projects and things tend to fails as soon as you try something they consider "unusual". Andre'