erlang - using NIFs with rebar -


i'am beginer in rebar , try build erlang application use nif rebar have questions ask about:

1.in .c files include "erl_nif.h"how rebar tell compilator location of file

2.when our .c file uses libraries .dll,.so (in rebar project code) rebar tells compilator location of these file

3.is possible use codeblocks compilator compile projects rebar, try adding {port_env, [{"cc","/c:/program files (x86)/codeblocks/mingwp/bin/gcc.exe"}]}.in rebar.config had error telling me path of compilator wrong

4.what tutorial,articles(for begginer) recomand helps me undresatnd how rebar works


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -