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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,341058becac90668 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-16 03:36:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Feedback wanted: Breakout game using SDL Date: Thu, 16 Jan 2003 11:36:40 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1042717000 21102 129.241.83.78 (16 Jan 2003 11:36:40 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 16 Jan 2003 11:36:40 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:33078 Date: 2003-01-16T11:36:40+00:00 List-Id: Chad R. Meiners wrote: > I have updated the source for the program to remove dependence on > Gnat.Traceback and fixed some naming issues. > > The program with its source is still at > > http://www.cse.msu.edu/~meinersc/bricks/abricks.zip I'm trying to compile the game on Linux, but since you have used mixed cases of the file names it makes it hard. However I found that unzip -LL will force the names to lower case. At any rate, please convert all filenames to lowercase so that there is no problems with this (some versions of unzip might not have the -LL switch). I'm a bit confused as to why I must have the AdaSDL thin binding and the AdaSDL thick binding? Would it be possible to merge them so that one only need the thick binding? Anyway keep up the good work! I'll give more feedback when I have managed to compile the program. Preben -- This is Ada95 land. On quiet nights you can hear C programmers debug.