Search found 1 match

by mmarshall
Fri Dec 19, 2008 9:41 pm
Forum: Support and Development
Topic: Some notes on compiling on Ubuntu 8.10 64 bit
Replies: 2
Views: 3145

Some notes on compiling on Ubuntu 8.10 64 bit

Just FYI: I had to add #include <string.h> to physfs/File.cpp. Otherwise it complained about strlen not being defined. (This seems to be something with 64 bit linux... I've had to add a number of #include <string.h>'s to some of my own code to compile on 64 bit.) The configure script didn't check fo...