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

Re: kwallet branch is finished

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Thu, 15 May 2008 20:12:11 +0200

2008-05-15 20:01:55 Ben Collins-Sussman napisaƂ(a):
> On Thu, May 15, 2008 at 12:57 PM, Daniel Shahaf <d.s_at_daniel.shahaf.co.il> wrote:
>
> > To clarify: whenever svn_auth_get_kwallet_simple_provider was declared
> > in svn_auth.h -- even if its declaration was inside a "#if 0" block --
> > Visual Studio added it to the symbols list in 'libsvn_subr.def' and
> > tried to compile a 'kwallet.obj' file. (The libsvn_subr.def file is
> > generated by VC, not by the Python scripts.)
>
> Why doesn't Visual Studio have this same problem for
> svn_auth_get_keychain_simple_provider?

Maybe because svn_auth_get_keychain_simple_provider is defined inside libsvn_subr.

For future reference, here's the error message:

1>------ Build started: Project: zlib, Configuration: Debug Win32 ------
1>Performing Makefile project actions
1>nmake /f win32\Makefile.msc CFLAGS="/nologo /W3 /FD /GX /DWIN32 /D_WINDOWS /MDd /Gm /Gi /ZI /Od /GZ /D_DEBUG $(LOC)" STATICLIB=zlibstatD.lib zlibstatD.lib
1>'zlibstatD.lib' is up-to-date
1>Build log was saved at "file://F:\Data\Unzip\zlib-1.2.3\Debug\BuildLog.htm"
1>zlib - 0 error(s), 0 warning(s)
2>------ Build started: Project: libsvn_subr_dll, Configuration: Debug Win32 ------
2>Linking...
2>libsvn_subr.def(75) : warning LNK4087: CONSTANT keyword is obsolete; use DATA
2>libsvn_subr.def : error LNK2001: unresolved external symbol svn_auth_get_kwallet_simple_provider
2>..\..\..\Debug\subversion\libsvn_subr\libsvn_subr-1.lib : fatal error LNK1120: 1 unresolved externals
2>Build log was saved at "file://f:\Data\Unzip\svn\Debug\subversion\libsvn_subr\BuildLog.htm"
2>libsvn_subr_dll - 2 error(s), 1 warning(s)
========== Build: 1 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-05-15 20:17:48 CEST

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.