I thank you for your suggestions, concerning asking questions in #sy and #taspring and I agree that the Clan-Sy.com Development Forum is a useful place for general development questions.
However, that being said, the purpose of the "Spring on OS X" is place for Mac developers to meet and talk specifically about developing for Spring on OS X. The group provides a single place for Mac developers to coordinate the development of Spring on OS X, where we can stay focused on Spring on OS X issues. This is necessary, since OS X specific information about Spring tends to get spread out all over the Development Forum and that tends to dilute and fragment the focus of the Mac developers.
The "Mac Binary Release" topic alone has over 30,000 views in the Development Forum, this means there is an enormous interest in Spring on OS X!
I call upon all Mac Developers that want to see a working Spring engine on OS X, to join our group and participate and work with us to make the Spring engine a reality on OS X. The group URL is http://groups.google.com/group/spring-on-os-x
Sharkey
Tobi wrote:I'm not sure separating mac development from "real" development is really the way to go: I don't think many non-Mac developers will follow this discussion group for example. (I won't, I have enough things to keep track of already.) As such, they won't be able to help you.
Please just ask questions (on this forum, in the lobby or on IRC, #sy at QuakeNet or #taspring at FreeNode) or search this forum or the wiki if you need information: there is a hell of a lot information out there, it may be a little hard to find at times, but that's why you can ask
For example, the dependencies of Spring for building from source with scons are easily distilled from the following instructions in the wiki:Also it might be an idea to try get in contact with elio and possibly krysole, who did earlier work on a Mac port. Elio should still have some patches lying around, I think, and Krysole was working on the branch krysole-texture sometime, to - if I recall correctly - fix texture loading on the Mac.sudo aptitude install scons build-essential zlib1g-dev libfreetype6-dev
sudo aptitude install libsdl1.2-dev libopenal-dev libglew-dev libboost-dev
sudo aptitude install libboost-thread-dev libboost-regex-dev libdevil-dev
sudo aptitude install libboost-serialization-dev python2.5-dev zip
sudo aptitude install libvorbis-dev libxcursor-dev