moc (or moc2 or moc3) are basically tools for converting source files containing qt code to match your specific implementation. So this programme is necessary to compile lyx with the qt interface. It should be present on your system if you've got qt installed.
You may used locate moc | grep "/moc$" to check if it's there. Once you know where it is, you may add this directory path to the list used by configure. (run ./confugure --help to find the correct way to do that) or run PATH=$PATH:/your/path/comes/here/ ./configure Then moc should be found. Hope it helps, J.S. Am Mon, 2003-11-10 um 17.09 schrieb lev kantorovitch: > Dear All, > > I have been trying to compile the lates LyX with Qt, but ./configure > failed to find > some libraries, I supppose: > > checking for moc2... not found > checking for moc... not found > configure: error: moc binary not found in $PATH or /bin ! > > > What are these moc-things? The complete output of configfure > is also attached. > > PLease, help! > > Lev
