Original message did not seem to go through. Resending without 100k attachment. Log file can be sent on request, if anyone wants details.
-----Original Message----- From: Andrew Venier [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 10:43 AM To: Abiword Dev ([EMAIL PROTECTED]) Subject: More MSVC7 build -- Abi is OK now, but a few config probs in wv and libiconv Attached is log from make attempts. Yes, MSVC7 can be stupid. But I still would like to make it work. Build issues below ##### [1] circumvented, but how to fix right? Around line 860 of log: Problem in libiconv -- for some reason, just when building wv, it does not think it has string.h (thought it does show -D_HAVE_STRING_H when building other components). I manually added -DHAVE_STRING_H to /libiconv/libcharset/lib/Makefile.abi so that build can continue Began make again ##### ##### [2] circumvented, but how to fix right? Around line 1042 of log: /wv/version.c was never created from /wv/version.c.in I manually created version.c with copy of version.c.in and substituted 0.7.1 for @VERSION@ Began make again ##### ##### [3] not a bug Around line 1512 of log: (I just needed to merge in the recent MSVC7 correction in fv_View -- merged and began make again) ##### ##### [4] still working on this one Around line 2154 at end of log: I'm still a bit stuck on this one -- would appreciate any suggestion, and would be glad to get more debug information if someone tells me what is neeeded-- -----from log----- libAbi_libwv_s.lib(text.obj) : error LNK2019: unresolved external symbol _strcasecmp referenced in function _wvSetEntity Converter d:\abi\abi\src\WIN32_1.3.10_i386_OBJ\bin\AbiWord.exe : fatal error LNK1120: 1 unresolved externals make[4]: *** [/cygdrive/d/abi/abi/src/WIN32_1.3.10_i386_OBJ/bin/AbiWord.exe] Error 2 ------------------ More information: /abi/src/WIN32_1.3.3_i386_DBG/obj/wv/strcasecmp.obj does get built. [line 997 of log] field.c(32) : warning C4013: 'strcasecmp' undefined; assuming extern returning int [line 1164 of log] text.c(1298) : warning C4013: 'strcasecmp' undefined; assuming extern returning int So I'm digging trying to figure out why strcasecmp is not included and linked. Any suggestions on what to check? #####
