Cannot compile - font problem?

I’m using Arch Linux x86_64. Install_deps.sh script reports everything okay. I’m using scons and the default linux-config. This is a fresh git clone. I’m getting the following error when compiling:


/mnt/sdb1/git/blender/build/linux/data_sources/bmonofont.ttf.c:2712:2: error: expected expression at end of input
  55, 54, 55, 54, 55, 54, 37, 54, 55, 23,  6, 15,  1,  6,  7,  6,  7,  3,133,254,227,254,228,144,140,  1,
  ^

EDIT:
I’ve looked at the file and the list looks incomplete. I’m guessing it’s supposed to look something like this:
http://www.letworyinteractive.com/blendercode/d4/db6/bmonofont_8ttf_8c_source.html

If I replace it with the above, it compiles correctly.