Menu

#164 VBAM-1354 (linux?) build failure

Unverified
closed-fixed
nobody
None
5
2015-05-07
2015-04-19
grovyle
No

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.

Discussion

  • grovyle

    grovyle - 2015-04-19

    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
    • Chrono

      Chrono - 2015-04-19

      replace ../svnrev.h with ../version.h

       
  • wowzaman12

    wowzaman12 - 2015-04-19

    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.

     
  • grovyle

    grovyle - 2015-04-19

    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
    • wowzaman12

      wowzaman12 - 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.

       
  • skid

    skid - 2015-05-07

    Fixed by svn 1401

     
  • skid

    skid - 2015-05-07
    • status: open --> closed-fixed