[sleuthkit-developers] [ sleuthkit-Bugs-3553704 ] Error when compiling SKT 3.2.2
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2012-11-12 18:39:45
|
Bugs item #3553704, was opened at 2012-08-02 10:52 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3553704&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jonathan (jlam03) Assigned to: Nobody/Anonymous (nobody) Summary: Error when compiling SKT 3.2.2 Initial Comment: 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 ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2012-11-12 10:39 Message: Looks like a bug with a slash missing between libewf-20120603 and msvs. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3553704&group_id=55685 |