Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake error when installing tictactoe #16

Closed
GoogleCodeExporter opened this issue Aug 20, 2015 · 4 comments
Closed

CMake error when installing tictactoe #16

GoogleCodeExporter opened this issue Aug 20, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

I think it was before and now again after the update for SFML 2.0, that one 
gets a CMake error, when trying to compile the INSTALL project, although the 
tictactoe games gets created and works!
The error is the following:
--------------------------------------------------------------------------
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: Der Befehl "setlocal
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: "C:\Programme\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=Debug -P 
cmake_install.cmake
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: if %errorlevel% neq 0 goto :cmEnd
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmEnd
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmErrorLevel
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: exit /b %1
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :cmDone
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: if %errorlevel% neq 0 goto :VCEnd
4>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(113,5): 
error MSB3073: :VCEnd" wurde mit dem Code 1 beendet.
--------------------------------------------------------------------------

Since I don't know anything about CMake, I have no idea what the problem is...

Original issue reported on code.google.com by youtube@my-gate.net on 1 Sep 2011 at 8:31

@GoogleCodeExporter
Copy link
Author

I'm not sure what the error is saying above, can you translate it to english?
Also, I am unable to reproduce this using a VS2008 solution file.  The only 
issue I had was that I needed to do the following:
1) Run VS2008 as Administrator
2) Explicitly compile the "doc" project in VS2008
3) Run the INSTALL project in VS2008

Are you using VS2008?  Check to make sure CMAKE can be found at the path 
specified above.  Let me know what you find out.

Original comment by RyanLind...@gmail.com on 1 Sep 2011 at 1:20

@GoogleCodeExporter
Copy link
Author

Sry didn't even seen that it was in German... I'm reading and writing forth and 
back in both langs that I sometimes forget which language I'm using. xD

Translation:
Der Befehl ... wurde mit dem Code 1 beendet.
The command ... was finished with code 1.

I'm using VS2010 and running through those three steps you descripte solved it, 
or just didn't show any error.

Where would I tell VS where CMake is located, just use PATH?

Original comment by youtube@my-gate.net on 1 Sep 2011 at 1:36

@GoogleCodeExporter
Copy link
Author

Doing a search on MSB3073 in Google might give you some additional information, 
but at the core it looks like you will get a MSB3073 if Visual Studio can't 
find the path needed for the PostBuild process.  This corresponds with my 
suggestion that I had to explicitly compile the Doc project before running 
install.  I will see if I can fix the CMake files to cause the DOC project to 
get built before install can run.  It has always bothered me that it doesn't 
build the docs automatically.

Original comment by RyanLind...@gmail.com on 1 Sep 2011 at 1:50

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

This issue should be fixed now with version 0.16.  Please verify this and get 
back to me if its still not working.  Thanks.

Original comment by RyanLind...@gmail.com on 23 Mar 2012 at 4:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant