>>>> "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'' */