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

Re: Compilling 1.8.0 With VS2013

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 10 Feb 2014 19:31:06 +0100

On 10.02.2014 11:25, Mafahir Fairoze wrote:
> I am trying to customize TortoiseSVN a little bit to fit my needs. But I am encountering some problems.
>
> TortoiseSVN v1.8.0 asper the build instruction states I have to use VS2011, but I only have VS2010 and VS2013.
> Can someone help me on how do i proceed with this ?

The build.txt states using VS2012, not VS2011.
But you should be able to compile it with VS2013 just fine.

> FYI: for some reason the latest SVN doesnt work with my SVN server and only v1.8.0 works, I believe the Server is old.

"doesn't work" does not help at all. What exactly does not work, what
errors do you get, ...?

> LOG
> ---
> [link] Linking 64 files.
> [link] Creating library release_win32\libapr_tsvn.lib and object
> release_win32\libapr_tsvn.exp
> [link] apr_atomic.obj : error LNK2001: unresolved external symbol __
> InterlockedExchangeAdd
> [link] apr_atomic.obj : error LNK2001: unresolved external symbol __
> InterlockedIncrement
> [link] apr_atomic.obj : error LNK2001: unresolved external symbol __
> InterlockedDecrement
> [link] apr_atomic.obj : error LNK2001: unresolved external symbol __
> InterlockedCompareExchange
> [link] apr_atomic.obj : error LNK2001: unresolved external symbol __
> InterlockedExchange
> [link] F:\SVN\TortoiseSVN\ext\apr\release_win32\libapr_tsvn32.dll :
> fatal error LNK1120: 5 unresolved externals

Either you don't have the proper SDK installed, or the compiler can't
find it. Those APIs are in kernel.dll and they're available on XP, so it
can't be defines or OS dependent settings.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3072820
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-02-10 19:31:09 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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