Search found 11 matches
- 05 Nov 2008, 18:52
- Forum: Mac OS X
- Topic: Mac Binary Release
- Replies: 569
- Views: 192135
Re: Mac Binary Release
Tobi, 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...
- 31 Oct 2008, 16:10
- Forum: Mac OS X
- Topic: Reference distribution for the building of Linux on Spring
- Replies: 8
- Views: 2762
Reference distribution for the building of Linux on Spring
I am working towards getting Spring onto OS X. To do so, requires that I make sure that my development code-base snapshots comes from the most recent build of Spring on Linux; which requires choosing a Linux distribution. Is there a reference Linux distribution that is primary target of Spring on Li...
- 27 Oct 2008, 17:44
- Forum: Mac OS X
- Topic: Mac Binary Release
- Replies: 569
- Views: 192135
Re: Mac Binary Release
I just want all the details in one place so I know what needs doing whats already done and what problems there are. Everyone, I have created a Google group "Spring on OS X". The purpose of the group is to provide a repository of information for Spring OS X developers. I encourage all OS X...
- 27 Oct 2008, 17:37
- Forum: Mac OS X
- Topic: Mac OS X clear up
- Replies: 9
- Views: 3356
Re: Mac OS X clear up
AF,AF wrote:Agreed, though we can make use of my webhost for anything else
Thanks for your agreement. I created a Google group called "Spring on OS X" located at http://groups.google.com/group/spring-on-os-x
Sharkey
- 27 Oct 2008, 17:18
- Forum: Mac OS X
- Topic: Mac Binary Release
- Replies: 569
- Views: 192135
Re: Mac Binary Release
I would like to get Spring working on OS X. I have an Intel Macbook Pro that has XCode installed. I think to start we need to gather all the OS X developers and we need to work together instead of in separate silos. I am planning to collaborate with AF, and I hope that all other OS X developers coll...
- 27 Oct 2008, 17:07
- Forum: Mac OS X
- Topic: Mac OS X clear up
- Replies: 9
- Views: 3356
Re: Mac OS X clear up
Okay we need a definitive list of what has been done and what needs doing ( in svn ), and the problems that need to be solved, as well as how to build. Currently we have a hodge podge of stuff in random threads with a slew of muddled up help and support posts mixed in. I say this now because I have...
- 02 Oct 2008, 16:46
- Forum: Engine
- Topic: working Xcode project and OS X dev questions
- Replies: 10
- Views: 1842
Re: working Xcode project and OS X dev questions
Thanks for the clarification about cmake. OK. So to run cmake to generate an XCode Project, I must _first_ make sure all the libraries (boost, ogg/vorbis, etc) are installed on my Mac. Is there an accurate/definitive list of libraries that are necessary to have installed, for successfully compiling ...
- 26 Sep 2008, 03:36
- Forum: Engine
- Topic: working Xcode project and OS X dev questions
- Replies: 10
- Views: 1842
Re: working Xcode project and OS X dev questions
Are you all saying I must use cmake on my Mac, in order to generate the Xcode project?
If so, why can't I use cmake on my Windows workstation, to generate the Xcode project?
If so, why can't I use cmake on my Windows workstation, to generate the Xcode project?
- 24 Sep 2008, 18:16
- Forum: Engine
- Topic: Need help finding vclibs package
- Replies: 6
- Views: 1372
Re: Need help finding vclibs package
It sounds like you're looking for the "Microsoft Visual C++ 2005 Redistributable Package (x86)". That package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2005 installed. Visual Studio...
- 24 Sep 2008, 17:41
- Forum: Engine
- Topic: working Xcode project and OS X dev questions
- Replies: 10
- Views: 1842
Re: working Xcode project and OS X dev questions
Krysole,
If I use cmake, I suppose I have to make sure that I can get Spring to compile on my Windows workstation first and then at that point run cmake to create the XCode project file?
What version of XCode are you running?
If I use cmake, I suppose I have to make sure that I can get Spring to compile on my Windows workstation first and then at that point run cmake to create the XCode project file?
What version of XCode are you running?
- 17 Sep 2008, 01:07
- Forum: Engine
- Topic: working Xcode project and OS X dev questions
- Replies: 10
- Views: 1842
working Xcode project and OS X dev questions
I would like to help out with the development of Spring for OS X. So, I checked out the trunk from the SVN but it seems the Xcode project in the SVN is extremely out of date and does not build correctly (over 2000 errors!?). Also the documentation in the OS X tree is seriously out of date and may ac...