Search found 12 matches

by jandujar
Wed Oct 31, 2007 1:43 am
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

now it works!!!

I don't know what you did, but now it works.

Thanks.
by jandujar
Tue Oct 30, 2007 8:46 pm
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

ls -l $(which cc) lrwxrwxrwx 1 root root 20 2007-10-10 09:05 /usr/bin/cc -> /etc/alternatives/cc ls -l /etc/alternatives/cc lrwxrwxrwx 1 root root 12 2007-10-10 09:05 /etc/alternatives/cc -> /usr/bin/gcc update-alternatives --display cc cc - el estado es auto. el enl...
by jandujar
Mon Oct 29, 2007 6:48 pm
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

same problem psp@ubuntu-7:~/downloads/psplibraries/build/SDL_mixer$ bash -x config.guess + timestamp=2001-01-17 ++ echo config.guess ++ sed -e 's,.*/,,' + me=config.guess + usage='Usage: config.guess [OPTION] Output the configuration name of the system `config.guess'\...
by jandujar
Mon Oct 29, 2007 5:32 pm
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

sorry for the delay.

I have removed automake1.9 and reinstalled automake, and nothing matter.

ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2007-10-10 08:48 /bin/sh -> dash

I uploaded the downloaded files and the config.guess, etc...
http://rapidshare.com/files/65946107/SD ... ar.gz.html
by jandujar
Fri Oct 26, 2007 5:10 pm
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

dpkg -l | grep autoconf ii autoconf 2.61-4 automatic configure script builder psp@ubuntu-7:~$ dpkg -l | grep automake ii automake 1:1.10+nogfdl-1 A tool for generating GNU Standards-complian ii automake1.9 1.9.6+nogfdl-3ubuntu1 A tool for generating GNU Standards-complian psp@ubuntu...
by jandujar
Fri Oct 26, 2007 4:35 pm
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

danzel, I have read the README.PSP, everything works until yesterday, because I update the ubuntu distribution. My machine: Linux ubuntu-7 2.6.22-14-386 #1 Sun Oct 14 22:36:54 GMT 2007 i686 GNU/Linux all the process psp@ubuntu-7:~/downloads$ svn co svn://svn.ps2dev.org/psp/trunk/pspl...
by jandujar
Fri Oct 26, 2007 12:44 am
Forum: PSP Development
Topic: SDL_mixer does not compile under ubuntu
Replies: 17
Views: 10368

SDL_mixer does not compile under ubuntu

Hello, I donwload the toolchain from svn://svn.ps2dev.org/psp/trunk and I'm having problems compiling the SDL_mixer. psp@ubuntu-7:~/downloads/psplibraries/build/SDL_mixer$ ./autogen.sh acinclude.m4:375: the serial number must appear before any macro definition /usr/share/aclo...
by jandujar
Thu Oct 18, 2007 8:24 pm
Forum: PSP Development
Topic: Xmoto Porting. Round 2
Replies: 9
Views: 5370

Can you upload the "beta" of xmoto-0.3.4 you have build to rapidshare, so I can test it? I "need" to test the xmoto on psp, I have a friend "Fradera" who did about 26 game scenarios, I want to show him I'm playing his scenarios on psp. Thanks. Only the binary, I don't w...
by jandujar
Wed Oct 17, 2007 8:25 pm
Forum: PSP Development
Topic: Xmoto Porting. Round 2
Replies: 9
Views: 5370

Hello justin, I successfully compile all the source files, but I have problem linking them. I think the problem is mixing C and C++, and something related to psplibc or libc. Expecially with wifi related sources (libcurl seems to have problems) All the source I modified from xmoto-3.4 is commented w...
by jandujar
Mon Oct 15, 2007 4:57 pm
Forum: PSP Development
Topic: Xmoto Porting. Round 2
Replies: 9
Views: 5370

I still have problems linking the files.

I think is a library order problem.
by jandujar
Sat Sep 29, 2007 12:58 am
Forum: PSP Development
Topic: Xmoto Porting. Round 2
Replies: 9
Views: 5370

same problems with this ... -lpspwlan -lpspnet -lpspnet_inet -lpspnet_resolver -o Xmoto.elf I uploaded the code to rapidshare. To compile simple do "make -f Makefile.psp" Yo need to have all the required librarys. http://rapidshare.com/files/58870289/xmoto-src-psp.tar.gz.html Maybe someone...
by jandujar
Sat Sep 29, 2007 12:12 am
Forum: PSP Development
Topic: Xmoto Porting. Round 2
Replies: 9
Views: 5370

Xmoto Porting. Round 2

Hello, I'm trying to compile the xmoto-3.0.4 for the psp, like gambiting. I succefully compile all the objects, but I have a linker error at the latest action. This is my makefile. Very ugly (put the makefile in the src directory) TARGET = Xmoto PSPSDK = $(shell psp-config --pspsdk-path&...