Problem while building SDL

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
calle
Posts: 2
Joined: Thu Aug 04, 2005 4:02 pm
Location: Sweden

Problem while building SDL

Post by calle »

rm -fr .libs/libaudio.lax/libaudio_psp.a
mkdir .libs/libaudio.lax/libaudio_psp.a
(cd .libs/libaudio.lax/libaudio_psp.a && psp-ar x /home/Carl Johan/SDL/src/audio
/psp/.libs/libaudio_psp.a)
psp-ar: /home/Carl: No such file or directory
make[3]: *** [libaudio.la] Error 9
make[3]: Leaving directory `/home/Carl Johan/SDL/src/audio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Carl Johan/SDL/src/audio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Carl Johan/SDL/src'
make: *** [all-recursive] Error 1
I'm using Cygwin and I guess it was pretty naive of me to use a blankspace in my username.. sheesh it's only 2005 eh :D

I just thought I would give you a heads-up because I guess this is fixable by putting brackets around it or putting a "\" infront of the space.. probably should be automatable somehow? The toolchain and everything compiled just fine under that dir so..

Moved it to /home/Temp/SDL and all is well now :P
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

most stuff does not support spaces in path's while in cygwin. Just dont space your path.
Lego of my Ago!
Post Reply