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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7ad19191dac094c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-06 12:57:46 PST Reply-To: "Darren Ingram" From: "Darren Ingram" Newsgroups: comp.lang.ada Subject: Ada Web Server Date: Thu, 6 Jun 2002 20:57:49 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 NNTP-Posting-Host: ppp-225-47-211.friaco.access.uk.tiscali.com Message-ID: <3cffbeb6_3@mk-nntp-1.news.uk.worldonline.com> X-Trace: 6 Jun 2002 20:57:42 +0100, ppp-225-47-211.friaco.access.uk.tiscali.com Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!demon!mk-nntp-1.news.uk.worldonline.com!ppp-225-47-211.friaco.access.uk.tiscali.com Xref: archiver1.google.com comp.lang.ada:25420 Date: 2002-06-06T20:57:49+01:00 List-Id: Forgive me if i seem a little stuipd.. its because i am! I am currently trying to set up AWS on win98 machine. I've not had to do anything like this before, so im not too sure what im doing! I have succesfull got the latest version of ada going. Im at the stage of the guide which says: "Building When you have built and configured all libraries you must either set ADA_INCLUDE_PATH and ADA_OBJECTS_PATH (for GNAT) to point to the right directories or update the INCLUDES variable in top `makefile'. At this point you can build AWS. There is two ways to build AWS: with SSL support $ make build_ssl without SSL support (no need for the OpenSSL libraries in this case). $ make build_std In each case you'll certainly have to edit the makefile to correctly set the include path for the libraries POSIX, OpenSSL and Socket. For more information, look at the makefiles. " Can anyone explain to me what this actually means (put it in simple terms for a simple person!) or point me in the direction of a newsgroup/website etc where i might get some help? You can mail me at dazatrustsno1@hotmail.com Thanks in advance! Darren