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,f8af009fa385af64,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: fmdf@tiscali.it (fabio de francesco) Newsgroups: comp.lang.ada Subject: GPS compilation errors Date: 22 Oct 2004 05:44:41 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 82.49.51.99 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1098449081 8172 127.0.0.1 (22 Oct 2004 12:44:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 22 Oct 2004 12:44:41 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5632 Date: 2004-10-22T05:44:41-07:00 List-Id: Hi, I don't know if this time the message is OT. If it is, please redirect me where I can find a solution. The problem is that when compiling GPS IDE, downloaded yesterday from the CVS repository, I get the following errors: [CUT] gnatmake -Pgps gps.adb gnat.gpr:19:43: warning: unit "mlib.tgt" has no body in this project gcc -c -g -gnatec=/sources2/development/Ada/gps/glide/gnat_debug.adc -g -O -gnata -gnatVa -gnatQ -gnaty -gnatwjmeurk -Wall -I- -gnatA /sources2/development/Ada/gps/glide/src/gps.adb vfs.ads:36:39: "Invalid_Time" not declared in "OS_Lib" vfs.ads:37:40: "Invalid_Time" not declared in "OS_Lib" vfs.ads:38:38: "Invalid_Time" not declared in "OS_Lib" vfs.ads:39:39: "Invalid_Time" not declared in "OS_Lib" vfs.ads:40:41: "Invalid_Time" not declared in "OS_Lib" vfs.ads:41:41: "Invalid_Time" not declared in "OS_Lib" gnatmake: "/sources2/development/Ada/gps/glide/src/gps.adb" compilation error make[1]: *** [internal-build] Error 4 make: *** [default] Error 2 I compile with gcc-3.4.1 (compiled by myself) on a Fedora Core II with Linux-2.6.5(vanilla). Has someone had the same errors? How can I solve this problem? Thank you in advance, Fabio De Francesco