1827279 Members
2546 Online
109717 Solutions
New Discussion

error compiling Qt 3.3.1

 
Andrew Beal
Frequent Advisor

error compiling Qt 3.3.1

Hi,

I am trying to compile qt so I can run kde some kde apps (kate) for scripting etc..
but I am recieving the following error...

aCC -o qmake project.o property.o main.o makefile.o unixmake2.o unixmake.o msvc_nmake.o borland_bmake.o mingw_make.o msvc_dsp.o msvc_vcproj.o option.o winm
akefile.o projectgenerator.o metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o meta.o qtmd5.o qstring.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o q
datastream.o qgarray.o qbuffer.o qglist.o qptrcollection.o qfile.o qfile_unix.o qregexp.o qgvector.o qgcache.o qbitarray.o qdir.o quuid.o qfileinfo_unix.o qdir_uni
x.o qfileinfo.o qdatetime.o qstringlist.o qmap.o qconfig.o qunicodetables.o qsettings.o qlocale.o
/usr/ccs/bin/ld: Can't open project.o
/usr/ccs/bin/ld: No such file or directory

the command i used to compile qt was...

$./configure -bindir /home/logname/bin -libdir /home/logname/lib

running hpux 11.11 with a C ansi compiler installed.

It seems as though the object files are not getting created but I do not understand why...

i set the environment variables as specified in the instructions..

QTDIR=/home/logname/src/qt
PATH=$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
SHLIB_PATH=$QTDIR/lib

Any help would be greatly appreciated, also tips on compiling kde 3.2.2 if anyone has done this already.

Thanks in advance,

Andrew