[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: MinGW libraries

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-08-17 11:49:10 CEST

> Has anybody compiled the subversion libraries with MinGW? I develop at
> the moment a Qt based subversion client with MinGW. But i can't use the
> provided svn win32 development libraries because these are compiled with
> MSVCC.

> Are there a similar zip file such as the svn-win32-1.2.1_dev.zip but for
> MinGW compiler?

No, no other libraries are provided than the MSVCC ones (because we
create modules for Apache which is built with MSVCC too).
 
> Or must i compile everything from scratch with my MinGW?

Well, there are 2 things you can do:
- Compile everything yourself (which probably implies creating a
Makefile based system which is Win32 compliant)
- Enhance the build system so that we can generate DLLs so you can
link against the dlls. This would help users of other languages too.
(/me hopes this is a viable solution)

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 17 11:49:54 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.