Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-09 Thread K. Frank
Brian - Thank you for your response. On Tue, Jan 8, 2013 at 11:14 AM, Prof Brian Ripley wrote: > On 08/01/2013 15:24, K. Frank wrote: >> ... >> Great. If I end up needing libxml2, I'll plan to build it myself. >> >> Do you happen to know if I should expect the build to be >> totally straightfor

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-09 Thread pavel
Frank, see my comments bellow. On Wed, 2013-01-09 at 08:04 -0500, K. Frank wrote: > I am hoping that all I need to do is translate the above code > fragment, e.g.: > >#import raw_interfaces_only named_guids > > into the mingw-w64 world (without learning DCOM). > > Any suggestions or even e

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-09 Thread Ruben Van Boxem
2013/1/9 K. Frank > Ruben - > > Thanks for your comments. Just to follow up a little, below ... > > On Wed, Jan 9, 2013 at 1:35 AM, Ruben Van Boxem > wrote: > > Op 9 jan. 2013 03:19 schreef "K. Frank" het > volgende: > >> > >> Hi Ruben (and Kai)! > >> > >> On Tue, Jan 8, 2013 at 1:55 PM, Ruben

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-09 Thread K. Frank
Ruben - Thanks for your comments. Just to follow up a little, below ... On Wed, Jan 9, 2013 at 1:35 AM, Ruben Van Boxem wrote: > Op 9 jan. 2013 03:19 schreef "K. Frank" het volgende: >> >> Hi Ruben (and Kai)! >> >> On Tue, Jan 8, 2013 at 1:55 PM, Ruben Van Boxem >> wrote: >> > 2013/1/8 Kai Ti

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread Ruben Van Boxem
Op 9 jan. 2013 03:19 schreef "K. Frank" het volgende: > > Hi Ruben (and Kai)! > > On Tue, Jan 8, 2013 at 1:55 PM, Ruben Van Boxem > wrote: > > 2013/1/8 Kai Tietz > >> > >> If you don't have them in your include folder, then you might not > >> using our headers. > >> > >> I have msxml.h, msxml2.

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread K. Frank
Hi Ruben (and Kai)! On Tue, Jan 8, 2013 at 1:55 PM, Ruben Van Boxem wrote: > 2013/1/8 Kai Tietz >> >> If you don't have them in your include folder, then you might not >> using our headers. >> >> I have msxml.h, msxml2.h, msxml2did.h, and msxmldid.h headers. You >> should have them too. > >

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread Ruben Van Boxem
2013/1/8 Kai Tietz > If you don't have them in your include folder, then you might not > using our headers. > > I have msxml.h, msxml2.h, msxml2did.h, and msxmldid.h headers. You > should have them too. > I can confirm my 4.7-1-stdthread toolchain has these headers. Ruben > The code-snipl

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread Kai Tietz
If you don't have them in your include folder, then you might not using our headers. I have msxml.h, msxml2.h, msxml2did.h, and msxmldid.h headers. You should have them too. The code-sniplet you've shown is a ource using VC's private extensions in #C(++). Gcc doesn't support #C(++). About how

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread K. Frank
Pavel - Thanks for your reply. On Tue, Jan 8, 2013 at 1:12 PM, pavel wrote: > On Tue, 2013-01-08 at 10:24 -0500, K. Frank wrote: > >> Great. If I end up needing libxml2, I'll plan to build it myself. >> >> Do you happen to know if I should expect the build to be >> totally straightforward (with

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread K. Frank
Kai - Thanks for your response. On Tue, Jan 8, 2013 at 10:57 AM, Kai Tietz wrote: > 2013/1/8 K. Frank : >> Ah, okay. I will see if I can get the msxml version of quickfix to build. >> Would you happen to know if a stock windows 7 would come with >> msxml (or how I can check), or whether I would

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread pavel
On Tue, 2013-01-08 at 10:24 -0500, K. Frank wrote: > Great. If I end up needing libxml2, I'll plan to build it myself. > > Do you happen to know if I should expect the build to be > totally straightforward (with mingw-w64)? Any gotcha's or > dependencies I should be expecting? I have cross-com

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread Kai Tietz
2013/1/8 K. Frank : > Ah, okay. I will see if I can get the msxml version of quickfix to build. > Would you happen to know if a stock windows 7 would come with > msxml (or how I can check), or whether I would need visual studio > or a separate msxml download? Also, I think I searched the mingw-w

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread K. Frank
Hi Jon! On Tue, Jan 8, 2013 at 9:23 AM, JonY wrote: > On 1/8/2013 21:30, K. Frank wrote: >> Hello List! >> >> I'm under the impression that libxml2 works (can be made to work) >> with mingw-w64, but that it does not come with mingw-w64 out of >> the box. >> >> Is this correct? > > That is right,

Re: [Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread JonY
On 1/8/2013 21:30, K. Frank wrote: > Hello List! > > I'm under the impression that libxml2 works (can be made to work) > with mingw-w64, but that it does not come with mingw-w64 out of > the box. > > Is this correct? > That is right, libxml2 is unrelated to mingw-w64, so there is no bundle for

[Mingw-w64-public] libxml2 with mingw-w64?

2013-01-08 Thread K. Frank
Hello List! I'm under the impression that libxml2 works (can be made to work) with mingw-w64, but that it does not come with mingw-w64 out of the box. Is this correct? If so, what is the best / easiest way to get libxml2 going with the mingw-w64 version I have (one of Ruben's std::thread-enabled