[tuhopuu-devel] OSX errors

Kester Maddock tuhopuu-devel@blender.org
Thu, 20 May 2004 11:43:14 +1200


On Wednesday 19 May 2004 16:04, trip wrote:
> In file included from readfile.c:74:
> ../../makesdna/DNA_texture_types.h:211:1: warning: "TEX_VORONOI"
> redefined
> ../../makesdna/DNA_texture_types.h:187:1: warning: this is the location
> of the previous definition
> ../../makesdna/DNA_texture_types.h:212:1: warning: "TEX_DISTNOISE"
> redefined
> ../../makesdna/DNA_texture_types.h:185:1: warning: this is the location
> of the previous definition
> ../../makesdna/DNA_texture_types.h:215:1: warning: "TEX_MFRACTAL"

You need to post the *first* error encountered while compiling: if that code  
has an error it won't be compiled, so future code will also fail.

The compiler line (starting g++ or gcc or cl etc) doesn't hurt either.  

Kester