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

Re: [TSVN] Building TBlame

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-16 20:08:25 CEST

Simon Large wrote:

> Hi Stefan
>
> I have tried building TBlame using the free VC++ and platform SDK. It all
> compiles OK using the default settings in Win32.Mak (comes with SDK), but I
> get 40 unresolved externals on link. Any idea what I am missing?
>
> There is also a redefinition originating from Win32.Mak I think.
>
> Nmake error output attached (sorry, its 80 column mode from the DOS window).

Ok, sorry for not mentioning that earlier:
- you need to compile Scintilla first. It's in src/Utils/Scintilla. It
comes with a mak file so you can compile it with the free VC++ compiler
without any problems.
- you also need to link TBlame to some system libraries which come with
the SDK. The libs are: comctl32.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib (those are the default
libs every program gets linked with in VS.NET automatically).

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 Fri Sep 17 11:56:17 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.