fimmugit

Results 5 comments of fimmugit

I suspect that the problem is from the int32_t used in utf.h and utf.c. I search where it is defined and find it is defined at line 11403 in configure...

ok, alternatively you can build in VC: In DOS cmd: > 1) cd jansson-2.12 2) md build 3) cd build 4) cmake -G "Visual Studio 15 2017" .. # here...

Although I have built the lib successfully in VC, the build error is still an issue if someone build it in MinGW or the like

This is related to issue #190 and I have made some suggestions to solve it. See #190

I also encountered this problem when ingesting ALL stocks. For smaller set of stocks, i.e. SP500, it is running fine and takes a couple minutes. It turns out that the...