wimh / SparkleShare

SparkleShare is a file sharing and collaboration tool inspired by Dropbox.
http://www.sparkleshare.org/
GNU General Public License v3.0
39 stars 6 forks source link

build.cmd FAILED #23

Closed keamas closed 12 years ago

keamas commented 12 years ago

Hi when I try to execute the build.cmd I get the following output: Can anyone please help me with this issue? I am using windows 7 x64 and followed the wiki howto.

C:\projects\SparkleShare\SparkleShare\Windows>build.cmd
Microsoft (R) Build Engine Version 3.5.30729.5420
[Microsoft .NET Framework, Version 2.0.50727.5448]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 15.11.2011 21:25:50.
Project "C:\projects\SparkleShare\tools\xslt\xslt.sln" on node 0 (Rebuild target(s)).

Building solution configuration "Release|Any CPU". Project "C:\projects\SparkleShare\tools\xslt\xslt.sln" (1) is building "C:\projects\SparkleShare\tools\xslt\xslt.csproj" (2) on node 0 (Rebuild target(s)). Creating directory "obj\Release\". EntityClean: Successfully cleaned the output for 0 EDMX files. EntityDeploy: Processing 0 EDMX files. Finished processing 0 EDMX files. GetFrameworkPaths: Could not locate the expected version of the Microsoft Windows SDK. Looked for a location specified in the "InstallationFolder" value of the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A". If your build process does not need the SDK then this can be ignored. Otherwise you can solve the problem by doing one of the following: 1) Install the Microsof t Windows SDK for Windows Server 2008 and .NET Framework 3.5. 2) Install Vis ual Studio 2008. 3) Manually set the above registry key to the correct locat ion. PrepareForBuild: Creating directory "bin\Release\". CopyFilesToOutputDirectory: Copying file from "obj\Release\xslt.exe" to "bin\Release\xslt.exe". xslt -> C:\projects\SparkleShare\tools\xslt\bin\Release\xslt.exe Copying file from "obj\Release\xslt.pdb" to "bin\Release\xslt.pdb". Done Building Project "C:\projects\SparkleShare\tools\xslt\xslt.csproj" (Rebuild target(s)).

Done Building Project "C:\projects\SparkleShare\tools\xslt\xslt.sln" (Rebuild target(s)).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:02.21 Microsoft (R) Build Engine Version 3.5.30729.5420 [Microsoft .NET Framework, Version 2.0.50727.5448] Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 15.11.2011 21:26:03. Project "C:\projects\SparkleShare\SparkleShare\Windows\SparkleShare.sln" on nod e 0 (Rebuild target(s)). Building solution configuration "Release|Any CPU". Project "C:\projects\SparkleShare\SparkleShare\Windows\SparkleShare.sln" (1) is building "C:\projects\SparkleShare\SparkleLib\windows\SparkleLib.csproj" (2) o n node 0 (Rebuild target(s)). Creating directory "obj\Release\". EntityClean: Successfully cleaned the output for 0 EDMX files. EntityDeploy: Processing 0 EDMX files. Finished processing 0 EDMX files. GetFrameworkPaths: Could not locate the expected version of the Microsoft Windows SDK. Looked fo r a location specified in the "InstallationFolder" value of the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A". If your build process does not need the SDK then this can be ignored. Otherwise you can solve the problem by doing one of the following: 1) Install the Microsof t Windows SDK for Windows Server 2008 and .NET Framework 3.5. 2) Install Vis ual Studio 2008. 3) Manually set the above registry key to the correct locat ion. PreBuildEvent: '....\tools\TextTemplating\build.cmd' is not recognized as an internal or ex ternal command, operable program or batch file. running texttransform.. The system cannot find the path specified. The system cannot find the path specified. C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(895,9): error MSB3073: The command "C:\projects\SparkleShare\SparkleLib\windows\transform_tt. cmd" exited with code 1. Done Building Project "C:\projects\SparkleShare\SparkleLib\windows\SparkleLib.c sproj" (Rebuild target(s)) -- FAILED.

Done Building Project "C:\projects\SparkleShare\SparkleShare\Windows\SparkleSha re.sln" (Rebuild target(s)) -- FAILED.

Build FAILED.

"C:\projects\SparkleShare\SparkleShare\Windows\SparkleShare.sln" (Rebuild targe
t) (1) ->
"C:\projects\SparkleShare\SparkleLib\windows\SparkleLib.csproj" (Rebuild target
) (2) ->
(PreBuildEvent target) ->
  C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(895,9): erro
r MSB3073: The command "C:\projects\SparkleShare\SparkleLib\windows\transform_t
t.cmd" exited with code 1.

0 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.17
Not building installer, as it was not requested. (Issue "build.cmd installer" to
 build installer )
wimh commented 12 years ago

can you check again you have executed:

git submodule update --init

for example by verifying the contents of C:\projects\SparkleShare\tools\TextTemplating.

keamas commented 12 years ago

ohhhhps forgot this little step thx it worked