[Qt-interest] qscxml and Qhttp

Stephen Kelly steveire at gmail.com
Thu Oct 21 15:19:22 CEST 2010


noam.rosenthal at nokia.com wrote:

> Hi Daniele
> Sounds like a problem but it also sounds fixable ~
> If you post some actual code that shows the problem it would help me help
> you :)
> 

I tried to build scxml from git but there seems to be missing files. Does 
the repo need to be updated?


 
kde-devel at bishop:~/kde/src/playground/scxml{master}$ make
makeobj[0]: Entering directory `/home/kde-devel/kde/src/playground/scxml'
cd scc/ && /usr/bin/make -f Makefile 
cd examples/ && /usr/bin/make -f Makefile 
make[1]: Entering directory `/home/kde-devel/kde/src/playground/scxml/scc'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/kde-devel/kde/src/playground/scxml/scc'
make[1]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples'
cd blackjack/ && /usr/bin/make -f Makefile 
cd calc/ && /usr/bin/make -f Makefile 
cd scc/ && /usr/bin/make -f Makefile 
make[2]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc'
cd loginmvc/ && /usr/bin/make -f Makefile 
make[2]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/calc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/calc'
cd animations/ && /usr/bin/make -f Makefile 
make[3]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/loginmvc'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_NETWORK_LIB -
DQT_CORE_LIB -DQT_SHARED -I/home/kde-devel/kde/qt47/mkspecs/linux-g++ -I. -
I/home/kde-devel/kde/qt47/include/QtCore -I/home/kde-
devel/kde/qt47/include/QtNetwork -I/home/kde-devel/kde/qt47/include/QtGui -
I/home/kde-devel/kde/qt47/include -I. -I. -o main.o main.cpp
make[3]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/animations'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/home/kde-devel/kde/qt47/mkspecs/linux-g++ -I. -I/home/kde-
devel/kde/qt47/include/QtCore -I/home/kde-devel/kde/qt47/include/QtGui -
I/home/kde-devel/kde/qt47/include -I. -o main.o main.cpp
cd algotest/ && /usr/bin/make -f Makefile 
make[2]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/blackjack'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/blackjack'
make[3]: Entering directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/algotest'
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_CORE_LIB -DQT_SHARED -I/home/kde-
devel/kde/qt47/mkspecs/linux-g++ -I. -I/home/kde-
devel/kde/qt47/include/QtCore -I/home/kde-devel/kde/qt47/include -I. -o 
main.o main.cpp
main.cpp:42:27: error: sc_animations.h: No such file or directory
main.cpp: In function 'int main(int, char**)':
main.cpp:54: error: 'SMClass_animations' was not declared in this scope
main.cpp:54: error: expected ';' before 'stateMachine'
main.cpp:62: error: 'stateMachine' was not declared in this scope
main.cpp:69: error: 'QPropertyAnimation' was not declared in this scope
main.cpp:69: error: 'anim' was not declared in this scope
main.cpp:69: error: expected type-specifier before 'QPropertyAnimation'
main.cpp:69: error: expected ';' before 'QPropertyAnimation'
main.cpp:73: error: incomplete type 'QEasingCurve' used in nested name 
specifier
main.cpp:73: error: invalid use of incomplete type 'struct QEasingCurve'
/home/kde-devel/kde/qt47/include/QtCore/qmetatype.h:312: error: forward 
declaration of 'struct QEasingCurve'
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/animations'
make[2]: *** [sub-animations-make_default] Error 2
make[2]: *** Waiting for unfinished jobs....
main.cpp:43:27: error: sc_controller.h: No such file or directory
main.cpp: In member function 'virtual void DummyModel::login(const QString&, 
const QString&)':
main.cpp:78: error: incomplete type 'QTimer' used in nested name specifier
main.cpp: In function 'int main(int, char**)':
main.cpp:169: error: 'SMClass_controller' was not declared in this scope
main.cpp:169: error: 'controller' was not declared in this scope
main.cpp:169: error: expected type-specifier before 'SMClass_controller'
main.cpp:169: error: expected ';' before 'SMClass_controller'
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/loginmvc'
make[2]: *** [sub-loginmvc-make_default] Error 2
main.cpp:42:21: error: sc_test.h: No such file or directory
main.cpp: In function 'int main(int, char**)':
main.cpp:48: error: 'SMClass_test' was not declared in this scope
main.cpp:48: error: expected ';' before 'stateMachine'
main.cpp:49: error: 'stateMachine' was not declared in this scope
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc/algotest'
make[2]: *** [sub-algotest-make_default] Error 2
make[2]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples/scc'
make[1]: *** [sub-scc-make_default] Error 2
make[1]: Leaving directory `/home/kde-
devel/kde/src/playground/scxml/examples'
make: *** [sub-examples-make_default] Error 2
makeobj[0]: Leaving directory `/home/kde-devel/kde/src/playground/scxml'
Qt( 4.7 ) KDE ( 4.6 ) 





More information about the Qt-interest-old mailing list