I can not build the ogre_vc8_wince project correctly.

berlin

28-05-2008 10:00:47

Dear,
While I build this project with visual studio 2005, the errors fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory ogre
will be occured.

Then, I copy the sys/types.h files to the current directory. However, may warings will be appeared. And, the error

fatal error C1083: Cannot open include file: 'ce_tool.h': No such file or directory e:\pocketpc ogre new\Ogre_WinCE\OgreMain\src\OgreDynLib.cpp 33

Now, I can not find the ce_tool.h file from my pc anywhere.

How to deal with it? Anyone can built this project ok?


Thanks in advance!

pratty70

28-05-2008 12:44:28

sys/types.h is included in the libce dependency. Sounds like the includes are not right in some of the projects. I also found this in a couple of the projects and had to search around in the directories provided and alter the properties accordingly when I found them.

Ogre_WinCE_Dependencies contains libce which has and includes directory containing ce_tool.h and has a sys subdirectory.

Chris

berlin

28-05-2008 14:33:05

yes, I have found them.

Maybe the project settings are not right.
While the project perform the post operaton such as the copy , it doesn't work.