I got the minimal_client.c file to link and run correctly by linking
everything.
First I downloaded
http://subversion.tigris.org/files/documents/15/20739/svn-win32-libintl.zip
and then
http://subversion.tigris.org/files/documents/15/32472/db-4.4.20-win32.zip
to get the library files which were not included in the original
Windows development zip file. Then I used the following additional
libraries to my Visual C++ 6 project:
libsvn_client-1.lib libsvn_delta-1.lib libsvn_diff-1.lib
libsvn_fs-1.lib libsvn_fs_base-1.lib libsvn_fs_fs-1.lib
libsvn_ra-1.lib libsvn_ra_dav-1.lib libsvn_ra_local-1.lib
libsvn_ra_svn-1.lib libsvn_repos-1.lib libsvn_subr-1.lib
libsvn_wc-1.lib libapr.lib libaprutil.lib xml.lib libneon.lib
intl3_svn.lib libdb44s.lib
This was every Subversion library I have, with the exception of the
only libraries I could take out without breaking the link process,
libapriconv.lib and zlibstat.lib.
I'm going to take a look into and play around with the
minimal_client.c file now that I have a working base.
On 8/18/06, D.J. Heap <djheap@gmail.com> wrote:
> On 8/18/06, Martin Piecyk <mpiecyk@gmail.com> wrote:
> [snip]
> > I looked at the documentation of svn_auth_open, the first error, and
> > it seems I need libsvn_auth, but I did not receive this library in
> > svn-win32-1.3.2_dev.zip. Does anyone have any ideas?
> >
> > Thanks,
> > Marty
>
>
> Almost everything is statically linked on Windows, so you'll probably
> need to link in pretty much all the libraries (including bdb, neon and
> zlib).
>
> DJ
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 19 03:38:47 2006