|
|
#./configure -platform linux-g++ -shared
#make
#make install
make[1]: Entering directory `/var/tmp/qt-x11-free-3.3.4'
cd qmake && make
make[2]: Entering directory `/var/tmp/qt-x11-free-3.3.4/qmake'
make[2]: `qmake' is up to date.
make[2]: Leaving directory `/var/tmp/qt-x11-free-3.3.4/qmake'
cd qmake && make install
make[2]: Entering directory `/var/tmp/qt-x11-free-3.3.4/qmake'
[ -d /var/tmp/qt-x11-free-3.3.4/bin ] || mkdir -p /var/tmp/qt-x11-free-3.3.4/bin
cp -f /var/tmp/qt-x11-free-3.3.4/bin/qmake /var/tmp/qt-x11-free-3.3.4/bin
cp: /var/tmp/qt-x11-free-3.3.4/bin/qmake: No such file or directory
make[2]: [install] Error 1 (ignored)
[ -d /var/tmp/qt-x11-free-3.3.4 ] || mkdir -p /var/tmp/qt-x11-free-3.3.4
cp -R -f /var/tmp/qt-x11-free-3.3.4/mkspecs /var/tmp/qt-x11-free-3.3.4
cp: /var/tmp/qt-x11-free-3.3.4/mkspecs/linux-g++/linux-g++: cannot copy cyclic symbolic link
cp: /var/tmp/qt-x11-free-3.3.4/mkspecs/default/linux-g++: cannot copy cyclic symbolic link
make[2]: [install] Error 1 (ignored)
ln -s -f /var/tmp/qt-x11-free-3.3.4/mkspecs/linux-g++ /var/tmp/qt-x11-free-3.3.4/mkspecs/default
make[2]: Leaving directory `/var/tmp/qt-x11-free-3.3.4/qmake'
cd src/moc && make
make[2]: Entering directory `/var/tmp/qt-x11-free-3.3.4/src/moc'
make[2]: *** No rule to make target `/var/tmp/qt-x11-free-3.3.4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
make[2]: Leaving directory `/var/tmp/qt-x11-free-3.3.4/src/moc'
make[1]: *** [src-moc] Error 2
make[1]: Leaving directory `/var/tmp/qt-x11-free-3.3.4'
make: *** [install] Error 2
各位兄弟,怎么解决啊? |
|