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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.44.82 with SMTP id s79mr1354637ios.16.1450489476296; Fri, 18 Dec 2015 17:44:36 -0800 (PST) X-Received: by 10.182.250.169 with SMTP id zd9mr73461obc.1.1450489476276; Fri, 18 Dec 2015 17:44:36 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!mv3no18024763igc.0!news-out.google.com!l1ni7589igd.0!nntp.google.com!mv3no13462904igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 18 Dec 2015 17:44:36 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.174.93.133; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 93.174.93.133 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: SDLAda From: comicfanzine@gmail.com Injection-Date: Sat, 19 Dec 2015 01:44:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:28819 Date: 2015-12-18T17:44:36-08:00 List-Id: Anyone tried to use The SDLAda library ? https://github.com/Lucretia/sdlada I unzip the archive and open a terminal into it . When i apply the README file , i got the following errors = dead-code@Machine:~/Bureau/sdlada-master$ make SDL_PLATFORM=linux SDL_BUILD=static SDL_MODE=release gprbuild -p -gnat2012 -XSDL_BUILD=static -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Psdlada.gpr -cargs `sdl2-config --cflags` sdl_version.gpr:1:09: warning: there are no Ada sources in this project gcc-4.6 -c -ffunction-sections -fdata-sections -gnat2012 -gnata -gnato -gnatE -gnaty -gnaty-s -gnatyO -gnatyM120 -gnatyO -O2 -I/usr/include/SDL2 -D_REENTRANT -gnat2012 sdl-events-keyboards.adb sdl-events-keyboards.adb:30:09: aspect identifier expected sdl-events-keyboards.adb:39:09: aspect identifier expected sdl-events-keyboards.adb:48:09: aspect identifier expected sdl-events-keyboards.adb:57:09: aspect identifier expected sdl-events-keyboards.adb:67:09: aspect identifier expected sdl-events-keyboards.adb:77:09: aspect identifier expected gprbuild: *** compilation phase failed make: *** [sdl_build.gpr] Erreur 4 dead-code@Machine:~/Bureau/sdlada-master$ How solve the problem ? Also, gcc 4.8 is well present as you can see next. But he is not used in the make , i don't know why . Beside, I still got those errors above . dead-code@Machine:~/Bureau/sdlada-master$ gcc --version gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dead-code@Machine:~/Bureau/sdlada-master$