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

Re: Win32 Compile-Time error

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-02-05 01:22:56 CET

Dale Hirt wrote:

>Win2k SP2,
>MS VC++ 6.0, SP5,
>MSPlatform SDK,
>latest cvs sources for apr, apr-util, and apr-iconv (although this error
>happens with the libs that come with the Win32 binary of Apache 2.0.44),
>and latest Subversion sources (yes, even today's, and yes, for the past two
>days it has done this). I always run svn update and right now I'm at 4734.
>
>
>libsvn_subr.lib(time.obj) : error LNK2001: unresolved external symbol
>_apr_month_snames
>libsvn_subr.lib(time.obj) : error LNK2001: unresolved external symbol
>_apr_day_snames
>Release/svn.exe : fatal error LNK1120: 2 unresolved externals
>Error executing link.exe.
>
>__build__ - 3 error(s), 40 warning(s)
>
>I know that the symbols are in there, I see them. Although, they are shown
>as __imp__apr_month_snames. I am wondering if this is a C linking issue.
>Do I need to contact apr?
>
>Thanks for all your help.
>
>

Are you by any chance trying to link the Subversion libraries against
the APR DLL's? That won't work withough changing all the project files.
Anyway, I built the stuff not 5 minutes ago, so you'll have to be a bit
more specific about what you're trying to do.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 01:23:41 2003

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.