I was not SURE that that was the correct thing to do but it made it
compile. The problem was that some of the .h files were using "inline"
in the function def and "inline" was #defined to "" inside config.h.
If config.h was not included it would come back with an error like
"inline is not defined". So the configure script was correctly figuring
out that inline was not defined, the problems was that this info was
not getting used in all the .c files. I hope this helps you track down
the problem.
On Thu, 29 Oct 1998, Chris Toshok wrote:
> Moses DeJong wrote:
> >
> > This patch is needed to compile japhar (the current CVS version) on
> > a solaris box. Could someone please apply it?
>
> no. do not apply this patch.
>
> installed header files shouldn't include config.h (since config.h isn't
> installed.)
>
> i'll make a pass through the source and make sure each .c file includes
> config.h.
>
> xtoph
>
mo dejong
dejong at cs.umn.edu