Search found 4 matches
- 12 Oct 2009, 00:33
- Forum: Engine
- Topic: Compiling Spring - GL Error
- Replies: 7
- Views: 1353
Re: Compiling Spring - GL Error
Here's the output: Thanks, Calvin Video mode set to 1024 x 768 / 32 bit SpringApp::InitWindow(): 3124833642 ms Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000000 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x019eb8be in ...
- 11 Oct 2009, 20:02
- Forum: Engine
- Topic: Compiling Spring - GL Error
- Replies: 7
- Views: 1353
Re: Compiling Spring - GL Error
Thanks - I'm getting there...! Really impressed with the speed at which I've got responses to my last queries - it's appreciated. I changed the springdata line in the .springrc file to point to subdirectories of the folder with spring in (I thought I'd done that through ccmake at the start, but I gu...
- 11 Oct 2009, 18:24
- Forum: Engine
- Topic: Compiling Spring - GL Error
- Replies: 7
- Views: 1353
Re: Compiling Spring - GL Error
Thanks for your reply - with that change I managed to get Spring installed. However I now seem to be getting an error on tying to load. I've put the code below, but in summary it seems to be looking for a file called ArchiveCachev7.lua in an empty directory '/Users/calvin/.spring', which then causes...
- 11 Oct 2009, 14:23
- Forum: Engine
- Topic: Compiling Spring - GL Error
- Replies: 7
- Views: 1353
Compiling Spring - GL Error
Hi, I've run into a problem compiling Spring, relating to GLEW. As far as I can tell the compiler seems unable to find the file glew.h, even though it should be pointing at the correct directory based on my CCMake information. I've put the full error code at the bottom of my post, but I believe the ...