[ expat-Bugs-767634 ] Build without XML_DTD define.
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #767634, was opened at 2003-07-08 05:15 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=767634&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: Maxim Petrovich Dementiev (maximdementiev) Assigned to: Greg Stein (gstein) Summary: Build without XML_DTD define. Initial Comment: Expat, Release 1.95.6 Platform: Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Undefinded options: XML_NS and XML_DTD. Compile output: ------------------- begin ------------------------- Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland .\xmlparse.c: Error E2451 .\xmlparse.c 880: Undefined symbol 'isParamEntity' in function XML_SetEncoding Error E2451 .\xmlparse.c 880: Undefined symbol 'externalParEntInitProcessor' in function XML_SetEncoding Error E2451 .\xmlparse.c 1102: Undefined symbol 'isParamEntity' in function XML_SetReturnNSTriplet Error E2451 .\xmlparse.c 1102: Undefined symbol 'externalParEntInitProcessor' in function XML_SetReturnNSTriplet Error E2451 .\xmlparse.c 1354: Undefined symbol 'isParamEntity' in function XML_SetParamEntityParsing Error E2451 .\xmlparse.c 1354: Undefined symbol 'externalParEntInitProcessor' in function XML_SetParamEntityParsing *** 6 errors in Compile *** -------------------- end ------------------------ ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-07-08 11:08 Message: Logged In: YES user_id=290026 When I am using the free command line compiler (bcc 5.5) then it works fine for me, both with XML_NS and XML_DTD undefined. I simply commented them out in winconfig.h. I was trying the version from CVS. Maybe you should give that one a try too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=767634&group_id=10127