Code::Blocks Setup

  • TheTempest
    24th May 2011 Member 0 Permalink
    Yeah. GNU GCC Compiler
  • TheTempest
    24th May 2011 Member 0 Permalink
    Ok, This is should be the last thing: I am trying to make a build of my mod, but it won't. this is what the build log gives me.

    Compiling: FacialTurd-The-Powder-Toy-128e8c1\src\air.c
    cc1.exe: warning: command line option "-Wc++0x-compat" is valid for C++/ObjC++ but not for C
    cc1.exe: error: C:\Users\Ty\My Mod\FacialTurd-The-Powder-Toy-128e8c1\src\air.c: not a directory
    Process terminated with status 1 (0 minutes, 0 seconds)
    0 errors, 1 warnings
  • Neospector
    24th May 2011 Member 0 Permalink
    @TheTempest (View Post)
    Well for one thing the readout fails at math.
    For another thing try linking the src folder like you did the includes folder. I don't use Code::Blocks so...yeah.
  • TheTempest
    24th May 2011 Member 0 Permalink
    Ok thanks.