[xml] libxml2-2.6.22 static vs. dynamic on Windows

2006-03-07 Thread Floodeenjr, Thomas
Hello, On Windows, I see a difference between the static and dynamic libraries. When I link with the dynamic library, I get this error: (error LNK2019: unresolved external symbol ___xmlIndentTreeOutput). I do not get this error with the static version of libxml2. Here is how I built libxml2:

[xml] libxml2 crash

2011-03-18 Thread Floodeenjr, Thomas
Has anyone seen a call stack like this before? #0 0x00997ba3 in strncmp () from /lib/tls/libc.so.6 #1 0xb7eda954 in __xmlParserInputBufferCreateFilename () from /space/common/linux/lib/libxml2.so.2 #2 0xb7edab22 in xmlParserInputBufferCreateFilename__internal_alias () from

Re: [xml] libxml2 crash

2011-03-18 Thread Floodeenjr, Thomas
The crash goes away if I switch from zlib-1.2.5 back to zlib-1.2.3. Is zlib-1.2.3 sufficient for libxml2-2.7.8? Thanks, -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: Floodeenjr, Thomas Sent: Friday, March 18, 2011 11:20 AM To: 'xml@gnome.org' Subject: RE: libxml2 crash

Re: [xml] Question about the path of libxml2 library

2011-04-07 Thread Floodeenjr, Thomas
How about when you build, specify the include path: gcc -I${XML_DIR}/include/libxml2 -L{XML_DIR}/lib -lxml2 -lz -lm -o file file.c Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: xml-boun...@gnome.org [mailto:xml-boun...@gnome.org] On Behalf Of Tong Mao Sent: Thursday, April 07,

Re: [xml] Question about the path of libxml2 library

2011-04-07 Thread Floodeenjr, Thomas
build testWriter build tree1 build tree2 build xpath1 build xpath2 # run things, if you want... Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: Tong Mao [mailto:zealot...@hotmail.com] Sent: Thursday, April 07, 2011 8:53 AM To: Floodeenjr, Thomas; xml@gnome.org Subject: RE: [xml

[xml] correct version of libxml2

2011-04-25 Thread Floodeenjr, Thomas
Veillard [mailto:veill...@redhat.com] Sent: Sunday, April 24, 2011 8:17 PM To: Floodeenjr, Thomas Cc: Aleksey Sanin; xml...@aleksey.com Subject: Re: [xmlsec] correct version of libxml2 On Wed, Apr 20, 2011 at 04:40:37PM +, Floodeenjr, Thomas wrote: Aleksey, We are having problems

Re: [xml] correct version of libxml2

2011-04-25 Thread Floodeenjr, Thomas
.x versions of libxml2. Thanks, -Tom Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 -Original Message- From: Daniel Veillard [mailto:veill...@redhat.com] Sent: Monday, April 25, 2011 7:48 AM To: Floodeenjr, Thomas Cc: xml@gnome.org Subject: Re: correct version of libxml2 Hi

Re: [xml] correct version of libxml2

2011-05-12 Thread Floodeenjr, Thomas
Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 -Original Message- From: Daniel Veillard [mailto:veill...@redhat.com] Sent: Monday, April 25, 2011 6:01 PM To: Floodeenjr, Thomas Cc: xml@gnome.org Subject: Re: correct version of libxml2 On Mon, Apr 25, 2011 at 03:02:45PM +, Floodeenjr

Re: [xml] correct version of libxml2

2011-05-16 Thread Floodeenjr, Thomas
Graphics BSD 720.494.1133 -Original Message- From: Floodeenjr, Thomas Sent: Thursday, May 12, 2011 2:58 PM To: 'veill...@redhat.com' Subject: RE: correct version of libxml2 Daniel, After having removed calls to xmlCleanupParser() to fix the crash on UNIX, we now get this exception on Windows

Re: [xml] [Fwd: Unable to compile for 64-bit Window 7 machine.]

2011-09-28 Thread Floodeenjr, Thomas
Here is what I do to build libxml2-2.7.8: (I use Visual Studio 2008 SP1, and I build zlib before building libxml2.) cd PATH_TO_ EXTRACTED_libxml2-2.7.8 set CUR_DIR=%cd% set PLAT=win64 call %VS90COMNTOOLS%\..\..\VC\vcvarsall.bat x86_amd64 set XML_DIR=%CUR_DIR%\..\install\%PLAT% set

Re: [xml] Using LIBXML2 in Windows environment

2014-09-16 Thread Floodeenjr, Thomas
Tony, I am using that same version of libxml2 with Visual Studio 2013 update 3. We build on Windows Server 2008 R2, or Windows 7, but I doubt that the operating system matters much. Your command line below would not be enough to build the file. You need to provide the include path, and

[xml] XML_PARSE_HUGE not working

2020-03-27 Thread Floodeenjr, Thomas
Hello, When using libxml2-2.7.8, we called xmlReadFile( filePath, NULL, XML_PARSE_HUGE ); in our code, and it worked fine. After upgrading to libxml2-2.9.9, this no longer works, the XML_PARSE_HUGE flag is not "remembered". However, if we hard-code ctxt->options |= XML_PARSE_HUGE; in the

Re: [xml] XML_PARSE_HUGE not working

2020-03-30 Thread Floodeenjr, Thomas
Any thoughts on this? It seems like a bug to me. Thanks, -Tom From: xml On Behalf Of Floodeenjr, Thomas Sent: Friday, March 27, 2020 4:48 PM To: xml@gnome.org Subject: [xml] XML_PARSE_HUGE not working Hello, When using libxml2-2.7.8, we called xmlReadFile( filePath, NULL, XML_PARSE_HUGE

[xml] libxml2-2.9.14 - libxml2-2.10.1 upgrade

2022-10-10 Thread Floodeenjr, Thomas
Hello, I am upgrading from libxml2-2.9.14 to libxml2-2.10.1 on Windows/ MSVC 2019. I am now getting build errors. (Previous version built fine.) What would cause these errors? Thanks, -Tom XML processor configuration --- Trio: no Thread safety:

Re: [xml] libxml2-2.9.14 - libxml2-2.10.1 upgrade

2022-10-10 Thread Floodeenjr, Thomas
It looks like I had a stale makefile in my tree from the previous release. DOCBparser was removed. Sorry for the false alarm... From: xml On Behalf Of Floodeenjr, Thomas Sent: Monday, October 10, 2022 1:56 PM To: xml@gnome.org Subject: [xml] libxml2-2.9.14 - libxml2-2.10.1 upgrade Hello, I