comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen.a.leake.1@gsfc.nasa.gov>
Subject: Re: ImageMagick libs and Ada
Date: 01 Feb 2002 13:46:15 -0500
Date: 2002-02-01T18:50:21+00:00	[thread overview]
Message-ID: <uk7txvy4o.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 50c1a1b.0202010746.3ee4bd7a@posting.google.com

x24702@usma.edu (Zach Swanson) writes:

> I'm hoping that perhaps someone here has tried to use the ImageMagick
> graphics suite and sucessfully imported functions into Ada95.
> 
> Working on my senior year capstone project at USMA, my team is
> developing a computer vision system and doing some parabolic mirror
> image undistortion using ImageMagick-5.4.1 to access the
> bitmaps/pixels. We are compiling the C code in Cygwin, and the Ada
> code using GNAT under Windows 2000.

GNAT provides a fully functional C compiler; use that instead of
Cygwin. It will be far easier to sort out the object and library
dependencies. 

> "In function 'GetImageMagick' magick.c:178: undefined reference to
> '__assert'
> Other values that the linker is unable to reconcile are __impure_ptr
> and __errno.

Assert and errno are from the c library. __impure_ptr is from the
Cygwin emulation layer.

-- 
-- Stephe



  parent reply	other threads:[~2002-02-01 18:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-01 15:46 ImageMagick libs and Ada Zach Swanson
2002-02-01 16:05 ` Jeffrey Creem
2002-02-02  5:06   ` Zach Swanson
2002-02-02 12:48     ` Jeffrey Creem
2002-02-01 18:46 ` Stephen Leake [this message]
2002-02-02  5:03   ` Zach Swanson
2002-02-02 12:52     ` Zach Swanson
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox