You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Chris Bishop <ch...@bishop.net.nz> on 2004/03/02 04:58:10 UTC

Building under MinGW/MSYS

I am developing various applications on Windows systems using
MinGW/MSYS.

I have need of an XML library and have identified Xerces as being
suitable.

I have obtained the Xerces sources and read the documentation.

I can find no reference to building under MinGW/MSYS.  I have tried
various hacks to make it think that I am building under either Cygwin
or under Linux but these have only been partially successful.

Has any one had any success building the Xerces library under
MinGW/MSYS?  If so I would be grateful for any pointers.

Best regards,

Chris Bishop


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re[2]: Building under MinGW/MSYS

Posted by Chris Bishop <ch...@bishop.net.nz>.
Dear Developers,

I sent this message a short time ago and got some useful replies and
was making some progress in building Xerces 2.5 using MinGW/MSYS.

Then, fortunately, I was browsing around the Xerces site and noticed
patches to the build system to incorporate MinGW/MSYS builds.  So,
yesterday, I downloaded a development source snapshot and tried it
under MinGW/MSYS.

This is by way of saying thanks to however is responsible - it seems
to work absolutely fine - thanks again :-)

Best regards,

Chris Bishop

Wednesday, March 10, 2004, 10:18:47 PM, you wrote:

CB> Tried sending this message some days ago but have seen no responses,
CB> so assume no-one has any info on this topic.

CB> However, will try sending again just in case.

CB> If anyone knows anything about building Xerces under MinGW/MSYS I
CB> would appreciate any info available.

CB> Best regards,

CB> Chris Bishop

CB> Tuesday, March 2, 2004, 4:58:10 PM, you wrote:

CB>> I am developing various applications on Windows systems using
CB>> MinGW/MSYS.

CB>> I have need of an XML library and have identified Xerces as being
CB>> suitable.

CB>> I have obtained the Xerces sources and read the documentation.

CB>> I can find no reference to building under MinGW/MSYS.  I have tried
CB>> various hacks to make it think that I am building under either Cygwin
CB>> or under Linux but these have only been partially successful.

CB>> Has any one had any success building the Xerces library under
CB>> MinGW/MSYS?  If so I would be grateful for any pointers.

CB>> Best regards,

CB>> Chris Bishop


CB>> ---------------------------------------------------------------------
CB>> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
CB>> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


CB> ---------------------------------------------------------------------
CB> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
CB> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re[2]: Building under MinGW/MSYS

Posted by Chris Bishop <ch...@bishop.net.nz>.
Alberto,

Many thanks for the info - looks good though I haven't had time to try
it yet.

Best regards,

Chris Bishop

Wednesday, March 10, 2004, 10:26:27 PM, you wrote:

