Build on OS X can't find files

I have been trying to get the CVS build to work, but I keep running into this error:

Buildfile: /Users/gabev/Documents/codings/public source/jogl/make/build.xml

java.compile.secondpass:
[javac] Compiling 167 source files to /Users/gabev/Documents/codings/public source/jogl/build/classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
java.compile:
check-RIcond:
cond-if-RImanifest:
cond-else-RImanifest:
[copy] Copying 1 file to /Users/gabev/Documents/codings/public source/jogl/make
[jar] Building jar: /Users/gabev/Documents/codings/public source/jogl/build/jogl.jar
[delete] Deleting: /Users/gabev/Documents/codings/public source/jogl/make/tempversion
jar:
Overriding previous definition of reference to eclipse.ant.targetVector
c.build.jogl.core:
Overriding previous definition of reference to eclipse.ant.targetVector
c.configure:
c.build:
[echo] Output lib name = jogl
[cc] 7 total files to be compiled.
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/src/native/jogl/MacOSXWindowSystemInterface.m”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/src/native/jogl/InternalBufferUtils.c”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/src/native/jogl/ContextUpdater.m”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/build/gensrc/native/jogl/CGL_JNI.c”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/build/gensrc/native/jogl/CGLExtImpl_JNI.c”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/build/gensrc/native/jogl/GLImpl_JNI.c”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: “/Users/gabev/Documents/codings/public source/jogl/build/gensrc/native/jogl/GLU_JNI.c”: No such file or directory
[cc] powerpc-apple-darwin8-gcc-4.0.1: no input files

BUILD FAILED
/Users/gabev/Documents/codings/public source/jogl/make/build.xml:1506: The following error occurred while executing this line:
/Users/gabev/Documents/codings/public source/jogl/make/build.xml:1023: The following error occurred while executing this line:
/Users/gabev/Documents/codings/public source/jogl/make/build.xml:978: gcc failed with return code 1

Total time: 1 minute 20 seconds

That’s an incomplete output due to forum topic length restrictions, but that’s the error that stops it. For some reason, it can’t find those source files, but they are clearly there. I’m running the build with Eclipse 3.2 which has Ant 1.6.5. Any thoughts?

Haha… apparently gcc doesn’t like spaces in paths. It built after I changed my folder name. Thanks anyway!