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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,56bf98898633498c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Sat, 10 Jun 2006 15:47:48 -0500 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: try to bluid gvd References: <1149869682.687272.82750@u72g2000cwu.googlegroups.com> <8p6pl3-gps.ln1@newserver.thecreems.com> <87r71y7ypq.fsf@ludovic-brenta.org> <87mzcm7ynt.fsf@ludovic-brenta.org> <87wtbp6kv0.fsf@ludovic-brenta.org> <1149957187.371013.163410@j55g2000cwa.googlegroups.com> <1149959092.930906.147550@h76g2000cwa.googlegroups.com> <87slmc7wg1.fsf@ludovic-brenta.org> <1149965018.369451.260820@m38g2000cwc.googlegroups.com> <87odx07q87.fsf@ludovic-brenta.org> <1149969792.660781.259580@f6g2000cwb.googlegroups.com> Date: Sat, 10 Jun 2006 22:50:56 +0200 Message-ID: <87k67o7n0v.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:i5LUax+4p71wmMxJSlPqSXc8QGg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.227.117 X-Trace: sv3-e1cVIXJN3E/HI2gPHpl454Le1mGnFo/saFQbYyA+kfyCbLRS3iEbbmqh66R4TBuccZeLtl9Sg8/ws2R!+bYi0kS5TBdLnnB8ZYghKrU29ZM+TrOmtDJoBYPVt5IhdCihL0EbLJGQpuv7mW0pN5OnFKkfjU0= X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:4740 Date: 2006-06-10T22:50:56+02:00 List-Id: ferro.francesco@gmail.com writes: > ok thank's! > > now it can found the dir.. > > but i have always a lot of error :( > > shit shit!!! I suggest you look at how I build GPS on Debian. It took me many hours of work to get it to build, especially with GNAT 3.15p. In the end, I bypassed GPS's configury and makefile completely; I build almost everything from one makefile (debian/rules) and one GNAT project file (gps.gpr). In the process, I avoid building the bundled copy of Tcl 8.1 because it fails, and Debian already has tcl prebuilt. The bundled copy of cschthtml also required patching. Finally, I have some bug fixes. All the build scripts are in the debian subdirectory in http://ftp.debian.org/debian/pool/main/g/gnat-gps/gnat-gps_2.1.0-8.diff.gz As you can see, the above is for GPS 2.1.0. As part of the transition to GCC 4.1 in Debian, I am working on a newer version of GPS. The problem is AdaCore's release management: GPS 3.1.3 requires GtkAda with the CVS tag gps-3_1_3, which is not a proper release of GtkAda. Neither gtkada-2_4_1 nor gtkada-2_8_0 will do. The CVS HEAD of GPS (4.0.0w, not tagged yet) is closer to building, but will require GtkAda 2.8.1 not 2.8.0. So I'm currently waiting for the CVS tag for GtkAda 2.8.1, and then I'll patch GPS 4.0.0w until it compiles. The good news is that I will be able to use libgnatvsn4.1 and libgnatprj4.1; this was not possible with libgnatvsn-3.15p and libgnatprj-3.15p, due to changes in between GNAT 3.15p and GCC 4.1. -- Ludovic Brenta.