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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,56bf98898633498c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail From: ferro.francesco@gmail.com Newsgroups: comp.lang.ada Subject: try to bluid gvd Date: 9 Jun 2006 09:14:42 -0700 Organization: http://groups.google.com Message-ID: <1149869682.687272.82750@u72g2000cwu.googlegroups.com> NNTP-Posting-Host: 85.0.137.191 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1149869687 31589 127.0.0.1 (9 Jun 2006 16:14:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 9 Jun 2006 16:14:47 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=85.0.137.191; posting-account=uvR_sw0AAACHZcwjZ7DmtJQo4Xyis0F6 Xref: g2news2.google.com comp.lang.ada:4724 Date: 2006-06-09T09:14:42-07:00 List-Id: Hello, ok i have a programme for build a programme, it's that : [url]http://mirror.etf.bg.ac.yu/freebsd/distfiles/gvd-1.2.5-src.tgz[/url] so, there aren't ports for freebsd so i try to bluild me the src: i reade the INSTALL and for build it's requiert GtkAda (i have the last version 2.4.0, and gnat 3.13 or highter (i have gnat 2005) ok.. i type $ ./configure $ make [CODE] make CFLAGS="-g -O2" -C pixmaps make CFLAGS="-g -O2" -C gnat gcc -c -gnatg -g -O2 gcc: No input files specified *** Error code 1 Stop in /usr/home/frantch/gvd-1.2.5/gnat. *** Error code 1 Stop in /usr/home/frantch/gvd-1.2.5. [/CODE] ok... i try with gmake $gmake [CODE] gmake CFLAGS="-g -O2" -C pixmaps gmake[1]: Entering directory `/usr/home/frantch/gvd-1.2.5/pixmaps' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/home/frantch/gvd-1.2.5/pixmaps' gmake CFLAGS="-g -O2" -C gnat gmake[1]: Entering directory `/usr/home/frantch/gvd-1.2.5/gnat' gcc -c -gnatg -g -O2 g-expect.adb gcc: g-expect.adb: Ada compiler not installed on this system gmake[1]: *** [g-expect.o] Error 1 gmake[1]: Leaving directory `/usr/home/frantch/gvd-1.2.5/gnat' gmake: *** [gnat] Error 2 [/CODE] hmm it say i havn't a ADa compiler on my systeme... but it strange i HAVE a ada compiler (gnatmake.. etc...) and it work for me.. but there no.. pleas anyone can help me? thank's ps: (i try to compil gps it's same error...)