About the DEC problem:

it seems to work with a recent version of dx. Maybe the problem was that I was using an old(er) version of flex. Below are the steps I took

0] I started from CVS sources from 2/11/01

1] use flex 2.5.4 and Bison 1.28

2]
Changed: exec/dxmods/_im_image.c
301: changed arg 3 of DXGetArrayInfo from 'int' to 'Type'
714: removed GrayscaleMatteType(ImageMagick5.3.1 <-> 5.3.6)
902: removed second arg from call to GetMagickInfo (ImageMagick5.3.1 <-> 5.3.6)


3]
in configure
change section for alphax (at line 3400 or so) to

        if test $ARCH = "alphax" ; then
                ..
                LDFLAGS=" -Wl,-expect_unresolved,'*' -Wl,-all,-lgcc,-none"
        fi

(this will prevent doubly defined __throw)

4]
no Java.

configure  --with-javadx=no --prefix=xxxx


--
/*---------------------------------------------------------*\
| ===========           Mattijs Janssens                    |
| \\        /           Development Engineer                |
|  \\      /                                                |
|   \\    /             Nabla Ltd.                          |
|    \\  /              The Mews, Picketts Lodge            |
|     \\/               Picketts Lane, Salfords,            |
|     F ield            Surrey RH1 5RG.                     |
|     O peration        Tel: +44 (0)1293 821272             |
|     A nd              Email: [EMAIL PROTECTED]       |
|     M anipulation     URL: http://www.Nabla.co.uk         |
\*---------------------------------------------------------*/

Reply via email to