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

Linking problem with svnclient lib

From: Fedor Tyurin <fedor.tyurin_at_gmail.com>
Date: 2006-11-22 16:50:27 CET

Dear Franz,

You wrote:

I am trying to write an application that will used as a tool for Subversion.
I am using C++ with VS .NET 2003 on WinXP SP2. In the properties page for
the Solution I have pointed the links to the library and include files. But
when building the solution I get the following linker errors:

Linking...
RepositoryView.obj : error LNK2019: unresolved external symbol
_svn_repos_open referenced in function "private: void __thiscall
CRepositoryView::FillRepositoryTree(void)"
(?FillRepositoryTree@CRepositoryView@@AAEXXZ)
RepositoryView.obj : error LNK2019: unresolved external symbol
_svn_pool_create_ex referenced in function "private: void __thiscall
CRepositoryView::FillRepositoryTree(void)"
(?FillRepositoryTree@CRepositoryView@@AAEXXZ)
SVCDoc.obj : error LNK2019: unresolved external symbol
__imp__apr_initialize@0 referenced in function "protected: __thiscall
CSVCDoc::CSVCDoc(void)" (??0CSVCDoc@@IAE@XZ)
SVCDoc.obj : error LNK2019: unresolved external symbol __imp__apr_terminate
referenced in function "public: virtual __thiscall CSVCDoc::~CSVCDoc(void)"
(??1CSVCDoc@@UAE@XZ)
Debug/Subversion Suite.exe : fatal error LNK1120: 4 unresolved externals
 Can anybody help or has anybody experienced similar problems?

I have the problem "error LNK2019: unresolved external symbol
_svn_pool_create_ex" on the same system....

Did you find any solution? It will be great if you can show my mistake.

Thank you in advance.

Fedor
Received on Wed Nov 22 16:53:13 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.