ahpho / wowmapviewer

Automatically exported from code.google.com/p/wowmapviewer
0 stars 0 forks source link

linux compiling fails #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compiling w/ make

What is the expected output? What do you see instead?
 When compiling under linux as described, you'll get this error:

g++ -c areadb.cpp -D_LINUX -g
In file included from wowmapview.h:6:0,
                 from dbcfile.h:5,
                 from areadb.h:3,
                 from areadb.cpp:1:
appstate.h:4:21: fatal error: SDL/SDL.h
 #include <SDL/SDL.h>
                     ^
compilation terminated.
Makefile:27: recipe for target 'areadb.o' failed
make: *** [areadb.o] Error 

What version of the product are you using? On what operating system?
 earthtools git version on linux

Original issue reported on code.google.com by lyn1337 on 20 Dec 2014 at 9:03