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

gen-make.py oddness

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2003-04-21 23:09:36 CEST

So,

When I run "python gen-make.py -t dsp", it seems to output correctly,
however, when I go to build svn, it errors out with:

Linking...
libsvn_client.lib(diff.obj) : error LNK2001: unresolved external symbol
_svn_diff_file_output_unified
libsvn_client.lib(diff.obj) : error LNK2001: unresolved external symbol
_svn_diff_contains_diffs
libsvn_client.lib(diff.obj) : error LNK2001: unresolved external symbol
_svn_diff_file_diff
libsvn_client.lib(merge.obj) : error LNK2001: unresolved external symbol
_svn_diff_contains_conflicts
libsvn_client.lib(merge.obj) : error LNK2001: unresolved external symbol
_svn_diff_file_output_merge
libsvn_client.lib(merge.obj) : error LNK2001: unresolved external symbol
_svn_diff_file_diff3
..\..\..\Release\svn.exe : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.

I traced it out to the fact that it seems that the only libs being linked to
are "mswsock.lib ws2_32.lib advapi32.lib rpcrt4.lib shfolder.lib
libdb40.lib" in every exe file.

The generator seems to not be picking up any other subversion libs, when it
parses build.conf.

Thanks,

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 21 23:10:30 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.