Hi,
  I don't mind applying this patch, but imread and imwrite (which uses
the Magick++ stuff) are now part of Octave core (at least will be in the
3.2 series). So I'm not sure if it makes sense to apply the patch. In
SVN, are we targeting 3.0.x or 3.2.x?

Søren

søn, 14 09 2008 kl. 08:47 -0500, skrev Stephen Montgomery-Smith:
> The octave forge package "image" builds, but doesn't actually function, 
> on the FreeBSD OS.  It seems that Magick++-config needs extra flags in 
> that environment.  Maybe other environments need the same extra flags as 
> well.
> 
> I attach a patch.
> 
> ren tekst-dokument-bilag (patch-src:Makefile)
> --- src/Makefile-orig 2008-09-14 01:33:56.000000000 -0500
> +++ src/Makefile      2008-09-14 01:34:56.000000000 -0500
> @@ -30,6 +30,6 @@
>       $(MKOCTFILE) $< -lpng
>  
>  __magick_read__.oct: __magick_read__.cc
> -     $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags`
> +     $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags 
> --libs`
>  
>  clean: ; -$(RM) *.o octave-core core *.oct *~
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________ Octave-dev mailing list 
> Octave-dev@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/octave-dev


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to