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

Re: [TSVN] Nightly builds failing to compile TortoiseProc

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-08-24 09:32:07 CEST

Russell Hind wrote:
> I've just got my build machine up and running again, and kicked off a
> build this morning. TortoiseProc failed to build with these errors:
>
> ------ Rebuild All started: Project: TortoiseProc, Configuration:
> Release Win32 ------
>
> Deleting intermediate files and output files for project 'TortoiseProc',
> configuration 'Release|Win32'.
> Compiling...
> AboutDlg.cpp
> AboutDlg.cpp(59) : error C2065: 'LTSVN_PLATFORM' : undeclared identifier
> AboutDlg.cpp(63) : error C3861: 'LTSVN_PLATFORM': identifier not found,
> even with argument-dependent lookup
>
> Any ideas?

Check the file src/version.in. It should have those lines at the end:
#ifdef _WIN64
#define TSVN_PLATFORM "Experimental 64 Bit Build"
#else
#define TSVN_PLATFORM "32 Bit"
#endif

And then check the file src/version.h which is generated from
version.in. It must have those lines too. If it doesn't, try deleting
version.h and build again (the version.bat file generates those files).

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 Wed Aug 24 09:32:41 2005

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.