PDA

View Full Version : gmake install error /src/moc no such file or directory



Southpaw
02-01-2003, 01:44 PM
Since SEQ is down atm, I thought I would try and troubleshoot my problems installing QT 3.1.1 (on a RH 7.2).

I have gotten all the way to the gmake install step, but am now generating the following error message during gmake install:


gmake [9]: Entering Directory '/usr/lib/qt-3.1.1/src'
(cd /src/moc ; gmake)
bin/sh: cd: /src/moc no such file or directory.


I am not an expert, but I would guess that this is some kind of a path issue. I set up the path statements very carefully (from the instructions on this board and from the qt install notes) but cannot seem to isolate the problem.

the path statement that I export before building qt (and seq) is:

export QTDIR=/usr/lib/qt-3.1.1
export PATH=$QTDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH



when building seq, 'checking for qt' returns a yes, but the checking for qt moc bombs (obviously).

Help please :)

SP

jbarrio5
02-01-2003, 06:31 PM
Why dont you just upgrade to RH8? Its just a lot easyer. Dont bother with 7.2, its gone, get over it.

Poncho
02-01-2003, 08:03 PM
SEQ runs just fine with that error.

coolzero16
02-02-2003, 05:29 PM
ive read in a couple of posts now that seq runs better on 7.2 no?

anyways, i have rh8.0 and it was veerrrry easy to install took about 5 minutes except compiliing to install it from fresh