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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2b8b8a2d72b3a04c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: mark_doherty@yahoo.co.uk (Mark Doherty) Newsgroups: comp.lang.ada Subject: GNADE samples on windows (cygwin) Date: 28 Nov 2004 07:54:07 -0800 Organization: http://groups.google.com Message-ID: <5e3e03a7.0411280754.33ddf77b@posting.google.com> NNTP-Posting-Host: 67.89.232.133 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1101657248 24021 127.0.0.1 (28 Nov 2004 15:54:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 28 Nov 2004 15:54:08 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:6585 Date: 2004-11-28T07:54:07-08:00 List-Id: Initially, under xp, I tried Gnat 3.15p and GNADE 1.5.3a but had too many problems (linker options referring to /usr/...) so I decided to use cygwin. Under cygwin I have installed gcc 3.3.3 and GNADE. I am trying to build the mysql sample but it does not recognise that mysql (and other databases) are installed on the PC, because presumably they were not loaded under cygwin. Do I have to install, from sources, everything that cygwin does not automatically include (GCC)? If so is there any compatibility issues with different versions of products? Further, are there issues about shared libraries / DLLs that I will come across. Out of interest, why does cygwin not include all these products? Does anybody have a step-by-step guide to install and run all the GNADE samples under windows (xp)? I have already made attempts to read the GNADE documentation but it is still not clear to me, albeit is not for the GNADE documentation to document how to install mysql etc on cygwin. Thanx Mark.