[Newbie] First compile

From: Mark Gerritsen (mark_gerritsen@HOTMAIL.COM)
Date: 05/11/02


I'm having trouble installing Circle30pl21.
I've followed the instructions in the documentation to the letter: got the
file, gunzipped and tar -xvf'ed it, ran ./configure, but then when I try
to compile, it gets stuck on utils.c:

gcc -c -g -O2 -Wall  utils.c
utils.c:118: parse error before `__extension__'
utils.c:118: `__len' undeclared here (not in a function)
utils.c:118: initializer element is not constant
utils.c:118: parse error before `if'
utils.c:118: warning: type defaults to `int' in declaration of `__retval'
utils.c:118: conflicting types for `__retval'
utils.c:118: previous declaration of `__retval'
utils.c:118: warning: data definition has no type or storage class
utils.c:118: parse error before `}'
utils.c:122: warning: type defaults to `int' in declaration of `abort'
utils.c:122: conflicting types for `abort'
/usr/include/stdlib.h:561: previous declaration of `abort'
utils.c:122: warning: data definition has no type or storage class
utils.c:122: parse error before `}'
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/home/marek/circle30bpl21/src'
make: *** [all] Error 2

Any thoughts on how to fix this?

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT