Studying Blue Lacuna source code

Hello. I’m trying to compile Blue Lacuna project file with Inform build 5Z71 to experiment and study it (thanks a lot for publishing it Aaron!). I’ve unchecked the “Release as blorb file” in the settings panel as README.txt file says, but all I’ve obtained are the following errors:

[spoiler][…]
++ 98% (Generating code)

The 35380-word source text has successfully been translated into an
intermediate description which can be run through Inform 6 to complete
compilation. There were 138 rooms and 2270 things.
Inform 7 has finished.
Inform 6.31N (29th March 2009)
::####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
File “auto.inf”; Line 296406 # Error: Expected constant but found

Constant BLK_DATA_OFFSET = 2WORDSIZE;
File “auto.inf”; Line 296408 # Error: Expected constant but found
Constant BLK_DATA_MULTI_OFFSET = 4
WORDSIZE;

File “auto.inf”; Line 296807 # Error: Expected constant but found

2: #Iftrue (WORDSIZE == 2);

File “auto.inf”; Line 296833 # Error: Expected constant but found

2: #Iftrue (WORDSIZE == 2);

##########
File “auto.inf”; Line 297849 # Error: Expected constant but found

Constant RE_PACKET_SIZE_IN_BYTES = WORDSIZE*RE_PACKET_SIZE;
######################

File “auto.inf”; Line 16002 # Error: No such constant as “SC_112”
File “auto.inf”; Line 22077 # Error: No such constant as “Parse_Name_GV273”
File “auto.inf”; Line 33214 # Error: No such constant as “SC_615”
File “auto.inf”; Line 38932 # Error: No such constant as “Parse_Name_GV776”
File “auto.inf”; Line 57536 # Error: No such constant as “Parse_Name_GV1119”
File “”; Line 3495 # Error: No such constant as “text_routine_1553”
File “”; Line 11924 # Error: No such constant as “false”
*** glibc detected *** /usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform: double free or corruption (out): 0x093241f8 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6(+0x6b591)[0xb77591]
/lib/tls/i686/cmov/libc.so.6(+0x6cde8)[0xb78de8]
/lib/tls/i686/cmov/libc.so.6(cfree+0x6d)[0xb7becd]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x8071c12]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x807e788]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x80699c5]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x8069e67]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x806b02c]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb22bd6]
/usr/lib/gnome-inform7/gnome-inform7/inform-6.31-biplatform[0x8048c01]
======= Memory map: ========
00528000-00529000 r-xp 00000000 00:00 0 [vdso]
0057c000-00599000 r-xp 00000000 08:02 122211 /lib/libgcc_s.so.1
00599000-0059a000 r–p 0001c000 08:02 122211 /lib/libgcc_s.so.1
0059
Compiler finished with code -1[/spoiler]
Is anything I could do to avoid that and compile the source code sucessfully? Does anybody knows?