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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,98ae3d1b5f21fe83,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-08 07:58:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ethiobite@yahoo.com (sebastien) Newsgroups: comp.lang.ada Subject: gtk compilation problem Date: 8 Mar 2004 07:58:15 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 212.254.42.58 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078761495 10732 127.0.0.1 (8 Mar 2004 15:58:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 8 Mar 2004 15:58:15 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6148 Date: 2004-03-08T07:58:15-08:00 List-Id: Hello, I downloaded the gtk library from - http://libre.act-europe.fr/GtkAda/ and I'm working with - Linux poste66 2.4.21-0.27mdk I get this error after make install gnatgcc -c -I../ -O2 -gnatn -gnatws -fPIC -I- ../gtkada-mdi.adb gtkada-mdi.adb:4499:10: missing case value: "None" gnatmake: "../gtkada-mdi.adb" compilation error make[1]: *** [lib-obj/make_gtk.o] Error 4 make[1]: Leaving directory `/home/sebastien/web/programmation/ada/tools/GtkAda-2.2.1/src' make: *** [install] Error 2 Can anybody help ? Sebastien.