Guest User

Untitled

a guest
Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. WARNING: option deprecated
  2. Config option 'fail_on_warning' has been deprecated
  3. in favor of 'warnings_as_errors'.
  4. 'fail_on_warning' will be removed once OTP R15 is released.
  5.  
  6. Compiled src/ebloom.erl
  7. Compiling c_src/ebloom_nifs.cpp
  8. c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM ebloom_new_filter(ErlNifEnv*, int, const ERL_NIF_TERM*)’:
  9. c_src/ebloom_nifs.cpp:85:72: error: ‘enif_alloc_resource_compat’ was not declared in this scope
  10. c_src/ebloom_nifs.cpp:90:49: error: ‘enif_release_resource_compat’ was not declared in this scope
  11. c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM ebloom_serialize(ErlNifEnv*, int, const ERL_NIF_TERM*)’:
  12. c_src/ebloom_nifs.cpp:247:78: error: ‘enif_alloc_binary_compat’ was not declared in this scope
  13. c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM ebloom_deserialize(ErlNifEnv*, int, const ERL_NIF_TERM*)’:
  14. c_src/ebloom_nifs.cpp:263:72: error: ‘enif_alloc_resource_compat’ was not declared in this scope
  15. c_src/ebloom_nifs.cpp:266:49: error: ‘enif_release_resource_compat’ was not declared in this scope
  16. c_src/ebloom_nifs.cpp: In function ‘int on_load(ErlNifEnv*, void**, ERL_NIF_TERM)’:
  17. c_src/ebloom_nifs.cpp:287:54: error: ‘enif_open_resource_type_compat’ was not declared in this scope
  18. ERROR: $CXX -c $CXXFLAGS $DRV_CFLAGS c_src/ebloom_nifs.cpp -o c_src/ebloom_nifs.o failed with error: 1
  19. make: *** [compile] Error 1
Add Comment
Please, Sign In to add comment