hi
I've downloaded qt-copy from the kde3 cvs
i put it in /usr/local/qt
i set the enviroment variables:
setenv QTDIR /usr/local/qt
setenv PATH $QTDIR/bin:$PATH
setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH
then
cd $QRDIR
/configure
i get:
Creating qmake. Please wait...
In file included from /usr/local/qt/src/tools/qfileinfo.h:43,
from /usr/local/qt/src/tools/qdir.h:43,
from generators/mac/pbuilder_pbx.cpp:40:
/usr/local/qt/src/tools/qdatetime.h:43:24: qnamespace.h: No such file or
directory
i look for it:
erez@hal /usr/local/qt==> ls /usr/local/qt/src/kernel/qnamespace.h
-rw-r--r-- 1 erez staff 18k Feb 21 12:01
/usr/local/qt/src/kernel/qnamespace.h
so i do:
/configure -I/usr/local/qt/src/kernel/
and again i get:
In file included from /usr/local/qt/src/tools/qfileinfo.h:43,
from /usr/local/qt/src/tools/qdir.h:43,
from generators/mac/pbuilder_pbx.cpp:40:
/usr/local/qt/src/tools/qdatetime.h:43:24: qnamespace.h: No such file or
directory
what am i doing wrong ?
regards
erez.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]