wangguojin / libbehavior

Automatically exported from code.google.com/p/libbehavior
0 stars 0 forks source link

Cannot build Snow Leopard project in Visual C++ Express 2010 ver #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi! Thanks for the code and all the hardwork.

I downloaded the code and was able to successfully open the Snow 
Leopard.vcxproj in Visual C++ 2010 Express.

I was not able to build the project though. Seems to be related to the ClanLib 
SDK.

Do I need to download and install the ClanLib SDK?

Thanks and Regards
Fred
************************************************************

The error messages are:
1>------ Build started: Project: Snow Leopard, Configuration: Debug Win32 ------
1>C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1200,9)
: warning : The referenced project '..\BehaviorTree\BehaviorTree.vcxproj' does 
not exist.
1>  point.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\point.h(6): fatal error C1083: 
Cannot open include file: 'ClanLib/core.h': No such file or directory
1>  TurnTowardsTarget.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\turntowardstarget.h(3): fatal 
error C1083: Cannot open include file: 'BehaviorTree.h': No such file or 
directory
1>  Ship.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\point.h(6): fatal error C1083: 
Cannot open include file: 'ClanLib/core.h': No such file or directory
1>  Renderer.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\renderer.h(5): fatal error 
C1083: Cannot open include file: 'boost/lexical_cast.hpp': No such file or 
directory
1>  GoStraight.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\gostraight.h(3): fatal error 
C1083: Cannot open include file: 'BehaviorTree.h': No such file or directory
1>  GFrameHandler.cpp
1>i:\spillinstitute\ai\libbehaviour\examples-src\gframehandler.cpp(14): fatal 
error C1083: Cannot open include file: 'ClanLib/core.h': No such file or 
directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Original issue reported on code.google.com by sivakuma...@yahoo.com on 29 Jun 2010 at 6:22