t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

compile error #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using Qt 4.5.0

g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT
-fPIC -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore
-I/usr/include/QtGui -I/usr/include/QtScript -I/usr/include -I. -Irelease
-I. -o release/qtscript_QtConcurrent.o
../../generated_cpp/com_trolltech_qt_core/qtscript_QtConcurrent.cpp
In file included from
../../generated_cpp/com_trolltech_qt_core/qtscript_QtConcurrent.cpp:10:
/usr/include/QtCore/qtconcurrentreducekernel.h: In member function ‘bool
QtConcurrent::ReduceKernel<ReduceFunctor, ReduceResultType,
T>::shouldThrottle()’:
/usr/include/QtCore/qtconcurrentreducekernel.h:214: error: ‘QThreadPool’
has not been declared
/usr/include/QtCore/qtconcurrentreducekernel.h: In member function ‘bool
QtConcurrent::ReduceKernel<ReduceFunctor, ReduceResultType,
T>::shouldStartThread()’:
/usr/include/QtCore/qtconcurrentreducekernel.h:220: error: ‘QThreadPool’
has not been declared
make[2]: *** [release/qtscript_QtConcurrent.o] Error 1

Original issue reported on code.google.com by fee...@gmail.com on 21 Mar 2009 at 9:48

GoogleCodeExporter commented 8 years ago
same as bug 41, added a comment there.

Original comment by ian.mon...@gmail.com on 31 Mar 2009 at 6:43