won't compile in visual

  • ubuntupokemoninc
    23rd Mar 2011 Member 0 Permalink
    Compiles just fine in linux (i love linux!) i'm compiling my mod for microsoft now, and i know i'm not doing something right :P

    well here is what it says

    1>------ Build started: Project: powdertoy, Configuration: Debug Win32 ------
    1>Build started 3/21/2011 6:22:08 PM.
    1>InitializeBuildStatus:
    1> Creating "Debug\powdertoy.unsuccessfulbuild" because "AlwaysCreate" was specified.
    1>ClCompile:
    1> update.c
    1>src\update.c(40): fatal error C1083: Cannot open include file: 'update.h': No such file or directory
    1> powder.c
    1>src\powder.c(3): fatal error C1083: Cannot open include file: 'defines.h': No such file or directory
    1> misc.c
    1>src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory
    1> md5.c
    1>src\md5.c(3): fatal error C1083: Cannot open include file: 'md5.h': No such file or directory
    1> main.c
    1>src\main.c(30): fatal error C1083: Cannot open include file: 'SDL/SDL.h': No such file or directory
    1> interface.c

    and well the list goes on.
    i really hate computers!
  • devast8a
    23rd Mar 2011 Former Staff 0 Permalink
    Add "includes" to your include paths.
  • ubuntupokemoninc
    23rd Mar 2011 Member 0 Permalink
    i did that already i'm still getting an insane amount of fatal errors!
  • vanquish349
    23rd Mar 2011 Member 0 Permalink
    linux ftw
  • Neospector
    23rd Mar 2011 Member 0 Permalink

    ubuntupokemoninc:

    i did that already i'm still getting an insane amount of fatal errors!

    Probably about regex? You have to download the regex package and get regex.h, regex.lib, ect.