Re: moc library

2003-11-11 Thread Matej Cepl
lev kantorovitch wrote: > What are these moc-things? The complete output of configfure > is also attached. Metadata Objects Compiler -- you need for compiling any Qt-based program. It usually resides in packages named like qt-dev or something. Matej -- Matej Cepl, GPG Finger: 89EF 4BC6 288A BF4

Re: moc library

2003-11-11 Thread Jerome Schretter
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

Re: moc library

2003-11-10 Thread Jeannette Meyer
> 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 ! Did you define the path to your qt directory? e.g. ./

moc library

2003-11-10 Thread 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 confi