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