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 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!j55g2000cwa.googlegroups.com!not-for-mail From: ferro.francesco@gmail.com Newsgroups: comp.lang.ada Subject: Re: try to bluid gvd Date: 10 Jun 2006 07:16:51 -0700 Organization: http://groups.google.com Message-ID: <1149949011.330569.81850@j55g2000cwa.googlegroups.com> References: <1149869682.687272.82750@u72g2000cwu.googlegroups.com> NNTP-Posting-Host: 83.78.71.197 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1149949016 23505 127.0.0.1 (10 Jun 2006 14:16:56 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 10 Jun 2006 14:16:56 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; X11; FreeBSD i386; en) Opera 8.54,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j55g2000cwa.googlegroups.com; posting-host=83.78.71.197; posting-account=uvR_sw0AAACHZcwjZ7DmtJQo4Xyis0F6 Xref: g2news2.google.com comp.lang.ada:4729 Date: 2006-06-10T07:16:51-07:00 List-Id: Thank's fow our answers i have try you commandbut i have new error: $ gmake CC=gnatgcc 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' gnatgcc -c -gnatg -g -O2 g-expect.adb g-expect.adb:35:10: warning: license of withed unit "IO" is incompatible g-expect.adb:36:10: warning: license of withed unit "OS_LIB" is incompatible g-expect.adb:296:07: warning: "Try_Until" is not modified, could be declared constant g-expect.adb:718:07: warning: "Buffer_Size" is not modified, could be declared constant g-expect.adb:996:07: warning: variable "N" is assigned but never read g-expect.adb:1047:07: warning: formal parameter "Pid" is not referenced g-expect.adb:1132:07: warning: formal parameter "Pid" is not referenced g-expect.adb:1148:07: warning: formal parameter "Descriptor" is not referenced g-expect.adb:1150:07: warning: formal parameter "User_Data" is not referenced g-expect.ads:110:10: warning: license of withed unit "OS_LIB" is incompatible gmake[1]: *** [g-expect.o] Error 1 gmake[1]: Leaving directory `/usr/home/frantch/gvd-1.2.5/gnat' gmake: *** [gnat] Error 2 i dont understand the warning message :S