Regex Troubles

  • RedFlash
    18th Feb 2011 Member 0 Permalink
    Apparently you can compile The Powder Toy on windows now, but you have to have the regex libraries. I put the .lib files in the same directory as the SDL libraries as visual studio would pick them up. I hit build and this happened...http://pastebin.com/96iEWvLv

    Anyways, hope you can help me fix this

    super_mario

    I am quite happy for someone to teamviewer me too
  • Merbo
    18th Feb 2011 Member 0 Permalink
    You're using official git, try using jacksonmj's dev branch on his git.
  • Pilihp64
    18th Feb 2011 Developer 0 Permalink
    the official git should get rid of those errors, try updating your source.
    other than that, it looks like you didn't link stuff right.
  • jacksonmj
    18th Feb 2011 Developer 0 Permalink
    Visual Studio can't cope with variable declarations in the middle of a block.

    Latest official git has had the Visual Studio fixes in it for a couple of days now.