octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [changeset] GraphicsMagick++ configuration


From: Thomas Treichl
Subject: Re: [changeset] GraphicsMagick++ configuration
Date: Thu, 27 Aug 2009 21:17:16 +0200
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

David Grundberg schrieb:
Jaroslav Hajek wrote:
I applied this, updating also src/oct-conf.h.in and src/toplev.cc,
which was necessary.

regards

Yes, I saw that you did so.

Thanks,
David

That change causes a failing GraphicsMagick++ test for me. I changed

  CPPFLAGS="$CPPFLAGS $MAGICK_CPPFLAGS"
  LDFLAGS="$LIBS $MAGICK_LDFLAGS"
  LIBS="$LIBS $MAGICK_LIBS"

(cf. LDFLAGS line) to

  CPPFLAGS="$CPPFLAGS $MAGICK_CPPFLAGS"
  LDFLAGS="$LDFLAGS $MAGICK_LDFLAGS"
  LIBS="$LIBS $MAGICK_LIBS"

then it worked for me again. If this is the right thing to do then can you please make such a change? Thanks,

  Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]