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.66.124.196 with SMTP id mk4mr38013398pab.23.1451114329137; Fri, 25 Dec 2015 23:18:49 -0800 (PST) X-Received: by 10.182.73.167 with SMTP id m7mr385070obv.11.1451114329086; Fri, 25 Dec 2015 23:18:49 -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!mv3no15363875igc.0!news-out.google.com!f6ni34047igq.0!nntp.google.com!mv3no21271990igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 25 Dec 2015 23:18:48 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.154.15.227; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 195.154.15.227 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <38ee2249-2df9-4b7d-81b3-02898fa278ed@googlegroups.com> Subject: Re: SDLAda From: comicfanzine@gmail.com Injection-Date: Sat, 26 Dec 2015 07:18:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:28878 Date: 2015-12-25T23:18:48-08:00 List-Id: @Lucretia = After upgrading my OS , the make is a success . But , for the install , i got 1 error message = dead-code@Machine:~/Bureau/sdlada-master/build/gnat$ make SDL_PLATFORM=linux SDL_BUILD=static SDL_MODE=release DESTDIT=/usr/share/ada/adainclude install gprbuild -p -gnat2012 -XSDL_BUILD=static -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Psdlada.gpr -cargs `sdl2-config --cflags` gprbuild -p -gnat2012 -XSDL_BUILD=static -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Ptest_maths_build.gpr gprbuild -p -gnat2012 -XSDL_BUILD=static -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Ptests.gpr -largs `sdl2-config --static-libs` gprbuild: "test" up to date gprbuild: "version" up to date gprbuild: "platform" up to date gprbuild: "error" up to date gprbuild: "libraries" up to date gprbuild: "clipboard" up to date gprbuild: "stream" up to date gprbuild: "stream2" up to date gprinstall --prefix=/opt/sdlada --build-name=release.static -p -f \ -XSDL_BUILD=static -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Psdlada.gpr Install project SDLAda - release.static cannot overwrite file /opt/sdlada/include/sdlada.release.static/sdl-events-keyboards.ads check permissions. makefile:124: recipe for target 'install' failed make: *** [install] Error 1 dead-code@Machine:~/Bureau/sdlada-master/build/gnat$ So , i tried with sudo and then no more error message ; except that nothing was install in the path . ??