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

Building TSVN

From: Matthew Huotari <mahuotar_at_mtu.edu>
Date: Fri, 26 Oct 2012 09:35:58 -0700 (PDT)

Hello,

I'm having trouble building TSVN. I tried following the instructions in build.txt but I've run into this build error:

[exec] ========== Rebuild All: 17 succeeded, 9 failed, 1 skipped ==========
            
            BUILD FAILED - 0 non-fatal error(s), 31 warning(s)
            
            C:\SVN\TortoiseSVN\src\TortoiseSVN.build(99,6):
            External Program Failed: devenv.com (return code was 1)
            
            Total time: 73.2 seconds.

Which seems to be caused by a bunch of instances where AtlLoadSystemLibraryUsingFullPath is not found. For example:

                 [exec] 26>..\Utils\MiscUI\AeroGlass.cpp(39): error C3861: 'AtlLoadSystemLibraryUsingFullPath': identifier not found
                 [exec] 26>..\Utils\MiscUI\AeroGlass.cpp(111): error C3861: 'AtlLoadSystemLibraryUsingFullPath': identifier not found
                 [exec] 26> BufferDC.cpp
                 [exec] 26> DIB.cpp
                 [exec] 26> FileDropEdit.cpp
                 [exec] 26>..\Utils\MiscUI\BrowseFolder.cpp(113): error C3861: 'AtlLoadSystemLibraryUsingFullPath': identifier not found
                 [exec] 26> FilterEdit.cpp
                 [exec] 26> Gradient.cpp
                 [exec] 26> HistoryCombo.cpp
                 [exec] 26> HyperLink.cpp
                 [exec] 26> IconBitmapUtils.cpp
                 [exec] 26> IconMenu.cpp
                 [exec] 26> LinkControl.cpp
                 [exec] 26>..\Utils\MiscUI\IconBitmapUtils.cpp(29): error C3861: 'AtlLoadSystemLibraryUsingFullPath': identifier not found
                 [exec] 26> MyGraph.cpp

Do you know what I might be doing wrong?

Thank you.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3023784

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-10-26 19:00:07 CEST

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.