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

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -