| View previous topic :: View next topic |
| Author |
Message |
calle
Joined: 04 Aug 2005 Posts: 2 Location: Sweden
|
Posted: Thu Aug 04, 2005 4:12 pm Post subject: Problem while building SDL |
|
|
| Quote: | 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 |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Aug 04, 2005 11:02 pm Post subject: |
|
|
most stuff does not support spaces in path's while in cygwin. Just dont space your path. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
|