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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: Installing AdaSDL to a Debian system Date: Mon, 27 Mar 2017 09:07:49 +0100 Organization: Aioe.org NNTP Server Message-ID: <2078381470.512294653.811939.laguest-archeia.com@nntp.aioe.org> References: <510a4934-6292-4067-b4ca-3ec6cfad6e47@googlegroups.com> NNTP-Posting-Host: xzLlPrqUxfrLkCX+xf1iZg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/5.2.6 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:VT+dpFFrQayceKQ8VTbJhvAqhqA= Xref: news.eternal-september.org comp.lang.ada:46487 Date: 2017-03-27T09:07:49+01:00 List-Id: LaeMing Ai wrote: > Hi, > > I have GNAT+GPS installed on my Debian/Testing system via apt. > > I have AdaSDL sources downloaded to a directory in my user space. > > AdaSDL seems to have compiled fine following the included instructions - > I have a .../build/gnat/gen/static.release/lib/ folder full of .ali files. > > How do I get these into the GNAT build chain? > > # sudo make SDL_PLATFORM=linux SDL_BUILD=static SDL_MODE=release > DESTDIT=/usr/lib/gcc/x86_64-linux-gnu/6/ install > given you haven't typo, I assume your using my bindings which is SDLAda, > AdaSDL is some else's SDL 1.x bindings. > doesn't appear to work. Nothing shows up in the expected place. > Above should be DESTDIR. > Obviously I have missed something, likely because I ended up trying to do > a manual install. Any help appreciated! > You need to execute sdl2-config --libs in back ticks on nix, I don't know how you call that in windows, I can't remember.