I'm trying to compile SVN trunk (checked out 19 aug). I've followed the howto on the wiki, but the build still fails. Visual Express 2008 gives the following error:
i also get this error but only when building "release" if you build "debug" it works fine (i am unsure why since i aint a programmer but my guess is since its the tinsel engine that is failing its possible that it isnt ready to be built in the release version)
ok i managed to fix the error by adding the line
tinsel_release/tinsel.lib"
to scummvm.vcproj since its missing in the release section and now it appears to be building alright for that error but a new error happens to do with agos and saveload.cpp which i am gonna work on now and see what i can do.
EDIT:- Ok after disabling warning levels on agos and scummvm i can now build it perfectly (i am unsure if the agos engine will work properly because i just disabled the error but since i dont have any agos games to try out right now i dont know if it will work properly or not but so far all other engines appear to be working including Tinsel for discworld)
Last edited by ddkram on Tue Aug 19, 2008 10:32 am, edited 1 time in total.
i am glad it worked for you. if you want to build a debug version read my above post (now edited) or if you dont understand i can guide you through it but the debug version should work alright anyway so you proberly wont need the release version.