Hello,
first of all, thank you for this great tool you made.
I'm on Macbook pro whith os X 10.5.5 and, with some efforts, i managed to make CS work (building it with jam). Walktest runs (with a little warning from sndsyscoreaudio plugin) . Cool !
Next step is to test Tutorial Zero (
http://crystalspace3d.org/main/Tutorial_Zero) with Xcode 3 :
- Create new Empty project
- Add Cocoa target
- Add AppKit, Cocoa, Foundation and OpenGL frameworks + CS libraries in CS/lib
- Add code files like it says in the tutorial
I've attached a screenshot of my project window.
When i build my project i have 342 errors !! I put them all in the attached file "CStest-build.txt" but the first of them is :
/Users/mathieu/Applications/CrystalSpace-1.2.1/include/crystalspace-1.2/csutil/algorithms.h:34: error: expected constructor, destructor, or type conversion before 'void'I don't understand what could be the problem, a little help would be appreciate.
Thanks in advance.