[Bf-committers] Typo breaks build in Mac OSX

Mr. Jack Inc mrjackinc at gmail.com
Mon Sep 27 01:50:56 CEST 2010


Hi all.

I was building with SVN code revision 32134 and the build broke due to a
typo on wm_window.c

wm_window.c: In function ‘wm_window_add_ghostwindow’:
wm_window.c:310: error: ‘inital_state’ undeclared (first use in this
function)
wm_window.c:310: error: (Each undeclared identifier is reported only once
wm_window.c:310: error: for each function it appears in.)
make[4]: ***
[/Users/mrjackinc/Proyectos/Blender/blender/obj/darwin-10.3.0-i386/blender/windowmanager/wm_window.o]
Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

It's a 1 letter typo (inital_state vs initial_state) and that solves it. A
bug seemed as too much for this.

Thanks


More information about the Bf-committers mailing list