Advertisement
Guest User

make spec

a guest
Nov 10th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Using /usr/bin/llvm-config [version=5.0.0]
  2. ./bin/crystal build -o .build/all_spec spec/all_spec.cr
  3. Using compiled compiler at `.build/crystal'
  4. Error in spec/all_spec.cr:1: while requiring "prelude"
  5.  
  6. require "spec"
  7. ^
  8.  
  9. in src/prelude.cr:15: while requiring "exception"
  10.  
  11. require "exception"
  12. ^
  13.  
  14. in src/exception.cr:1: while requiring "callstack"
  15.  
  16. require "callstack"
  17. ^
  18.  
  19. in src/callstack.cr:1: while requiring "c/dlfcn": can't find file 'c/dlfcn' relative to '/home/edoardo/crystal/src'
  20.  
  21. require "c/dlfcn"
  22. ^
  23.  
  24. make: *** [Makefile:106: .build/all_spec] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement