Skip to content

Instantly share code, notes, and snippets.

@mynyml
Created April 9, 2009 13:18
Show Gist options
  • Save mynyml/92460 to your computer and use it in GitHub Desktop.
Save mynyml/92460 to your computer and use it in GitHub Desktop.
...
Package libpcre was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcre.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpcre' found
In file included from vm/string.c:3:
vm/tr.h:12:18: error: pcre.h: No such file or directory
In file included from vm/string.c:3:
vm/tr.h:285: error: expected specifier-qualifier-list before ‘pcre’
make: *** [vm/string.o] Error 1
~/dev/src/tinyrb| make test
....F............................
[test/raise.rb]
expected "ouch!\n\tfrom test/raise.rb:2:in `guacamole'\n\tfrom test/raise.rb:6:in `deep_in'\n\tfrom test/raise.rb:10"
got ""
33 tests, 1 failures
~/dev/src/tinyrb| make
cc vm/string.c
cc vm/number.c
cc vm/range.c
cc vm/regexp.c
cc vm/primitive.c
cc vm/proc.c
cc vm/array.c
cc vm/hash.c
cc vm/class.c
cc vm/kernel.c
cc vm/object.c
cc vm/block.c
vm/block.c: In function ‘TrBlock_dump2’:
vm/block.c:28: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘size_t’
vm/block.c:28: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/block.c:29: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘size_t’
vm/block.c:38: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/block.c:40: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/block.c:42: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/block.c:44: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/block.c:47: warning: format ‘%03lu’ expects type ‘long unsigned int’, but argument 2 has type ‘size_t’
cc vm/compiler.c
vm/compiler.c: In function ‘TrCompiler_compile_node’:
vm/compiler.c:411: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘size_t’
make peg/leg
make[1]: *** No targets specified and no makefile found. Stop.
make: *** [vendor/peg/leg] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment