Dear Xiao, thanks for reporting this!
We cannot move the #include on top of the #if block because this would break the
build on Windows. I have instead added the #include into the part of the #if
statement for Mac OS as well. Can you test if the newest version of the code
works for you?
Also, regarding the documentation, we made some changes to make the code compile
with clang as well, so I'm not sure the additional setup setups mentioned in our
current build instructions are necessary. Would it be possible for you to try
out what happens if you just try to build the compiler with "./build_all" with
no further options? (Unfortunately we don't have access to a Mac ourselves.)
|