This fixed it. After applying Michael's patch to "emacs.c" I'm in
great
shape.
Thanks,
-lipp
>>> -----Original Message-----
>>> From: Martin Buchholz [mailto:martin@xemacs.org]
>>> Sent: Tuesday, May 12, 1998 3:13 PM
>>> To: Damon Lipparelli; Oscar Figueiredo; XEmacs Patches
>>> Cc: XEmacs Beta Test
>>> Subject: Re: 21.0-b40-pre2: Success (and failure) under
>>> Solaris 2.5.1
>>>
>>>
>>> >>>>> "Damon" == Damon Lipparelli
<lipp(a)primus.com> writes:
>>>
>>> Damon> My "debug" build (see the first "Installation"
file
>>> above) failed. I got
>>> Damon> an unresolved symbol on error_check_ldap() from
>>> "eldap.o". The non-debug
>>> Damon> build succeeded.
>>>
>>> I've never done a --with-ldap build, but the problem is very likely
>>> fixed by:
>>>
>>> 1998-05-12 Martin Buchholz <martin(a)xemacs.org>
>>>
>>> * inline.c: Include eldap.h
>>>
>>>
>>> --- src/inline.c.old
>>> +++ src/inline.c
>>> @@ -47,6 +47,7 @@
>>> #include "chartab.h"
>>> #include "console.h"
>>> #include "device.h"
>>> +#include "eldap.h"
>>> #include "elhash.h"
>>> #include "events.h"
>>> #include "extents.h"
>>>
>>>
>>> Martin
>>>
>>> /* Note to maintainers: This file contains a list of all
>>> header files
>>> that use the INLINE macro, either directly, or by using
>>> DECLARE_LRECORD.
>>> i.e. the output of ``grep -l -w
>>> 'DECLARE_LRECORD|INLINE' *.h'' */
>>>