Index: [thread] [date] [subject] [author]
  From: Jon M. Taylor <taylorj@ecs.csus.edu>
  To  : GGI mailing list <ggi-develop@eskimo.com>
  Date: Sat, 25 Jul 1998 16:08:50 -0700 (PDT)

LibGGI won't compile

Here's the make log.  The error is at the bottom, but also take note of 
all these warnings about ANSI nonconformity.  If macros with variable 
arguments are to be kept, this warning should be turned off, otherwise it 
should be fixed.

-----------

gcc -fPIC -O2 -funroll-loops -fomit-frame-pointer  -pedantic   -I/home/jon/degas/lib/libggi/include -I/home/jon/degas/lib/libggi/../../include -I/home/jon/degas/lib/libggi/../../driver/include  -Wall -Wstrict-prototypes -g -DDEBUG -DGGICONFFILE=\"TaG1/etc
/ggi/libggi.conf\" -c -o init.o init.c
In file included from /home/jon/degas/lib/libggi/include/internal.h:12,
                 from init.c:205:
/home/jon/degas/lib/libggi/include/debug.h:12: warning: ANSI C does not allow macro with variable arguments
In file included from /home/jon/degas/lib/libggi/../../include/ggi/types.h:25,
                 from /home/jon/degas/lib/libggi/include/structs.h:8,
                 from /home/jon/degas/lib/libggi/include/internal.h:13,
                 from init.c:205:
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:140: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:149: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:156: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:181: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:182: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:183: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:184: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:185: warning: ANSI C does not allow macro with variable arguments
/home/jon/degas/lib/libggi/../../include/ggi/debug.h:186: warning: ANSI C does not allow macro with variable arguments
In file included from /home/jon/degas/lib/libggi/include/structs.h:8,
                 from /home/jon/degas/lib/libggi/include/internal.h:13,
                 from init.c:205:
/home/jon/degas/lib/libggi/../../include/ggi/types.h:183: #error Unknown endianess, please check ggi/types.h!
make: *** [init.o] Error 1


---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
	- Scientist G. Richard Seed

Index: [thread] [date] [subject] [author]