Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created September 4, 2018 12:13
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 lizmat/1cc5df073b8e6f1e7de84d05edecf460 to your computer and use it in GitHub Desktop.
Save lizmat/1cc5df073b8e6f1e7de84d05edecf460 to your computer and use it in GitHub Desktop.
Problem building rakudo after bumping NQP to 2018.08-24-gec437ae
$ make install; ls -l CORE.setting.moarvm >> moarvm.sizes
/usr/local/bin/perl tools/build/check-nqp-version.pl /Users/liz/Github/rakudo.moar/install/bin/nqp-m
clang -c -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -D_DARWIN_USE_64_BIT_INODE=1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -O3 -DNDEBUG -Wno-logical-op-parentheses -I/Users/liz/Github/rakudo.moar/install/include/libatomic_ops \
-I/Users/liz/Github/rakudo.moar/install/include/dyncall -I/Users/liz/Github/rakudo.moar/install/include/moar \
-I/Users/liz/Github/rakudo.moar/install/include/sha1 -I/Users/liz/Github/rakudo.moar/install/include/tinymt -I/Users/liz/Github/rakudo.moar/install/include/libtommath \
-I/Users/liz/Github/rakudo.moar/install/include/libuv -I/Users/liz/Github/rakudo.moar/install/include -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomicops/src -I3rdparty/libtommath -I3rdparty/dyncall/dynload -I3rdparty/dyncall/dyncall -I3rdparty/dyncall/dyncallback -o dynext/perl6_ops.o src/vm/moar/ops/perl6_ops.c
In file included from src/vm/moar/ops/perl6_ops.c:2:
In file included from /Users/liz/Github/rakudo.moar/install/include/moar/moar.h:19:
/Users/liz/Github/rakudo.moar/install/include/libuv/uv.h:48:10: fatal error:
'uv/errno.h' file not found
#include "uv/errno.h"
^~~~~~~~~~~~
1 error generated.
make: *** [dynext/libperl6_ops_moar.dylib] Error 1
ls: CORE.setting.moarvm: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment