Description
Tried to build this amazing project but unfortunately just get an error when running "make toolchain/crystal/.build/crystal" and I currently lack the knowledge to fix it..
cd toolchain/crystal && make release=1
make[1]: Entering directory '/home/nix/Source/9-OS/lilith/toolchain/crystal'
Using /usr/bin/llvm-config [version=10.0.1]
CRYSTAL_CONFIG_LIBRARY_PATH="" CRYSTAL_CONFIG_BUILD_COMMIT="ad3fae661" ./bin/crystal build --release -o .build/crystal src/compiler/crystal.cr -D without_openssl -D without_zlib
In src/gc/boehm.cr:9:1
9 | {% if flag?(:freebsd) %}
^
Warning: expanding macro
""
There was a problem expanding macro 'macro_140249756127904'
Called macro defined in src/gc/boehm.cr:9:1
9 | {% if flag?(:freebsd) %}
Which expanded to:
1 |
2 | @[Link("gc", static: true)]
Warning: specifying static linking for individual libraries is deprecated
A total of 1 warnings were found.
In src/time.cr:1322:7
1322 | in(Location.local)
^
Error: expecting identifier 'end', not 'in'
make[1]: *** [Makefile:133: .build/crystal] Error 1
make[1]: Leaving directory '/home/nix/Source/9-OS/lilith/toolchain/crystal'
make: *** [Makefile:205: toolchain/crystal/.build/crystal] Error 2
""
Used crystal from Arch Linux.
Thanks for response!