Re: compile error:missing moc binary

2003-03-21 Thread Raymond Ouellette
I had the same problem (Mandrake 9.0) even if qt3-devel was previously installed.
Here is my solution if you decide to compile from rpm source.

As root, after downloading lyx-1.3.1-1-qt.src.rpm, in a terminal:

ln -s /usr/lib/qt3 /usr/lib/qt
QTDIR=/usr/lib/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/man:$MANPATH
LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR PATH MANPATH LD_LIBRARY_PATH

then the command rpm --rebuild lyx-1.3.1-1-qt.src.rpm will proceed correctly (it's 
long!) and the new rpm will be in /usr/src/RPM/RPMS/i586/

R. Ouellette

-- 

Édité et transmis avec des logiciels libres sous Linux !


Re: compile error:missing moc binary

2003-03-20 Thread Dekel Tsur
On Thu, Mar 20, 2003 at 12:12:51PM +0100, Thomas Sch?nhoff wrote:
> I'll try to compile LyX-1.3.0-1 on Debian Woody for making a Debian 
> package with checkinstall by using:
> 
> /usr/local/sbin/checkinstall ./configure --with-frontend=qt
> 
> 
> Compilation ends up with this error message:
> 
> configure: error: moc binary not found in $PATH or /bin !
> 
> I've never heard of a package named "moc". Could someone tell me what is 
> missing ?

apt-get install libqt3-dev


Re: compile error:missing moc binary

2003-03-20 Thread Andre Poenitz
On Thu, Mar 20, 2003 at 12:42:45PM +0100, Thomas Schönhoff wrote:
> Very curious, since LyX-qt-1.3.0 compiled without any complaints, not 
> missing anything and work smoothly!? Obiviously somethings must have 
> been changed, isn't it!?

Obviously. But I don't know what.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


Re: compile error:missing moc binary

2003-03-20 Thread Thomas Schönhoff
Andre Poenitz schrieb:

On Thu, Mar 20, 2003 at 12:12:51PM +0100, Thomas Schönhoff wrote:
 

I've never heard of a package named "moc". Could someone tell me what is 
missing ?
   

This is some Qt preprocessor (according to my understanding...)

On my system it comes with the package qt-devel and is located in
/usr/lib/qt-2.3.1/bin/moc
Andre'

 

Hello,

thanks for quick response!
Very curious, since LyX-qt-1.3.0 compiled without any complaints, not 
missing anything and work smoothly!? Obiviously somethings must have 
been changed, isn't it!?

Thomas




Re: compile error:missing moc binary

2003-03-20 Thread Andre Poenitz
On Thu, Mar 20, 2003 at 12:12:51PM +0100, Thomas Schönhoff wrote:
> I've never heard of a package named "moc". Could someone tell me what is 
> missing ?

This is some Qt preprocessor (according to my understanding...)

On my system it comes with the package qt-devel and is located in
/usr/lib/qt-2.3.1/bin/moc

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)


compile error:missing moc binary

2003-03-20 Thread Thomas Schönhoff
Hi,

I'll try to compile LyX-1.3.0-1 on Debian Woody for making a Debian 
package with checkinstall by using:

/usr/local/sbin/checkinstall ./configure --with-frontend=qt

Compilation ends up with this error message:

configure: error: moc binary not found in $PATH or /bin !

I've never heard of a package named "moc". Could someone tell me what is 
missing ?

Thomas