[tuhopuu-devel] [ tuhopuu-Bugs-2299 ] scons & source/blender/src/interface_draw.c

noreply at projects.blender.org noreply at projects.blender.org
Mon Mar 7 19:51:04 CET 2005


Bugs item #2299, was opened at 2005-03-07 10:51
You can respond by visiting: 
http://projects.blender.org/tracker/?func=detail&atid=133&aid=2299&group_id=11

Category: None
Group: None
Status: Open
Resolution: New
Priority: 5
Submitted By: Ted Schundler (tschundler)
Assigned to: Nobody (None)
Summary: scons & source/blender/src/interface_draw.c

Initial Comment:
source/blender/src/interface_draw.c includes FTF_Api.h regardless whether it's set as an USE_INTERNATIONAL build or not. As a result, with the current cvs, scons won't compile tuhopuu properly, unless user_options_dict['USE_INTERNATIONAL'] == 1

(to test, do a fresh checkout of tuhopuu cvs, and try to compile with scons, without editing any config.opts settings.)

simple fix:


Index: source/blender/src/SConscript
===================================================================
RCS file: /cvsroot/tuhopuu/tuhopuu3/source/blender/src/SConscript,v
retrieving revision 1.4
diff -r1.4 SConscript
151a152
> src_env.Append (CPPPATH=['../ftfont'])
154d154
<     src_env.Append (CPPPATH=['../ftfont'])


----------------------------------------------------------------------

You can respond by visiting: 
http://projects.blender.org/tracker/?func=detail&atid=133&aid=2299&group_id=11


More information about the tuhopuu-devel mailing list