compiling recent trunk on MacBookPro

compiling recent trunk on MacBookPro

Discuss everything related to compiling and running Spring on Mac OS X.

Moderator: Moderators

Post Reply
kubatyszko
Posts: 2
Joined: 23 Aug 2007, 06:08

compiling recent trunk on MacBookPro

Post by kubatyszko »

Hi, trying to compile spring from yesterdays svn,
did everything the readme says, xcode does some work but complains about non existing file ExplosionGraphics.cpp (indeed it's not in trunk),
moreover, complaints about:
cannot allocate an object of abstract type 'UserDefsHandler'
because the following virtual functions are pure within 'UserDefsHandler':
virtual void ConfigHandler::SetInt(std::string, int)
virtual int ConfigHandler::GetInt(std::string, int)

does anyone know how to fix those problems ?
(i assume that at least second one is mac specific (userdefshandler depends on #defined __APPLE__))
User avatar
DandyGnome
Posts: 61
Joined: 25 Jun 2007, 06:43

Post by DandyGnome »

I don't believe that the main spring source supports Mac OS X. Elio has been working on it but is definitely behind the current svn. Look in the Mac Binary Release topic the the Development section.
kubatyszko
Posts: 2
Joined: 23 Aug 2007, 06:08

Post by kubatyszko »

assuming xcode build files and readmes related to mac i suppose it should run on mac os ...
but will try to investigate that.
Post Reply

Return to “Mac OS X”