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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!news.eternal-september.org!.POSTED!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: News on Ada Doom project Date: Sat, 23 Aug 2014 14:16:28 +0200 Organization: A noiseless patient Spider Message-ID: References: <3c39c9c9-9050-4e08-a086-be71ab3783b6@googlegroups.com> <93a7875b-99da-471a-abe3-20a85d36a7a5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 23 Aug 2014 12:16:11 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="79e38679bca2979123b078d138ef64f8"; logging-data="8737"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18kJL925Sk3vF3IbEWcJard" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0 In-Reply-To: <93a7875b-99da-471a-abe3-20a85d36a7a5@googlegroups.com> Cancel-Lock: sha1:RLAVSI5jvIwR2HIsoaLuYxBqlYU= Xref: news.eternal-september.org comp.lang.ada:21879 Date: 2014-08-23T14:16:28+02:00 List-Id: On 2014-08-23 12:30, jsquirek@gmail.com wrote: >> it is not visible via webbrowser either > > Sorry, I should have been more clear. I made a mistake in the instructions, >the actual name of the project is neo.gpr (you change which game you want to >compile with the "Neo" engine via scenario variables). >Thanks for pointing it out :), I already corrected the readme in git. > Ok. But the readmed says now 'To compile with GPRBuild: gprbuild setup/neo.gpr' However it will not create directories for objects/alis I think you want gprbuild -p -P Setup/neo.gpr But that gives C:\bnl\svn\AdaDoom3\trunk>gprbuild -p -P Setup\neo.gpr gprbuild: no sources to compile so. cd Setup C:\bnl\svn\AdaDoom3\trunk\Setup>gprbuild -p -P neo.gpr and now it compiles. But it seems I need to fix my directX installation, complaints on not finding some dll. Installing directx and it compiles and links game32.exe But I get a doom-conseol and an empty doom window. Might be becase running under virtal-box. Anyway, I got so far taht it runs something. I'll investigate later. -- -- Björn