On Wed, 29 Apr 2009 12:12:55 +0100 lux-integ <[email protected]> wrote:
> > thanks for your help. I got a bit further then it fails on > qt3-headers > > ########### > > In file included from /opt/qt-3.3.8b/include/qobjectdefs.h:45, > from /opt/qt-3.3.8b/include/qobject.h:45, > from actions/rs_actioninterface.h:31, > from actions/rs_actioninterface.cpp:28: > /opt/qt-3.3.8b/include/qglobal.h:734: error: ISO C++ 1998 does not > support 'long long' > /opt/qt-3.3.8b/include/qglobal.h:735: error: ISO C++ 1998 does not > support 'long long' > make[2]: *** [obj/rs_actioninterface.o] Error 1 > make[2]: Leaving directory > `~/qcad-2.0.5.0-1-community.src/qcadlib/src' make[1]: *** > [lib/libqcad.a] Error 2 make[1]: Leaving directory > `~/qcad-2.0.5.0-1-community.src/qcadlib' make: *** [all] Error 2 > Building qcadlib failed > compiler is forced to be pedantic, try; sed -i 's/^QMAKE/#&/g' mkspecs/defs.pro or just edit mkspecs/defs.pro and comment the offending assignments yourself. maybe --- David Jensen -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
