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

Re: Building on win32

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-05-15 03:37:31 CEST

On 5/14/07, Andreas Pakulat <apaku@gmx.de> wrote:
[snip]
>
> Well, one thing I had to change was how it looked for libs (and where).
> I don't use it with sources of zlib or openssl. I use
> prepackaged binaries, so when I use ZLIB_SRC=somedir the makefile tries
> to look for out32/zlib.lib. Also the import lib for zlib is set to
> zdll.lib, which is wrong for me here too.

Hmm, I'm not sure what it would take to build without zlib sources --
Subversion needs it internally as well as neon. I just extract the
zlib sources somewhere and then point at it -- the Subversion build
should be setting up the rest for you -- it has builtin projects for
zlib and neon.

I also checked the VCExpress buildbot and it just has the SDK include
and include\mfc directories added to the Include paths list.

[snip]
>
> The whole message is attached, if you need more verbose information
> please tell me how to get those - I really don't know VS..
>

I think those messages mean neon is not built or not built correctly.

Also, you may want to try building the __ALL__ target rather than
__LIBS__. __LIBS__ was added for the TortoiseSVN folks and then they
switched to a whole different build process, so I'm not sure how
reliable that target is since I doubt anyone uses it regularly
anymore.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 03:38:04 2007

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

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