Closed tqwewe closed 6 years ago
Try copying it to more places, maybe you're lucky, like fast_xml/, fast_xml/include, etc.
In the worst case, you can install ejabberd from binary package, copy the binary files you can't compile, and then uninstall it.
For now I just switched my development to a remote machine running FreeBSD and it worked fine. I'm a noob at Erlang and I haven't been able to figure out to how get started with this xmpp library, are there any examples or tutorials? My brain can't understand all this.
Well, ejabberd uses this library, so all it is a big example. Apart from that, nothing that I remember. Of course, I imagine you already looked at https://github.com/processone/xmpp/blob/master/README.md
I'm running windows 10 and attempting to run the install commands (git clone, cd, make), but upon running the make command, I come across the following error:
I managed to find erl_nif.h inside my erlang installation folder under
erl9.3/usr
and I tried copying all the header files to mydeps/fast_xml/c_str/
folder and also tried executingexport PATH=$PATH:/c/Program\ Files/erl9.3/usr/include
but the error persists.Below is my entire output: