I don't know what I'm doing wrong here, but I've tried several different things, and I think it all comes down to the data directory being in the wrong place. I've tried:
-DGAE_DATA_DIR=../data
-DGAE_DATA_DIR=../data/game
-DGAE_DATA_DIR=../data/game/data
All of them give me a similar result. The game window opens (at the proper resolution, so it's reading the .ini), but is pure black and doesn't do anything. I have to either wait a minute or two for it to throw an error and crash, or force kill it.
Here's the output from my most recent attempt:
http://pastebin.com/vpjXW78zKeeping in mind that I'm an absolute beginner at compiling anything (only done it successfully two or three times), what might I be doing wrong?