comp.lang.ada
 help / color / mirror / Atom feed
From: John McCormick <mccormick@cs.uni.edu>
Subject: Re: Problem with Jewl on GPS and AdaGide
Date: Fri, 1 Feb 2008 13:15:19 -0800 (PST)
Date: 2008-02-01T13:15:19-08:00	[thread overview]
Message-ID: <fde9d5ba-888e-4ec4-8d44-ff4f290af3c9@i12g2000prf.googlegroups.com> (raw)
In-Reply-To: ebcd9971-81d8-42ce-89f3-aeee13774f6c@s19g2000prg.googlegroups.com

On Feb 1, 3:05 pm, John McCormick <mccorm...@cs.uni.edu> wrote:
> On Jan 31, 9:25 am, Stoik <staszek.goldst...@gmail.com> wrote:
>
> > I am looking for someone to help me with JEWL in Windows environment
> > (Windows XP). I have installed academic version of GPS (2007-2) and
> > win32ada from the same source. Nevertheless, the linker is reporting:
> > ld.exe: cannot find -luser32 -lgdi32 -lcomdlg32 -lwinmm (from ld.exe).
> > What is the solution? Are there special switches or pragmas I should
> > use?
>
> Here is the solution that I was given to solve this problem:
>
> In file
>   jewl-win32_interface.adb
> replace the one line
>   pragma Linker_Options ("-luser32 -lgdi32 -lcomdlg32 -lwinmm");
> with these three lines
>   pragma Linker_Options ("-luser32");
>   pragma Linker_Options ("-lgdi32");
>   pragma Linker_Options ("-lcomdlg32");
>   pragma Linker_Options ("-lwinmm");
>
> Build the JEWL library as described in the JEWL documentation.
>
> John

Oops!  That is four lines.  Too much C today.

John



      reply	other threads:[~2008-02-01 21:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-31 15:25 Problem with Jewl on GPS and AdaGide Stoik
2008-02-01  0:17 ` Jeffrey R. Carter
2008-02-01  7:32   ` Martin Krischik
2008-02-01 21:05 ` John McCormick
2008-02-01 21:15   ` John McCormick [this message]
replies disabled

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