Building stk trunk on os x 10.6

I am trying to build stk trunk on os x 10.6.
I was able to build the bubblegum branch because the Irrlight build is separate. Trunk now tries to build irrlight with stk on cmake. The build process is having trouble building irrlight. The error I am getting are listed below:
Then I found this on the irrlight forums:
I can build irrlight using their xcode project. So I was wondering if can skip the irrlight build in stk and link the library at the end?
Thanks!
I was able to build the bubblegum branch because the Irrlight build is separate. Trunk now tries to build irrlight with stk on cmake. The build process is having trouble building irrlight. The error I am getting are listed below:
- {l Code}: {l Select All Code}
/Users/williamcovertiii/Documents/Thinkin/Downloads/supertuxkart-code/main/trunk/lib/irrlicht/source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm:619: error: stray ‘@’ in program
/Users/williamcovertiii/Documents/Thinkin/Downloads/supertuxkart-code/main/trunk/lib/irrlicht/source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm:862: error: stray ‘@’ in program
... lots of warnings ...
make[2]: *** [lib/irrlicht/CMakeFiles/stkirrlicht.dir/source/Irrlicht/MacOSX/CIrrDeviceMacOSX.mm.o] Error 1
make[1]: *** [lib/irrlicht/CMakeFiles/stkirrlicht.dir/all] Error 2
make: *** [all] Error 2
Then I found this on the irrlight forums:
Please use a XCode project available in source/Irrlicht/MacOSX, we doesn't support other build tools on MacOSX yet."
I can build irrlight using their xcode project. So I was wondering if can skip the irrlight build in stk and link the library at the end?
Thanks!