OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: 2or0 on February 15, 2007, 05:51:56 am

Title: Smplayer
Post by: 2or0 on February 15, 2007, 05:51:56 am
Quote
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] (http://index.php?act=findpost&pid=154219\")

When you follow the link to forum in project website, you can find the newer version of smplayer ( [a href=\"http://www.phpbbplanet.com/smplayer/viewtopic.php?t=38&mforum=smplayer]http://www.phpbbplanet.com/smplayer/viewto...mforum=smplayer[/url] ). I compiled 0.1.9 twelve hours ago but it is already version 0.1.11.  

The smplayer I compiled works well at least on rc121 and mplayer in the feed. If it doesn't work on beta 3 or even lower version, please post it.

- yonggun
Title: Smplayer
Post by: kkazakov13 on February 15, 2007, 06:25:01 am
It does not work, because I try to use Atty's mplayer version, which lacks a lot of options smplayer tries to add.

I'm on building smplayer "compatible" with atty's mplayer
Title: Smplayer
Post by: kkazakov13 on February 15, 2007, 06:36:14 am
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.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I see no any "normal" error that can check there ...
Title: Smplayer
Post by: 2or0 on February 15, 2007, 06:51:35 am
Quote
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.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I 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
Title: Smplayer
Post by: Meanie on February 15, 2007, 10:47:41 am
Quote
Quote
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.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I 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_DEBUG
oh well, i will need to comment out all the qDebug statements and recompile...
Title: Smplayer
Post by: 2or0 on February 15, 2007, 11:51:12 am
Quote
Quote
Quote
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.cpp
helper.cpp:32: error: expected class-name before '{' token
helper.cpp: In static member function `static void Sleeper::sleep(long unsigned int)':
helper.cpp:34: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::msleep(long unsigned int)':
helper.cpp:37: error: `QThread' has not been declared
helper.cpp: In static member function `static void Sleeper::usleep(long unsigned int)':
helper.cpp:40: error: `QThread' has not been declared
make: *** [.obj/helper.o] Error 1

I 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_DEBUG
oh 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]

In new package post, I reuploaded 0.1.11 whose qDebug statements are removed.

- yonggun