[tuhopuu-devel] the new tuhopuu build error log OSX please help

Kester Maddock tuhopuu-devel@blender.org
Thu, 11 Sep 2003 13:14:41 +1200


Hi Car,

In RAS_VAOpenGLRasterizer.cpp in 
source/kesterji/Rasterizer/RAS_OpenGLRasterizer and 
source/gameengine/Rasterizer/RAS_OpenGLRasterizer at line 10, change:

#include "GL/gl.h"

to:

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif

That should fix it.

Kester

On Thursday 11 September 2003 01:41, car wrote:
> Hi trying to build the new game build of tuhopuu2
>
> this is my terminal report
>
> http://aprilcolo.com/oh/tank/arrrrt.txt
>
> Hos... I will find that file, but I might as well get this new build
> built, Maybe something will be fixed in it...
>
> _______________________________________________
> tuhopuu-devel mailing list
> tuhopuu-devel@blender.org
> http://www.blender.org/mailman/listinfo/tuhopuu-devel