Hi Jack,
> ***********************************************************************
> Error messages on Machine 1:
>
> ... /magick-type.h:129: error: '__int64' does not name a type.
> ***********************************************************************
This looks like a problem with your libMagick-devel package
installation. Did you installed it from sources or from cygwin
packages? What is the version of your package?
What is the version of gcc that you are using (you can check this with
"gcc --version")?
> ************************************************************************
> Error messages on Machine 2:
>
> pfsinimgmagick.cpp:29:22: Magick++.h: No such file or directory
> ************************************************************************
This looks like no libMagick-devel is installed on this machine.
If you do not need support for ImageMagick (libnetpbm10 can handle LDR
images as well), you can always disable it with "--disable-
imagemagick" passed to the ./configure script.
Cheers,
Rafal