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:05:45 -0800 (PST)
Date: 2008-02-01T13:05:45-08:00	[thread overview]
Message-ID: <ebcd9971-81d8-42ce-89f3-aeee13774f6c@s19g2000prg.googlegroups.com> (raw)
In-Reply-To: 6e11aefa-7fb1-4df0-9c71-611da6c84466@l1g2000hsa.googlegroups.com

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



  parent reply	other threads:[~2008-02-01 21:05 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 [this message]
2008-02-01 21:15   ` John McCormick
replies disabled

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