2or0, where did you found 0.1.9 ... All I find is 0.1.5 and some date-named version. I want to recompile it for beta3, and to try to use atty's mplayer (not sure if it will work, but want to try it) because it has unknown command line options passed to 'mplayer' executable, and does not work [div align=\"right\"][{POST_SNAPBACK}][/a][/div]
g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpphelper.cpp:32: error: expected class-name before '{' tokenhelper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':helper.cpp:34: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':helper.cpp:37: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':helper.cpp:40: error: `QThread' has not been declaredmake: *** [.obj/helper.o] Error 1
Any idea why I get this:Code: [Select]g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpphelper.cpp:32: error: expected class-name before '{' tokenhelper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':helper.cpp:34: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':helper.cpp:37: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':helper.cpp:40: error: `QThread' has not been declaredmake: *** [.obj/helper.o] Error 1I see no any "normal" error that can check there ...[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]
QuoteAny idea why I get this:Code: [Select]g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpphelper.cpp:32: error: expected class-name before '{' tokenhelper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':helper.cpp:34: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':helper.cpp:37: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':helper.cpp:40: error: `QThread' has not been declaredmake: *** [.obj/helper.o] Error 1I see no any "normal" error that can check there ...[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]I compared yours with my environment. In my case, there are more options( -DQT_SHARED -DQT_THREAD_SUPPORT ), then everything is OK.- yonggun[div align=\"right\"][a href=\"index.php?act=findpost&pid=154234\"][{POST_SNAPBACK}][/a][/div]
QuoteQuoteAny idea why I get this:Code: [Select]g++ -c -pipe -Wall -W -O3 -fomit-frame-pointer -mcpu=xscale -mtune=iwmmxt -fno-exceptions -DDATA_PATH= -DDOC_PATH= -DTRANSLATION_PATH= -DQT_NO_DEBUG -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/qt3/mkspecs/default -I. -I../../../gcc-3.4.6/armv5tel-cacko-linux/qt3/include -I/opt/native/arm/3.4.6-xscale-softvfp/armv5tel-cacko-linux/q3/include -I.ui/ -I. -I.moc/ -o .obj/helper.o helper.cpphelper.cpp:32: error: expected class-name before '{' tokenhelper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':helper.cpp:34: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':helper.cpp:37: error: `QThread' has not been declaredhelper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':helper.cpp:40: error: `QThread' has not been declaredmake: *** [.obj/helper.o] Error 1I see no any "normal" error that can check there ...[div align=\"right\"][a href=\"index.php?act=findpost&pid=154230\"][{POST_SNAPBACK}][/a][/div]I compared yours with my environment. In my case, there are more options( -DQT_SHARED -DQT_THREAD_SUPPORT ), then everything is OK.- yonggun[div align=\"right\"][a href=\"index.php?act=findpost&pid=154234\"][{POST_SNAPBACK}][/a][/div]i compiled 1.11 but when i run it, it shows a lot of debug info in the console even though it was compiled with -DNO_DEBUGoh well, i will need to comment out all the qDebug statements and recompile...[div align=\"right\"][a href=\"index.php?act=findpost&pid=154253\"][{POST_SNAPBACK}][/a][/div]