Member Site › Forums › Rosetta 3 › Rosetta 3 – General › SCons compilation error (Windows XP, 32bit) › Reply To: SCons compilation error (Windows XP, 32bit)
October 1, 2009 at 1:39 pm
#4208
Anonymous
These are linker errors trying to link against zlib. zlib is a external compression library rosetta uses to allow gzip compressed IO.
There should be a file external/lib/z.lib. You could try replacing it with a windows DLL from the zlib site? I haven’t a clue if that will work (hopefully crispy will). http://www.zlib.net/