Okay. So I'm running Ubuntu Intrepid Ibex, and the novashell binary was throwing an error finding the Clanlib shared libs - looked like the libtool version was bumped? But I dunno a lot about that. Ibex ships latest version of clanlib, so I had installed from packages.
I decided to just build novashell from source, that way the binary would be linked correctly to my local libraries. Yay!
After a couple of minor issues building Box2D and lua (which I should probably document somewhere) the actual novashell build proper broke due to what appears to be an API change in ClanLib itself. The m_zip object (A CL_Zip_Archive instance) is using a three arg version of add_file when the API docs on clanlib.org only have two args.
Am I missing something?
Bookmarks