Closed hochata closed 1 year ago
This sounds like an issue with your toolchain setup. @voltagex may be able to help out here.
This sounds like an issue with your toolchain setup. @voltagex may be able to help out here.
Sorry, I used MSVC, not MinGW.
Agree it seems like a toolchain problem, though.
Ok, I'll check my installation. Thanks for the tips!
@hochata we added pre-compilation support now. You may not even need the full toolchain.
Mmm, it very likely will solve my problem. I will check it out. Thanks!
No problem, feel free to comment if it does not.
Hi!
I've been trying to compile under Windows using MinGW, but I can't get past this error.
All the errors complain about undeclared objects in
erl_nif_api_funcs.h
.This is my current installation
I'm not sure if it is a bug in Exqlite or I just haven't installed the right environment. I followed the instructions from Elixir Make to install an appropirate C toolchain.
Any idea about how to fix it? Or how could I debug it?