Mail Archives: djgpp/2002/06/05/02:43:13
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
- Raw text -