PDA

View Full Version : compile errors with 1.0.7


mewtu
March 4th, 2010, 02:43
I've grabbed the tarball (http://icculus.org/virtualjaguar/tarballs/virtualjaguar-1.0.7-src.tar.bz2) as this seems to be the last stable release, but there are some wired issues with the code.
* There is a } missing at the end of src/cdintf_linux.cpp
* src/memory.cpp:138: error: cast from ‘void*’ to ‘unsigned int’ loses precision - why even cast that? It's just for output.
* src/sdlemu_config.cpp has to include
#include <stdlib.h>
#include <cstring> // strcmp? srsly?

Shamus
March 21st, 2010, 04:19
Yes, there were some, err, um, problems with the 1.0.7 source release. What can I say? We ****ed it up. But those issues have been fixed in SVN. If 1.0.7 doesn't work well for you, you could try checking out r299 from our SVN repository. :)