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

Re: [TSVN] Some help required for building TortoiseSVN

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-09 16:16:39 CET

shiromani@vmoksha.com wrote:

> Referring to the build instructions available in TortoiseSVN repository,
> I have done almost all the steps mentioned on it. But rather than VS.NET
> 2003, I have Visual Studio 6.0. So, I am trying to build TortoiseSVN in
> VC++. Will it be possible?

Out of the box? No. TSVN uses some new methods found only in
MFC7.0/MFC7.1. But you're free (and welcome) to send in patches that
make TSVN compile with VC6 too.

> While trying to building modules, I am getting an error as follows:
>
> ---------------------------------
> Compiling...
> config_win.c
> E:\SVN\Subversion\subversion\libsvn_subr\config_win.c(47) : error C2065:
> 'CSIDL_COMMON_APPDATA' : undeclared identifier
> E:\SVN\Subversion\subversion\libsvn_subr\config_win.c(48) : error C2065:
> 'CSIDL_FLAG_CREATE' : undeclared identifier
> E:\SVN\Subversion\subversion\libsvn_subr\config_win.c(63) : warning
> C4013: 'SHGetFolderPathW' undefined; assuming extern returning int
> E:\SVN\Subversion\subversion\libsvn_subr\config_win.c(63) : error C2065:
> 'SHGFP_TYPE_CURRENT' : undeclared identifier
> E:\SVN\Subversion\subversion\libsvn_subr\config_win.c(89) : warning
> C4013: 'SHGetFolderPathA' undefined; assuming extern returning int
> Error executing cl.exe.
>
> __ALL__ - 3 error(s), 2 warning(s)
> ---------------------------------

You need the most current SDK from the MS website. VC6 comes with a very
outdated SDK.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 9 16:17:15 2004

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.