From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40916ae42558a3ec,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-11 13:50:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!news.algonet.se!newsfeed1.telenordia.se!algonet!news.man.lodz.pl!not-for-mail From: "Marek Defeci�ski" Newsgroups: comp.lang.ada Subject: gtk-ada for win/gnatmake Followup-To: poster Date: Thu, 11 Apr 2002 22:51:38 +0200 Organization: LODMAN - Metropolitan Area Network in LODZ, Poland Message-ID: NNTP-Posting-Host: 212.191.162.19 X-Trace: kujawiak.man.lodz.pl 1018558245 4078 212.191.162.19 (11 Apr 2002 20:50:45 GMT) X-Complaints-To: abuse@man.lodz.pl NNTP-Posting-Date: 11 Apr 2002 20:50:45 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:22385 Date: 2002-04-11T20:50:45+00:00 List-Id: hello i downloaded GtkAda-1.3.12 and i am trying to run some examples. when i am using make or gnatmake i have got error hello.adb:30:06: file "glib.ads" not found hello.adb:30:06: "Hello (body)" depends on "Hello_Package (spec)" hello.adb:30:06: "Hello_Package (spec)" depends on "Glib (spec)" i have compiled libraries under lib and path is set to GtkAda-1.3.12\lib i tried to use -L or - option for gnatmake but it is not working i can copy all libs everytime when i try to compile but i think that there are better solutions to fix it