Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. checking yaml.h usability... yes
  2. checking yaml.h presence... yes
  3. checking for yaml.h... yes
  4. checking for library containing yaml_parser_initialize... -lyaml
  5. configure: creating ./config.status
  6. config.status: creating vars.config
  7. ....
  8. ==> fast_yaml (compile)
  9. Compiling /home/raver7/data/ejabberd-19.05/deps/fast_yaml/c_src/fast_yaml.c
  10. /home/raver7/data/ejabberd-19.05/deps/fast_yaml/c_src/fast_yaml.c:18:18: schwerwiegender Fehler: yaml.h: Datei oder Verzeichnis nicht gefunden
  11. #include <yaml.h>
  12. ^
  13. Kompilierung beendet.
  14. ERROR: compile failed while processing /home/raver7/data/ejabberd-19.05/deps/fast_yaml: rebar_abort
  15. make: *** [deps/.built] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement