APPROVE COMMIT 21.5
Per Ben's request.
>>>> "Rick" == Rick Rankin
<rrankin1424-xemacs(a)yahoo.com> writes:
For the last week or so I've been trying to build from CVS on Windows using
Cygwin/gcc, and I've been getting errors from the linker. It was complaining
about not being able to find symbol 'lrecord_uid_counter' when building some of
the modules. Today, I got some time to track it down. All that was necessary
was to add the symbol name to src/xemacs.def.in.in. The patch is below.
--Rick
Index: src/xemacs.def.in.in
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/xemacs.def.in.in,v
retrieving revision 1.10
diff -u -r1.10 xemacs.def.in.in
--- src/xemacs.def.in.in 2005/10/25 08:32:50 1.10
+++ src/xemacs.def.in.in 2005/11/20 05:28:16
@@ -207,6 +207,7 @@
lrecord_string /* STRINGP */
lrecord_symbol /* SYMBOLP */
lrecord_type_count /* INIT_EXTERNAL_LRECORD_IMPLEMENTATION */
+lrecord_uid_counter
need_to_check_c_alloca /* ALLOCA */
print_readably
quit_check_signal_happened /* QUITP */
--
School of Systems and Information Engineering
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.