[tuhopuu-devel] he mesh still giving errors

Ted Schundler tschundler at gmail.com
Wed Mar 30 03:08:32 CEST 2005


What's in CVS won't compile for me on FreeBSD. I'm guessing the OpenGL
include paths are somehow getting included as part of the standar
library environment on whatever OS you use, but not BSD. (And on that
topic, the way SConstruct is setup makes it very easy to have such
problems - why not just have a default setup, and only per-os
overrides inside of going though all the various configuration options
separately per OS?)

Diffs scons to work for me:
ndex: source/blender/blenkernel/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/blenkernel/SConscript,v
retrieving revision 1.2
diff -r1.2 SConscript
67a68,69
> blenkernel_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])
>
Index: source/blender/hemesh/intern/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/hemesh/intern/SConscript,v
retrieving revision 1.2
diff -r1.2 SConscript
31a32
> hemesh_intern_env.Append (CPPPATH = user_options_dict['OPENGL_INCLUDE'])





Diff for joedeh's code to compile on gcc 3.4 (it seems the other
issues he has addressed in his attempts to get it to work on msvc):

Index: source/blender/src/draw_hemesh.c
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/src/draw_hemesh.c,v
retrieving revision 1.1
diff -r1.1 draw_hemesh.c
57a58,59
> void he_draw_edges(unsigned char alpha);
>





On Wed, 30 Mar 2005 01:30:26 +0200, Jean-Luc Peuriere <jlp at nerim.net> wrote:
> 
> Le 30 mars 05, à 01:00, Ted Schundler a écrit :
> 
> > Have you tried the patch I posted a few hours ago?
> >
> 
> Sorry got scons working independently of your patch.
> 
> Did not add prototypes, but a bunch was added by Joseph.
> 
> So we should have both make and scons working now.
> 
> No player still.
> --
> Jean-Luc
> 
>


More information about the tuhopuu-devel mailing list