OK, you need to upgrade to 5.2 or downgrade to 4.0.29 . MAGICK5 tells it to use the 5.2 api. 5.1.1. is incompatible with both IM 5.2 and 4 version api . OR, to remove IM from your build, rm config.cache && configure --without-magick (I think...).
Pete "R. Lahaye" wrote: > David, > > I have two rpm's installed: > ImageMagick-5.1.1-1 > ImageMagick-devel-5.1.1-1 > > Does that matter? I hoped that a > /* #define MAGICK5 */ > in src/exec/dxmods/_im_image.c would remove the > ImageMagick all together. But it's more complicated, > apparently. > > Do you expect ImageMagick to cause the problem? > > Rob. > > "David L. Thompson" wrote: > > > > Which version of ImageMagick do you have installed? > > > > >I've just downloaded and built the current CVS of > > >openDX 4.1.1 on my Linux RH6.2 PC. > > > > > >The compile session goes smooth if I comment out > > >"#define MAGICK5" in src/exec/dxmods/_im_image.c. > > > > > >However, as soon as I open the VPE window, this window > > >freezes. > > >After a few minutes the "Connection to server is broken" > > >window pops up. At that moment the VPE is alive again > > >and I reconnect the server and everything is fine. > > > > > >This does not happen with the 4.1.0 built, so I guess > > >something that initially confuses the VPE has been > > >introduced in 4.1.1
