You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dale Hirt <da...@sbcltd.com> on 2003/02/04 23:55:51 UTC

Win32 Compile-Time error

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.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Win32 Compile-Time error

Posted by Branko Čibej <br...@xbc.nu>.
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   <br...@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