Open GoogleCodeExporter opened 9 years ago
Wow, I'm so out of my depth here... I think the README assumes a fully-working
compiler set-up (the project files do specify the right library dependencies,
I'm pretty sure). I don't remember how I did it, but I did compile with MSVC
2005 Express a while back, although it might have been the 1.2 branch rather
than trunk. It did involve downloading what seemed like a petabyte of platform
SDK junk. Ugh.
Help?
Original comment by pphaneuf
on 10 Jun 2010 at 4:49
Well, okay, I've got it working now. I had to add a few import libraries to the
projects, and it turned out that it really was important to build zlib and
libpng from sources, following the directions in the README very carefully and
being sure to actually pick the "/MT" CRT flag for the zlib/libpng builds. I
also had to do some search/replace in the libpng project files to account for
the visualc6 project directory having been moved from projects/ to old/ in
zlib's sources, in addition to putting zlib in a directory named just "zlib"
next to libpng's directory...
My changes to the Quadra project files are available from the Bazaar branch at
https://code.launchpad.net/~naesten/quadra/vc2005express-build (whoa, neat,
that one URL works both for looking at in a browser and pulling with bzr! I'm
pretty sure that didn't work last time I tried it). I'm probably going to
update the README to match my experiences pretty soon, too.
Original comment by naesten
on 10 Jun 2010 at 9:11
Okay, I've pushed my README changes to that branch now.
Original comment by naesten
on 10 Jun 2010 at 11:12
Original issue reported on code.google.com by
naesten
on 8 Jun 2010 at 5:57