[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: Andreas Pakulat <apaku_at_gmx.de>
Date: 2007-05-15 22:48:24 CEST

On 15.05.07 14:37:29, D.J. Heap wrote:
> On 5/15/07, Andreas Pakulat <apaku@gmx.de> wrote:
> [snip]
> >Here's the next problem: svnadmin links against sqlite3, but doesn't
> >have the sqlite lib dir added to its AdditionalLibraryDirectories. I
> >guess this is an error somewhere in the generation scripts for the
> >.vcproj files. I could resolve this manually.
> >
> >Same problem happend for svndumpfilter and svnlook.
> >
> >The checkout is not 100% up-to-date, its from sometime yesterday (IIRC)
>
>
> I would think the buildbot would expose that kind of problem pretty
> quickly (it does a rebuild after every relevant commit), but I haven't
> seen any failures like that.

Yeah, I guessed so... Maybe its something odd on my system...

Ok, svn built so far, unfortunately I've got a few problems with the
result. Namely: neon and xml (from apr-util) are static libs, which I
can't use unfortunately. I need dll's+import libs for anything that is
needed to use the svn_client-1 library.

I tried to build neon as dll but failed so far, because as it seems I
fail to link to a windows library. There are missing symbols like these:

__imp__WSAStartup@8
__imp__select@20
__imp__gethostbyname@24

And some more. Any idea which import library I need to add here?

Also: Can svn use such a shared lib for neon when building the
libraries?

Andreas

-- 
You need more time; and you probably always will.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 15 22:48:49 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.