[Php-qt-users] Error Compiling php-qt : make
Status: Beta
Brought to you by:
tm243
From: Yann N. <ya...@on...> - 2008-02-03 17:39:08
|
I'm on Kubuntu Gusty. yannux@spike:~/TMP/phpqt$ cmake . -- Found Qt-Version 4.3.2 -- /usr/include/php5/main -- Found PHP5-Version 5.2.3-1ubuntu6.3 -- Found Qwt: /usr/lib/libqwt-qt4.so -- QScintilla not found, support disabled -- Including Qwt5 support into smokeqt -- Build Smoke... yes - Qt only -- Configuring done -- Generating done -- Build files have been written to: /home/yannux/TMP/phpqt Error append when I try to "make" : yannux@spike:~/TMP/phpqt$ make [ 2%] Building CXX object smoke/qt/CMakeFiles/smokeqt.dir/x_19.o /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6070: error: expected ',' or '...' before 'x3' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6278: error: expected ',' or '...' before 'x3' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp: In member function 'void x_QwtPlot::x_83(Smoke::StackItem*) const': /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:5924: error: expected primary-expression before 'const' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:5924: error: expected `)' before 'const' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp: In member function 'void x_QwtPlot::x_90(Smoke::StackItem*) const': /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:5959: error: expected primary-expression before 'const' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:5959: error: expected `)' before 'const' /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp: In member function 'virtual void x_QwtPlot::drawItems(QPainter*, const QRect&, const QwtScaleMap*) const': /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6074: error: 'x3' was not declared in this scope /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6075: error: 'x4' was not declared in this scope /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp: In member function 'virtual void x_QwtPlot::printCanvas(QPainter*, const QRect&, const QwtScaleMap*) const': /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6282: error: 'x3' was not declared in this scope /home/yannux/TMP/phpqt/smoke/qt/x_19.cpp:6283: error: 'x4' was not declared in this scope make[2]: *** [smoke/qt/CMakeFiles/smokeqt.dir/x_19.o] Error 1 make[1]: *** [smoke/qt/CMakeFiles/smokeqt.dir/all] Error 2 make: *** [all] Error 2 -- Yannux http://blog.onbebop.net |