kajgan / gnuboy

Automatically exported from code.google.com/p/gnuboy
GNU General Public License v2.0
0 stars 0 forks source link

SDL.h seems to be missing #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What I did:

1. check out the latest revision (r177)
2. copy makefile.win to makefile
3. run mingw32-make

It is telling me [code]sys/sdl/sdl.c:15:21: SDL/SDL.h: No such file or 
directory[/code] and a lot of errors which seem to be directly related to the 
missing header. I searched for the file in the source code and it really 
doesn't seem to be present.

Original issue reported on code.google.com by matheoe...@web.de on 8 Jan 2013 at 12:41

GoogleCodeExporter commented 9 years ago
Sorry, I didn't realize that SDL.h is actually a part of the SDL libraries that 
must be included when building the project.

I thought it would be the declarations header for the source file with the same 
name (SDL.c) because that is the usual naming convention.

So just ignore this. (I'd like to have a delete button, but I didn't find it, 
if it exists.

Original comment by matheoe...@web.de on 8 Jan 2013 at 2:23

GoogleCodeExporter commented 9 years ago

Original comment by clac...@gmail.com on 9 Jan 2013 at 3:39