Ultrastar

YDL running on the Sony Playstation 3

Moderator: billb

Ultrastar

Postby Jaycounet » 31 Dec 2007, 15:56

Hello I would like to know if someone has already installed http://ultrastar-ng.sourceforge.net/ on YDL with his PS3 ?

If yes someone can explain to me how to install it

thx in advance
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Re: Ultrastar

Postby billb » 31 Dec 2007, 16:33

Jaycounet wrote:Hello I would like to know if someone has already installed http://ultrastar-ng.sourceforge.net/ on YDL with his PS3 ?


Looks like you'd need to compile it ... have you looked at the README file included with the source code?
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby Jaycounet » 31 Dec 2007, 16:41

I'm noob on this ...
I Found an RPM could it be usefull ?
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby billb » 31 Dec 2007, 16:43

Jaycounet wrote:I'm noob on this ...
I Found an RPM could it be usefull ?


If it is for PPC and doesn't require any dependencies that are not available ... do you have a link to it?
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby Jaycounet » 31 Dec 2007, 16:45

it's in the section dwl http://ultrastar-ng.sourceforge.net/?page=download


OpenSuse
You can found both rpm and rpm source for openSUSE 10.2 here (for both i586 and x86_64).
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby Jaycounet » 02 Jan 2008, 23:03

I have try to install the archive and confgire ...

but problem at the end
.....
checking for portAudioV19... no
checking for Pa_Initialize in -lportaudio... no
checking for IMG_LoadPNG_RW in -lSDL_image... no
configure: error: Cannot find SDL_image


any idea ???
Last edited by Jaycounet on 03 Jan 2008, 11:35, edited 1 time in total.
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby billb » 02 Jan 2008, 23:18

Jaycounet wrote:I have try to install the archive and confgire ...

but problem at the end

<snip>
configure: error: Cannot find SDL_image

[/quote]

It looks like missing one of the required development libraries, which I believe is in fedora-extras ... (if you don't have the fedora-extras repo, follow this guide to set it up.

Code: Select all
su
<root password>

yum install SDL_image-devel


There will probably be more ... good luck! Most of the time they'll include a list of what is required in a INSTALL or README file.
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby Jaycounet » 02 Jan 2008, 23:56

checking for zoomSurface in -lSDL_gfx... no
configure: error: Cannot find SDL_gfx


next step ...
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby Jaycounet » 02 Jan 2008, 23:57

in the readme :

Dependencies:
- SDL : for window management
- SDL_image SDL_gfx : for image and zoom of SDL surface
- cairo >= 1.2 : for scalable graphical support
- cairo-svg (deprecated) or librsvg : for svg rendering (themes=
- smpeg (optional) : for video playback
- fftw3 : for captured note computation
- libalsa : capturing API used
- xine or gstreamer : for audio playback
- libxml2 : used as librsvg hack for theming
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby billb » 03 Jan 2008, 02:14

Jaycounet wrote:in the readme :

Dependencies:
- SDL : for window management
- SDL_image SDL_gfx : for image and zoom of SDL surface
- cairo >= 1.2 : for scalable graphical support
- cairo-svg (deprecated) or librsvg : for svg rendering (themes=
- smpeg (optional) : for video playback
- fftw3 : for captured note computation
- libalsa : capturing API used
- xine or gstreamer : for audio playback
- libxml2 : used as librsvg hack for theming


:shock:

OK ... I'm just guessing here, but:

Code: Select all
yum install librsvg2 cairo-devel fftw-devel alsa-lib-devel gstreamer-devel smpeg-devel libxml2-devel
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby Jaycounet » 03 Jan 2008, 10:00

thx a lot I will try when I'm back at home

It will miss something about this :

checking for zoomSurface in -lSDL_gfx... no
configure: error: Cannot find SDL_gfx


I have already install

yum install SDL_image-devel

and I don't have this problem
checking for IMG_LoadPNG_RW in -lSDL_image... no
configure: error: Cannot find SDL_image
anymore
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby billb » 03 Jan 2008, 19:49

Jaycounet wrote:thx a lot I will try when I'm back at home

It will miss something about this :

checking for zoomSurface in -lSDL_gfx... no
configure: error: Cannot find SDL_gfx



Whew ... so that's ...

Code: Select all
yum install SDL_gfx-devel SDL_image-devel librsvg2 cairo-devel fftw-devel alsa-lib-devel gstreamer-devel smpeg-devel libxml2-devel


If you already have some of those installed it will just skip over them automatically.

I can't wait to see what happens when it starts compiling ... :lol:
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby Jaycounet » 03 Jan 2008, 23:29

stop kiding me :p

so with a [make]

[root@localhost UltraStar-ng-0.2.1]# make
make all-recursive
make[1]: Entering directory `/home/jaycounet/Desktop/UltraStar-ng-0.2.1'
Making all in audio
make[2]: Entering directory `/home/jaycounet/Desktop/UltraStar-ng-0.2.1/audio'
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../ -I/usr/include/alsa -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -W -Wall -MT audio_dev_alsa.lo -MD -MP -MF .deps/audio_dev_alsa.Tpo -c -o audio_dev_alsa.lo audio_dev_alsa.cpp
g++ -DHAVE_CONFIG_H -I. -I.. -I../ -I/usr/include/alsa -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -W -Wall -MT audio_dev_alsa.lo -MD -MP -MF .deps/audio_dev_alsa.Tpo -c audio_dev_alsa.cpp -fPIC -DPIC -o .libs/audio_dev_alsa.o
audio_dev_alsa.cpp: In member function 'void<unnamed>::alsa_record::operator()()':
audio_dev_alsa.cpp:89: error: 'snd_pcm_recover' was not declared in this scope
make[2]: *** [audio_dev_alsa.lo] Erreur 1
make[2]: Leaving directory `/home/jaycounet/Desktop/UltraStar-ng-0.2.1/audio'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/home/jaycounet/Desktop/UltraStar-ng-0.2.1'
make: *** [all] Erreur 2
User avatar
Jaycounet
ydl beginner
ydl beginner
 
Posts: 42
Joined: 05 Dec 2007, 12:01
Location: France

Postby billb » 04 Jan 2008, 00:34

And this is where I usually become lost ... :(

The only suggestion I have is looking for a support forum specifically for that program and search for or posting your compile error there.
User avatar
billb
Site Admin
Site Admin
 
Posts: 5522
Joined: 24 May 2007, 20:30
Location: Eastern NC, USA

Postby ppietro » 04 Jan 2008, 07:10

billb wrote:And this is where I usually become lost ... :(

The only suggestion I have is looking for a support forum specifically for that program and search for or posting your compile error there.


Me too! :)

You know what works for me sometimes? Googling the error. Chances are that somebody on the internet has run into this same error at some time or another, and somebody else had the solution.

Good luck!

Cheers,
Paul
User avatar
ppietro
Site Admin
Site Admin
 
Posts: 4965
Joined: 13 Sep 2007, 22:18

Next

Return to Playstation 3

Who is online

Users browsing this forum: No registered users and 8 guests