I've just spent most of today trying to resolve this, so you've made me very happynikosai wrote:I just spent about the last 4 hours figuring that out. Eh. I don't suppose this will apply to many people anyway, but if it helps somebody out I'm happy.
Search found 10 matches
- 29 Sep 2008, 20:15
- Forum: Linux
- Topic: For anybody on 64-bit getting errors about PNG textures
- Replies: 4
- Views: 1258
Re: For anybody on 64-bit getting errors about PNG textures
- 29 Sep 2008, 20:14
- Forum: Help & Bugs
- Topic: [Solved]Linux 64: Missing cursor/content OTA installed
- Replies: 4
- Views: 920
Re Linux x86_64: Missing cursor/content OTA installed
Aha! Fixed!
viewtopic.php?f=20&t=13597
Turns out it's an error in a 64-bit build of devil.
Thanks for all your help.
viewtopic.php?f=20&t=13597
Turns out it's an error in a 64-bit build of devil.
Thanks for all your help.
- 29 Sep 2008, 16:33
- Forum: Help & Bugs
- Topic: Spring data directory
- Replies: 4
- Views: 665
Re: Spring data directory
I'm using CMAKE, but thanks anyway. In the end I used:
Code: Select all
cmake -DCMAKE_INSTALL_PREFIX=/usr -DJAVA_INCLUDE_PATH=/opt/java/include -DJAVA_INCLUDE_PATH2=/opt/java/include/linux .
make || return 1
make install DESTDIR=$pkgdir
- 29 Sep 2008, 16:31
- Forum: Help & Bugs
- Topic: [Solved]Linux 64: Missing cursor/content OTA installed
- Replies: 4
- Views: 920
Re: Linux x86_64: Missing cursor/content OTA installed
I've just done a clean checkout and build from svn, and replaced the content files with those from http://planetspring.free.fr/spring/base/ . The problem persists in the same manner. If I enable logging to console, I get the following string of errors (this when trying CA r2894): CMouseCursor: Bad i...
- 29 Sep 2008, 16:22
- Forum: Help & Bugs
- Topic: Spring data directory
- Replies: 4
- Views: 665
Re: Spring data directory
Thanks, that's sorted.
- 29 Sep 2008, 14:43
- Forum: Help & Bugs
- Topic: Spring data directory
- Replies: 4
- Views: 665
Spring data directory
Building Spring from source under a fakeroot, Spring appears to use the buildbath as a data directory rather than the path it's installed under. Obviously, this may be a fault of the way I'm compiling, but how in general does one set the spring read-only data dir? The problem: Using read-write data ...
- 29 Sep 2008, 13:57
- Forum: Help & Bugs
- Topic: Need latest bitmaps.sdz
- Replies: 2
- Views: 727
Re: Need latest bitmaps.sdz
I can confirm this problem (Arch 64, spring svn source).
- 29 Sep 2008, 13:51
- Forum: Help & Bugs
- Topic: Linux: unitsync/CMakeLists.txt additional GLEW library
- Replies: 2
- Views: 822
Re: Linux: unitsync/CMakeLists.txt additional GLEW library
Thanks! Now there's rapid response... 
- 29 Sep 2008, 13:42
- Forum: Help & Bugs
- Topic: [Solved]Linux 64: Missing cursor/content OTA installed
- Replies: 4
- Views: 920
[Solved]Linux 64: Missing cursor/content OTA installed
Spring-svn compiled on Arch64 using CMake. There appear to be two issues: springcontent.sdz and bitmaps.sdz do not match those generated by the installer - this has also been reported when compiling from the 0.76.1 source though I myself have not done this. For example, bitmaps.sdz built by the comp...
- 29 Sep 2008, 13:17
- Forum: Help & Bugs
- Topic: Linux: unitsync/CMakeLists.txt additional GLEW library
- Replies: 2
- Views: 822
Linux: unitsync/CMakeLists.txt additional GLEW library
For compling from source on Linux x86_64 (not sure if this applies on other systems) using CMake, it appears that the util library must be specified in unitsync/CMakeLists.txt to build a working libunitsync.so (otherwise get an undefined symbol: forkpty error): --- src/spring/tools/unitsync/CMakeLis...
