Page 1 of 1

compiling recent trunk on MacBookPro

Posted: 23 Aug 2007, 06:16
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__))

Posted: 23 Aug 2007, 11:31
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.

Posted: 23 Aug 2007, 11:57
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.