From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with make Date: Sat, 01 Jun 2002 12:26:33 +1000 Organization: ihug ( New Zealand ) Lines: 33 Message-ID: <6kbgfu8p8jbmrjv7vvhlkdrbtik2i39gj8@4ax.com> References: NNTP-Posting-Host: p635-apx1.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1022898371 649 203.173.142.127 (1 Jun 2002 02:26:11 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sat, 1 Jun 2002 02:26:11 +0000 (UTC) X-Newsreader: Forte Agent 1.91/32.564 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I have got a problem with Allegro, with buliding Allegro.You see, I have >installed Djgpp, Rhide, Gcc and all other stuff and its all OK, my programs >in C++ are working correctly. >And I want to use Allegro. So I am in the allegro directory and I type make, >then [enter]. > Screen flashes with many lines, too fast to see what was they, then > everything stops and last lines are: IMHO if you are using Allegro 3.x then do not even try to look at what the problem is go and get an upgrade from the URL below. What you are seeing is the end of a series of errors. You need to find that start of the errors to try to find out the real problem. Use redir.exe to redirect the output to a file and then analyse the file to see why your setup is failing. Can you build a simple hello world program? This will check that you have got the compiler working correctly to an extent. If you are using W2K or XP please check that you are using the latest versions of the zips that you downloaded. A few of the packages (zips) dated before 1-Dec-2001 are not compatible with W2k or XP due to W2K and XP low level API bugs. > src/allegro.c: 87: warning: missing initializer >src/allegro.c: 87: warning: (near initialization for >'desktop_pallete[15].filler') > > make.exe: *** [obj/djgpp/allegro.o] Error 1 Check that you are usign Allegro 4.01 (http://alleg.sourceforge.net), Rhide 1.5.0 (www.rhide.com) snapshot, DJGPP 2.04 and GCC 3.04 or later.