Hi, I just built the unpluck tools using MS VC 6.0 and I needed to make the following changes. I'd attach the diff, but as you could probably figure out from my compiler, I'm diff deficient and the changes are small.
Basically at the top of each of config.c, unpluck.c and util.c I needed to add the following code: #if !defined(WIN32) #include <unistd.h> /* for lseek, etc. */ #else #include <io.h> #endif I've also attached the project files I've used in case you want to add them to the distribution. I've not tried building this under mingw or cygwin. Thanks Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
