Search found 16 matches

by xantares
Wed Oct 21, 2009 11:24 pm
Forum: Patch Submissions
Topic: [PSP] toolchain and gcc
Replies: 3
Views: 3600

Hi,

I see 'CC=gcc-4.2' was removed from the install script
so what'sup ? does compiling with gcc>4.2 fully works now ?
I didn't notice any runtime error with fedora and 4.4, although i only use very few, basic stuff, and a little sdl.
by xantares
Wed Oct 21, 2009 11:08 pm
Forum: Patch Submissions
Topic: [FIXED] fix for freetype
Replies: 2
Views: 3047

Rev 2481: Update config.sub, install-sh, and config.guess from latest libtool. Old versions of libtool would re-copy config.guess with "libtoolize --copy", but new versions need "libtoolize --copy --install". Instead of trying to detect the version, we'll just add config.guess to...
by xantares
Fri Oct 09, 2009 10:47 pm
Forum: Patch Submissions
Topic: [PSP] toolchain and gcc
Replies: 3
Views: 3600

[PSP] toolchain and gcc

Hi, The toolchain-sudo.sh installation defaults gcc 4.2 as compiler. I think this behaviour is obsolete as the toolchain builds fine under ubuntu with it's default gcc 4.3, and even with fedora's gcc 4.4 Also, this version of gcc tends not to be packaged as newer versions of gcc get released. To me,...
by xantares
Fri Oct 09, 2009 10:42 pm
Forum: Patch Submissions
Topic: [FIXED] fix for freetype
Replies: 2
Views: 3047

[FIXED] fix for freetype

Hi, The freetype compilation error is still here (missing config.guess) One can add the call to automake to the psplibraries/scripts/003-freetype.sh as follow : ## Bootstrap the source. sh autogen.sh || { exit 1; } cd builds/unix; automake --add-missing; cd ../.. Another way (clean...
by xantares
Sat Sep 12, 2009 4:38 pm
Forum: PSP Development
Topic: [fixed] libvorbis compilation fails
Replies: 4
Views: 1955

Many thanks jimparis.

x.
by xantares
Sat Sep 12, 2009 6:44 am
Forum: PSP Development
Topic: [fixed] libvorbis compilation fails
Replies: 4
Views: 1955

Hi,

adding ...autogen.sh --disable-docs ... didn't work
doc is still built
however, there is no --enable-docs options passed to the configure script !
weird

however, i managed to disable the doc by removing the folder in the Makefile.am, which is ugly


x.
by xantares
Tue Sep 08, 2009 12:30 am
Forum: PSP Development
Topic: [fixed] libvorbis compilation fails
Replies: 4
Views: 1955

[fixed] libvorbis compilation fails

Hi, I'm trying to compile psplibrairies on Fedora 11 (I used gcc 4.4 to compile the toolchain) Libvorbis fails, 'install' seems to generate twice the same png image (yes I previously wiped the install dir /usr/local/pspdev) All other libs compiled fine (except freetype but we know the workaround) Al...
by xantares
Mon Jun 22, 2009 5:46 pm
Forum: PSP Development
Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
Replies: 2
Views: 2845

the patch for libbulletml is useless as it as been fixed now
by xantares
Sat Jun 20, 2009 10:42 am
Forum: Patch Submissions
Topic: [PSP] fix for libbulletml
Replies: 1
Views: 2973

[PSP] fix for libbulletml

I compiled libbulletml from the svn, got the same error as : http://forums.ps2dev.org/viewtopic.php?t=11866 One can add #include <cstring> at libbullet/scr/calc.yy:10 http://svn.ps2dev.org/filedetails.php?repname=psp&path=%2Ftrunk%2Flibbulletml%2Fsrc%2Fcalc.yy&rev=0&sc=0 Hope this helps
by xantares
Sat Jun 20, 2009 10:10 am
Forum: PSP Development
Topic: Ubuntu 9.04 Script to Build PSPToolchain and PSPLibraries
Replies: 2
Views: 2845

Hi, I just updated a similar script for ubuntu 9.04 Difference is mine installs in /usr/local/pspdev, your's seems more robust, verbose, documented, and slow due to the recursive chmod Also, i added a fix for libbulletml, so ALL librairies compile now Latest version available at : http://my-trac.ass...
by xantares
Wed Mar 11, 2009 7:02 pm
Forum: PSP Development
Topic: psptoolchain broken?
Replies: 15
Views: 7304

by xantares
Sat Feb 14, 2009 10:26 am
Forum: PSP Development
Topic: Freetype compilation rpoblem
Replies: 13
Views: 5123

Hi, I think my script just succeed to build the toolchain and all the psplibrairies thanks to your advices foebea

It's quite ugly but it seems to work :
http://my-trac.assembla.com/ayn5-84BSr3 ... sp_tool.sh
by xantares
Wed Feb 04, 2009 9:26 pm
Forum: PSP Development
Topic: How To: Install PSPTOOLCHAIN **Updated**
Replies: 13
Views: 6289

so, if there is only one user logging as root is not a security matter

as I said, the main focus was convenience ; the user has just to download the script, run it and enter his password when admin rights are required
by xantares
Wed Feb 04, 2009 6:38 pm
Forum: PSP Development
Topic: How To: Install PSPTOOLCHAIN **Updated**
Replies: 13
Views: 6289

you need install the package equivalent to the debian one named 'libgmp3-dev' does this work ? it will be too easy i think, i don't know fedora nor red hat systems. yum install libgmp3-dev >DylanNIRVANA thanks >J.F. i agree to the fact it is dangerous to let a script with root rights, - main argumen...
by xantares
Fri Jan 23, 2009 10:40 pm
Forum: PSP Development
Topic: How To: Install PSPTOOLCHAIN **Updated**
Replies: 13
Views: 6289

Hi, I made (I didn't do much actually) a similar script to automatically do this + install the libs
the hello world from the tutorial is provided :

http://my-trac.assembla.com/ayn5-84BSr3BJRab7jnrAJ

Hope this could help some beginners.
by xantares
Wed Jan 14, 2009 8:41 am
Forum: PSP Development
Topic: developement environement installation for ubuntu
Replies: 0
Views: 1041

developement environement installation for ubuntu

hi, i'm new to psp programming, and i experienced difficulties to set up the compiler and the libs i'm willing to create a page for beginners willing to set up a psp developement environement under ubuntu for now there is only a script to automatically install the toochain and the librairies i plan ...