Failed in installing pfstools on windows

36 views
Skip to first unread message

Jack

unread,
Jul 28, 2008, 9:32:15 PM7/28/08
to pfstools, man...@cs.ubc.ca
Hi experts,

I tried install pfstools on windows for two machines these two days,
but both tries failed.

Could you help me to fix my problem? (I am new to the Linux platform)

***********************************************************************
Error messages on Machine 1:

... /magick-type.h:129: error: '__int64' does not name a type.
.../magick-type.h:130: error: '__int64' does not name a type.
...
.../mageMagick/magick/color.h: error: 'MagickSizeType' does not name a
type.
...
make[3]: *** [pfsinimgmagick.o] Error 1
make[3]: Leaving directory '/../pfstools-1.6.5/src/fileformat'
...
************************************************************************
Error messages on Machine 2:

pfsinimgmagick.cpp:29:22: Magick++.h: No such file or directory
...
...pfsinimgmagick.cpp:112:error: 'Magick' has not been declared
...
make[3]: ***[pfsinimgmagick.o] Error 1
make[3]: Leaving directory '/../pfstools-1.6.5/src/fileformat'
************************************************************************

Many thanks,

Jack

Rafal

unread,
Jul 29, 2008, 6:02:14 PM7/29/08
to pfstools
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

Jack

unread,
Jul 29, 2008, 6:57:25 PM7/29/08
to pfstools
Thanks Rafal,

Problem solved.

What I did is to change the version of libMagick-devel from 6.4.* to
6.3.0.1-2.

Up to this point, people may still encounter another problem with
"octave".
One solution is similar to what you suggest in the above post, by
disabling octave:

****************************
./configure --disable-octave
****************************

Hope it helps.

Best,

Jack
Reply all
Reply to author
Forward
0 new messages