Skip to content

Instantly share code, notes, and snippets.

@crab2313
Created August 17, 2013 13:09
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 crab2313/6256778 to your computer and use it in GitHub Desktop.
Save crab2313/6256778 to your computer and use it in GitHub Desktop.
crab@gentoo ~/Public/perl6/MoarVM $ perl Configure.pl
Welcome to MoarVM!
Configuring native build environment ................... OK
make: make
compile: gcc -D_REENTRANT -D_LARGEFILE64_SOURCE -g -Wall -Wextra
link: gcc -g
libs: -lm -lpthread -luuid -lrt
Configuring 3rdparty libs .............................. OK
3rdparty: 3rdparty/apr/.libs/libapr-1.a
3rdparty/libatomic_ops/src/libatomic_ops.a
3rdparty/libtommath/libtommath.a
3rdparty/sha1/libsha1.a
Generating src/gen/config.h ............................ OK
Generating Makefile .................................... OK
Configuration SUCCESS. Type 'make' to build.
crab@gentoo ~/Public/perl6/MoarVM $ make
gcc -c -D_REENTRANT -D_LARGEFILE64_SOURCE -g -Wall -Wextra -I3rdparty/apr/include -I3rdparty/libuv/include -I3rdparty/libuv/src -I3rdparty/libatomic_ops/src -I3rdparty/libtommath -I3rdparty/sha1 -I3rdparty -Isrc -osrc/main.o src/main.c
In file included from src/moarvm.h:5:0,
from src/main.c:2:
3rdparty/apr/include/apr_general.h:28:17: fatal error: apr.h: No such file or directory
compilation terminated.
make: *** [src/main.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment