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__))
compiling recent trunk on MacBookPro
Moderator: Moderators
- DandyGnome
- Posts: 61
- Joined: 25 Jun 2007, 06:43
-
- Posts: 2
- Joined: 23 Aug 2007, 06:08