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
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