zpc930 / oolongengine

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

Compiling error in Example #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile Tutorial and demo code
2. e.g. SanAngeles
3.

/Users/kai/oolongengine-read-only/Oolong Engine2/Examples/Demos/San 
Angeles/../../../Renderer/Core/UI/DisplayText.cpp:26:20: error: Shader.h: No 
such file or 
directory

What is the expected output? What do you see instead?
Compiling error.
1. Compiling  .../oolongengine-read-only/Oolong Engine2/Examples/Demos/San 
Angeles/../../../Renderer/Core/GraphicsDevice/OS2x/EAGLView.m
failed

2. /Users/kai/oolongengine-read-only/Oolong Engine2/Examples/Demos/San 
Angeles/../../../Renderer/Core/UI/DisplayText.cpp:26:20: error: Shader.h: No 
such file or 
directory

What version of the product are you using? On what operating system?
svn r 153 on OS 10.5

Please provide any additional information below.
It seems to be a project file setting problem.

Original issue reported on code.google.com by Kai.Chen11@gmail.com on 29 Jul 2009 at 10:35

GoogleCodeExporter commented 8 years ago
I cleaned up all of the project in Examples, Physics, Power VR and Tutorial. 
Now all projects should compile 
successfully.

All Tutorial examples compile to Fat binary to support NEON math. If some one 
like to use it on OS 2.2.1 or 
lower, please change to GCC 4.0 and standard binary (arm 6)

Original comment by mozeal on 30 Jul 2009 at 8:08