Skip to content

Instantly share code, notes, and snippets.

@zengargoyle
Created November 6, 2015 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zengargoyle/2a1ca035ebe1ed4b3547 to your computer and use it in GitHub Desktop.
Save zengargoyle/2a1ca035ebe1ed4b3547 to your computer and use it in GitHub Desktop.
==> Fetching Linenoise
==> Building Linenoise
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o linenoise.o linenoise.c
gcc -shared -fPIC -O3 -DNDEBUG -Wl,-rpath,/home/hayter/.rakudobrew/moar-nom/install/lib -Wl,-rpath,/home/hayter/.rakudobrew/moar-nom/install/share/perl6/site/lib -lm -lpthread -lrt -ldl -o /home/hayter/.rakudobrew/moar-nom/panda/.panda-work/1446825292_10/blib/lib/liblinenoise.so linenoise.o
gcc -o constant-helper -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC constant-helper.c
perl6 fill-constants.pl < lib/Linenoise.pm.in > lib/Linenoise.pm
==> Testing Linenoise
Could not find file 'Build.pm' for module Build.pm
in block at /home/hayter/.rakudobrew/moar-nom/panda/lib/Panda/Tester.pm:10
in sub indir at /home/hayter/.rakudobrew/moar-nom/panda/lib/Panda/Common.pm:20
in method test at /home/hayter/.rakudobrew/moar-nom/panda/lib/Panda/Tester.pm:5
in method install at /home/hayter/.rakudobrew/moar-nom/panda/lib/Panda.pm:141
in method resolve at /home/hayter/.rakudobrew/moar-nom/panda/lib/Panda.pm:219
in sub MAIN at bin/panda:18
in block <unit> at bin/panda:145
Updating shims
Done, built panda for moar-nom
Updating shims
Done, moar-nom built
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment