> > I ask because I get a dependency that I did not have before with 2.5.3.
> > Compiling with my same 'ole gcc 2.95.2 I see that I now need mxml.h and
> > strlcpy.h. Trying to compile under gcc 3.4 results in all kinds of errors.
>
> mxml.h and strlcpy.h are part of the elog tar ball. When untar'ed, they get copied
> into a separate directory:
>
> ...
> -rwxr-xr-x ritt/lke 15090 2005-05-09 13:09:54 elog-2.5.9/eloglang.japanese
> -rwxr-xr-x ritt/lke 17587 2005-05-09 13:09:54 elog-2.5.9/eloglang.spanish
> drwxr-xr-x ritt/lke 0 2005-05-09 13:09:54 mxml/
> -rwxr-xr-x ritt/lke 45577 2005-05-09 13:09:54 mxml/mxml.c
> -rwxr-xr-x ritt/lke 2198 2005-05-09 13:09:54 mxml/strlcpy.c
> -rwxr-xr-x ritt/lke 4359 2005-05-09 13:09:54 mxml/mxml.h
> -rwxr-xr-x ritt/lke 567 2005-05-09 13:09:54 mxml/strlcpy.h
>
> I have right now no access to 3.4. Once I get it, I will address the errors
> occuring there.
Ah, now I need to figure out how to pickup the new includes.
BTW, personally I wouldn't take my word regarding the 3.4 errors -- I was simply
trying an alternative version and it is likely that the way ours is configured is the
problem.
Thanks! |