Maybe I am doing it wrong. But when I go to compile vbam-code-1354-trunk under 64_32 gentoo linux with my optimizations and only building the sdl and gtk ports I receive this error.
http://pastebin.com/1SnyKgLL
Nice job taking up VBA-M again. I thought this project was dead.
It mentions under trunk/src/common/ConfigManager.cpp on line 15
#include "../svnrev.h"
I removed that from the source I downloaded and got another error(no surprise here however)
http://pastebin.com/wHfBwkGB
Last edit: grovyle 2015-04-19
replace ../svnrev.h with ../version.h
the svnrev.h is a part of the build system. It's essentially for the title aspect (shows the end user it's an svn build) put back that there and rerun cmake with -DVERSION="1.8.0.1354" And it /should/ compile. However there are some changes which may not be complete just yet.
Re-ran Cmake to no avail. However editing those lines into version.h worked. Should I open a new ticket for more (different) errors?
Also I changed the /trunk/src/version.h file to svnrev.h and it worked so is this just semantics?
Last edit: grovyle 2015-04-19
Don't bother opening new tickets for the moment. Changes are still being made really. So things breaking is to be expected.
Fixed by svn 1401