Created
March 8, 2012 13:30
-
-
Save Siddhant/2000992 to your computer and use it in GitHub Desktop.
niecza make
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaActions | |
Potential difficulties: | |
Unsupported use of \ with sigil; nowadays please use \ without sigil at /home/siddhant/niecza/src/NieczaActions.pm6 line 2583: | |
------> for @p -> \$param⏏ { | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaFrontendSTD | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaPassSimplifier | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C OptBeta | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaPathSearch | |
gmcs /debug+ /target:library /out:boot/obj/Run.CompilerBlob.dll /r:Run.Kernel \ | |
/lib:boot/obj src/CompilerBlob.cs | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaBackendDotnet | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C NieczaCompiler | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -C GetOptLong | |
cd src && NIECZA_KEEP_IL=1 mono ../boot/run/Niecza.exe -c niecza | |
Potential difficulties: | |
Useless redeclaration of variable $Backend (see line 49) at /home/siddhant/niecza/src/niecza line 385: | |
------> our $Backend⏏; | |
cp boot/obj/Kernel.dll run/ | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment