From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem with make Date: 5 Jun 2002 06:07:32 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 23 Message-ID: References: <6kbgfu8p8jbmrjv7vvhlkdrbtik2i39gj8 AT 4ax DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Koshmaar (koshmaar AT wladca DOT _NO-SPAM_ DOT pl) wrote: : > 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. : Here's it: : cc1.exe: warnings being treated as errors : src/allegro.c:77: warning: missing initializer : src/allegro.c:77: warning: (near initialization for `black_rgb.filler') : (...) : 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 GCC 3.1 adds a lot of new warnings. Either compile without -Werror, or use an older gcc. Right, MartinS