When running the resulting a.out I get no window, no output or anything, just a programme that isn't finishing.
I may have misunderstood and in fact CrossPlatform means a null renderer, but I was expecting to get a quick look at GWEN and see if it is suitable for my project.
I'm on linux mint 64 bit using gcc 4.7.2 and I built GWEN with this simple SConstruct file:
And compiled the CrossPlatform sample by cd'ing into the directory and using this command:
When running the resulting
a.out
I get no window, no output or anything, just a programme that isn't finishing.I may have misunderstood and in fact CrossPlatform means a null renderer, but I was expecting to get a quick look at GWEN and see if it is suitable for my project.