Skip to content

Instantly share code, notes, and snippets.

@Siddhant
Created March 8, 2012 13:30
Show Gist options
  • Save Siddhant/2000992 to your computer and use it in GitHub Desktop.
Save Siddhant/2000992 to your computer and use it in GitHub Desktop.
niecza make
...
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