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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c3f735b2c954355f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr15909954pbc.1.1338965856705; Tue, 05 Jun 2012 23:57:36 -0700 (PDT) Path: l9ni11704pbj.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!proxad.net!feeder1-2.proxad.net!193.252.117.184.MISMATCH!feeder.news.orange.fr!not-for-mail Date: Wed, 06 Jun 2012 08:56:20 +0200 From: Pascal Obry Organization: Home - http://www.obry.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.5.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: AWS Windos build trouble. References: <88c7a22d-9dbe-4981-99b7-205d514730f1@googlegroups.com> <4fc7054f$0$12512$ba4acef3@reader.news.orange.fr> <95a04ac3-3adf-4da4-b288-881ef196a631@googlegroups.com> <4fc93eb5$0$21552$ba4acef3@reader.news.orange.fr> <4FCB7872.6010803@obry.net> <17a0570f-1e65-4341-a419-1e09cb646a44@googlegroups.com> <4fcce35a$0$12523$ba4acef3@reader.news.orange.fr> In-Reply-To: Message-ID: <4fceff14$0$21590$ba4acef3@reader.news.orange.fr> NNTP-Posting-Date: 06 Jun 2012 08:56:20 CEST NNTP-Posting-Host: 82.124.203.80 X-Trace: 1338965780 reader.news.orange.fr 21590 82.124.203.80:15892 X-Complaints-To: abuse@orange.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2012-06-06T08:56:20+02:00 List-Id: Shark8, > Nope, I'm using 2011. > > Well, after getting the libz.dll swapped out it would get the splash-screen, followed by nothing (GPS.EXE crash). > Some investigation into why I I tracked it down to share\gps\plug-in files: > aws.api.xml > ada2wsdl.xml > aws.py > aws.xml > wsdl2aws.xml Really strange, never seen that! > On a hunch I moved them to a flash-drive (Fat32) and back, this aleviated that problem. > Apparently it was a permissions problem (perhaps GPS.EXE could see but not read the file). > Running GPS.EXE and opening my test/hello AWS program I now got these: > > gnatmake -d -PC:\AWS\aws_test.gpr Test.adb > gcc -c -gnat05 -I- -gnatA C:\AWS\src\Test.adb > test.adb:12:24: file "Ssl-Thin.ads" not found > test.adb:12:24: "Test (body)" depends on "Aws.Server (spec)" > test.adb:12:24: "Aws.Server (spec)" depends on "Aws.Net.Ssl (spec)" > test.adb:12:24: "Aws.Net.Ssl (spec)" depends on "Ssl.Thin (spec)" > gnatmake: "C:\AWS\src\Test.adb" compilation error Should be working! > Obviously I'll have to do the same, essentially manually replicating > the GPR files's. Why did the make install fail to propigate these > into GNAT's include directory? Or was it supposed to propigate the > ALI files somewhere to make them part of the library? (Isn't that > what make install's supposed to do?) Yes, "make install" should do everything for you. Then adding /with "aws";/ in you project file should be sufficient to build any AWS applications. Looks like you have permissions issues in the installation. Can you show us the content of makefile.setup on top of AWS build directory? BTW, there is a dedicated AWS mailing-list, maybe you'll find more help here. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net - http://v2p.fr.eu.org --| "The best way to travel is by means of imagination" --| --| gpg --keyserver keys.gnupg.net --recv-key F949BD3B