[tuhopuu-devel] tuhopuu2 and VC 2003 compile errors

Chris Want tuhopuu-devel@blender.org
Mon, 12 Apr 2004 08:27:53 -0600


> I successfully downloaded the tuhopuu2 module from CVS. It's at the
> same level as the bf-blender module checkout so the libraries should
> work for either. There did not seem to be a tuhopuu or a tuhopuu1; I
> assumed tuhopuu2 is the default development module. Is this correct?
> 
> When I go through the same procedure as for bf-blender (set the
> compiler variables, cd to d:\blender\tuhopuu2, and type scons) it
> results in the following messages: 
> 
> scons: Reading SConscript files . . . 
> Using config file: config.opts 
> scons: done reading SConscript files. 
> scons: Building targets ... 
> scons: *** Do not know how to make target 'blender'. Stop. 
> scons: building terminated because of errors. 
> 
> I edited the config.opts file and set the gameengine build to 'false',
> but otherwise I haven't touched the CVS files. At the end of this
> thread, 
> 
> http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=3071&highlight=scons+tuhopuu 
> 
> it looks like scons should be working for tuhopuu2. Has something
> changed? 

Hi there,

Tuhopuu lacks a scons guru, so scons may not work at times.

> I next tried the Visual C project files. Under
> tuhopuu2/projectfiles/blender, there are two files: blender.dsp and
> blender.dsw, both dated March 8 2004. I opened blender.dsw and
> confirmed the change to VC 2003 (the existing files are VC 6). 
> 
> The BKE_blenkernel project is the top of the list and is highlighted.
> I told it to build and received a series of 35 of the following
> errors: 

Go to intern/make/msvc_6_0/intern.dsw, set the default
build config to 'build_install_all' (release or debug).
Build it. The open your blender.dsw and set the default
build config to 'blender' (release or debug, according to
what you selected for intern). Build it. Upon success,
your blender executable will be in tuhopuu2/bin.


Chris