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

TSVN build failed - file not found: SubWCRev.tlb

From: Markus Schuh <markus.schuh_at_sdm.de>
Date: 2007-09-29 23:14:08 CEST

At the moment I can't compile from fresh checked out TSVN sources
without a small code modification.

The build process searches for
TortoiseSVN\src\SubWCRev\SubWCRev.tlb

But only the following file is generated:
TortoiseSVN\src\SubWCRev\SubWCRevCOM.tlb

If I change the code in SubWCRev.rc from
1 TYPELIB "SubWCRev.tlb"
to
1 TYPELIB "SubWCRevCOM.tlb"
the build succeeds. But I assume it would be better to rename all COM
relevant files from SubWCRev.* to SubWCRevCOM.*

The relevant lines from "nant clean setup" log:

TortoiseSVN:
[...]
    versioninfo:
[...]
        versioninfo:
        [exec] 1>------ Rebuild All started: Project: SubWCRev,
Configuration: Release Win32 ------
        [exec] 1>Deleting intermediate and output files for project
'SubWCRev', configuration 'Release|Win32'
[...]
        [exec] 1>Compiling resources...
        [exec] 1>.\SubWCRev.rc(6) : error RC2135 : file not found:
SubWCRev.tlb
[...]

        {exec] 1>SubWCRev - 1 error(s), 0 warning(s)
        [exec] ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped
==========
[...]
    BUILD FAILED - 0 non-fatal error(s), 190 warning(s)
[...]
    External Program Failed: devenv.com (return code was 1)

-- 
Markus Schuh
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 29 23:14:20 2007

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.