AM> There is a patch attached to bug#23176 that could allow you to use MinGW. 
AM> Check if it works for you 
AM> (http://issues.apache.org/bugzilla/show_bug.cgi?id=23176)

AM> Alberto

AM> At 22.18 10/03/2004 +1300, Chris Bishop wrote:
>>Tried sending this message some days ago but have seen no responses,
>>so assume no-one has any info on this topic.
>>
>>However, will try sending again just in case.
>>
>>If anyone knows anything about building Xerces under MinGW/MSYS I
>>would appreciate any info available.
>>
>>Best regards,
>>
>>Chris Bishop
>>
>>Tuesday, March 2, 2004, 4:58:10 PM, you wrote:
>>
>>CB> I am developing various applications on Windows systems using
>>CB> MinGW/MSYS.
>>
>>CB> I have need of an XML library and have identified Xerces as being
>>CB> suitable.
>>
>>CB> I have obtained the Xerces sources and read the documentation.
>>
>>CB> I can find no reference to building under MinGW/MSYS.  I have tried
>>CB> various hacks to make it think that I am building under either Cygwin
>>CB> or under Linux but these have only been partially successful.
>>
>>CB> Has any one had any success building the Xerces library under
>>CB> MinGW/MSYS?  If so I would be grateful for any pointers.
>>
>>CB> Best regards,
>>
>>CB> Chris Bishop
>>
>>
>>CB> ---------------------------------------------------------------------
>>CB> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>>CB> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>>For additional commands, e-mail: xerces-c-dev-help@xml.apache.org



AM> ---------------------------------------------------------------------
AM> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
AM> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Building under MinGW/MSYS

Posted by Greg Franks <gr...@sce.carleton.ca>.
>>>>> "Alberto" == Alberto Massari <am...@progress.com> writes:

    Alberto> There is a patch attached to bug#23176 that could allow
    Alberto> you to use MinGW. Check if it works for you
    Alberto> (http://issues.apache.org/bugzilla/show_bug.cgi?id=23176)

    Alberto> Alberto

The downside of this patch is that it uses custom makefiles
throughout, rather than using automake/autoconf and friends.  So, if
files get added and/or removed the patch needs work.  

I think that an autoconf/automake version can be cobbled together
(though I haven't had the time to get it going).  I got stuck on
trying to get runConfigure to run on MinGW.
-- 
Greg Franks		(613) 520-2600 x1749, Fax (613) 520-5727
Systems and Computer Engineering, Carleton University
1125 Colonel Drive (ME 4244)
Ottawa, Ontario, Canada  K1S 5B6.
http://www.sce.carleton.ca/faculty/franks.html

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Building under MinGW/MSYS

Posted by Alberto Massari <am...@progress.com>.
There is a patch attached to bug#23176 that could allow you to use MinGW. 
Check if it works for you 
(http://issues.apache.org/bugzilla/show_bug.cgi?id=23176)

Alberto

At 22.18 10/03/2004 +1300, Chris Bishop wrote:
>Tried sending this message some days ago but have seen no responses,
>so assume no-one has any info on this topic.
>
>However, will try sending again just in case.
>
>If anyone knows anything about building Xerces under MinGW/MSYS I
>would appreciate any info available.
>
>Best regards,
>
>Chris Bishop
>
>Tuesday, March 2, 2004, 4:58:10 PM, you wrote:
>
>CB> I am developing various applications on Windows systems using
>CB> MinGW/MSYS.
>
>CB> I have need of an XML library and have identified Xerces as being
>CB> suitable.
>
>CB> I have obtained the Xerces sources and read the documentation.
>
>CB> I can find no reference to building under MinGW/MSYS.  I have tried
>CB> various hacks to make it think that I am building under either Cygwin
>CB> or under Linux but these have only been partially successful.
>
>CB> Has any one had any success building the Xerces library under
>CB> MinGW/MSYS?  If so I would be grateful for any pointers.
>
>CB> Best regards,
>
>CB> Chris Bishop
>
>
>CB> ---------------------------------------------------------------------
>CB> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>CB> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xerces-c-dev-help@xml.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: Building under MinGW/MSYS

Posted by Chris Bishop <ch...@bishop.net.nz>.
Tried sending this message some days ago but have seen no responses,
so assume no-one has any info on this topic.

However, will try sending again just in case.

If anyone knows anything about building Xerces under MinGW/MSYS I
would appreciate any info available.

Best regards,

Chris Bishop

Tuesday, March 2, 2004, 4:58:10 PM, you wrote:

CB> I am developing various applications on Windows systems using
CB> MinGW/MSYS.

CB> I have need of an XML library and have identified Xerces as being
CB> suitable.

CB> I have obtained the Xerces sources and read the documentation.

CB> I can find no reference to building under MinGW/MSYS.  I have tried
CB> various hacks to make it think that I am building under either Cygwin
CB> or under Linux but these have only been partially successful.

CB> Has any one had any success building the Xerces library under
CB> MinGW/MSYS?  If so I would be grateful for any pointers.

CB> Best regards,

CB> Chris Bishop


CB> ---------------------------------------------------------------------
CB> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
CB> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org