Compile Error

Dave Peticolas peticola@krondo.com
Fri, 21 Jul 2000 12:53:54 -0700


"Charles M. Gagnon" writes:
> I'm getting compile errors on a Solaris 8 box on the last
> gnucash (from CVS):
> 
>     Making all in calculation
>     make[3]: Entering directory
>     `/home/charlesg/src/gnucash/src/calculation'
>     gcc -DHAVE_CONFIG_H -I. -I. -I../..     -g -O2 -Wall -c
>     expression_parser.c
>     In file included from expression_parser.c:333:
>     finproto.h:30: parse error before `0x00000004'

This error leads me to believe that some of the short function names
in src/calculation are already defined as macros on your system. Let
me do some renaming and see if that clears things up.

dave