help-octave
[Top][All Lists]
Advanced

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

Re: Image package


From: Robert Fong-tom
Subject: Re: Image package
Date: Wed, 3 Dec 2008 12:57:35 -0500


On Dec 3, 2008, at 2:57 AM, Søren Hauberg wrote:

tir, 02 12 2008 kl. 21:03 -0500, skrev Robert Fong-tom:
Yes I see the headers. In MacPorts they appear to be in /opt/local/
include/ImageMagick. There are also a ton of other files in the
"include" directory which may be the includes for the dependencies.

So, what does the following commands print if you run the from the
terminal

  Magick++-config --cppflags
I get the following:   -I/opt/local/include/ImageMagick
  Magick++-config --ldflags
I get the following: -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/ lib -L/opt/local/lib -lfreetype -lz -Wl,-framework,CoreServices -Wl,- framework,ApplicationServices -L/opt/local/lib

? Also try to run the from Octave using the 'system' command, i.e.

  system ("Magick++-config --cppflags")
I get the following: -I/Applications/Octave.app/Contents/Resources/ include/ImageMagick
ans = 0
  system ("Magick++-config --ldflags")
I get: -L/Applications/Octave.app/Contents/Resources/lib -L/usr/ X11R6/lib
ans = 0

Søren






reply via email to

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