Menu

#204 Error when compiling TSK 3.2.2

open
nobody
Other (13)
5
2012-11-12
2012-08-02
Jonathan
No

Attempting to compile Sleuthkit 3.2.2 win32 on Windows 7, Visual Studion 2010, and came across these errors. (BTW, I posted to the Requested Feature by mistake, so repost it here. My apology). Any help would be great as this is for my final project in Digita Forensics class.

C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
The command "copy "c:\Digital_Forensics\Project\libewf-20120603msvscpp\release\libewf.dll"
"C:\Digital_Forensics\Project\sleuthkit-sleuthkit-9b83edc\win32\Debug\"
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
IF EXIST "c:\Digital_Forensics\Project\libewf-20120603\msvscpp\zlib-1.2.6" (
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
xcopy "c:\Digital_Forensics\Project\libewf-20120603\msvscpp\Release\zlib.dll"
"C:\Digital_Forensics\Project\sleuthkit-sleuthkit-9b83edc\win32\Debug\" /R /Y
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
) ELSE (
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
xcopy "c:\Digital_Forensics\Project\libewf-20120603\msvscpp\zlib\zlib1.dll"
"C:\Digital_Forensics\Project\sleuthkit-sleuthkit-9b83edc\win32\Debug\" /R /Y
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
)
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): error MSB3073:
:VCEnd" exited with code 4.
Build FAILED.
Time Elapsed 00:00:29.59

Discussion

  • Jonathan

    Jonathan - 2012-08-02

    Error list

     
  • Brian Carrier

    Brian Carrier - 2012-11-12

    Looks like a bug with a slash missing between libewf-20120603 and msvs.

     
  • Brian Carrier

    Brian Carrier - 2012-11-12

    TSK 4 build targets all have an explicit slash in them to solve this problem. Does it work OK with v4?

     
  • Brian Carrier

    Brian Carrier - 2012-11-12
    • summary: Error when compiling SKT 3.2.2 --> Error when compiling TSK 3.2.2
     

Log in to post a comment.