unprofessional line?

  • plead-for-destruction
    28th Mar 2011 Member 0 Permalink
    ffast-math -ftree-vectorize
    when I try to compile it says it cannot recognize this line help please

    I'm using code::blocks
  • snowfire777
    28th Mar 2011 Banned 0 Permalink
    This post is hidden because the user is banned
  • tian110796
    28th Mar 2011 Member 0 Permalink
    You can just remove most of the things in that part of the setup (that line is just for optimization and the other things are for saying that your using windows and do more optimizations)
  • plead-for-destruction
    28th Mar 2011 Member 0 Permalink
    ok so what about this-air.h cannot be found
    oh and yes I have re-read the include area... there was something there b4 that's not there now

    EDIT-I fixed it but this problem has been going for years

    -fatal error: SDL/SDL.h: no such file or directory
  • tian110796
    28th Mar 2011 Member 0 Permalink
    @plead-for-destruction
    Is changing it to SDL.h fixes the problem (Change all of them in the source)?

    if not,
    Is SDL.h in C:\MinGW\include\SDL\SDL.h or it is in C:\MinGW\SDL-1.2.14\include\SDL\SDL.h (or somewhere else)? If not the first case, then add wherever it is to the search directories (add C:\MinGW\SDL-1.2.14\include if the second case is true).
  • cctvdude99
    28th Mar 2011 Member 0 Permalink
    @tian110796
    @plead-for-destruction
    Somewhere else.

    Have you got the SDL folder in your source? If so, try putting in "SDL/SDL.h" including the quote marks: " "
    If not, download it from the link in the Wiki (somewhere in there) and put it in your source directory, then do the process above.