github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
patrickb o/ 14:49
My MoarVM has started failing to build on Windows with "bigintops.obj : error LNK2001: unresolved external symbol _mp_set_double". Any ideas what might be wrong?
timotimo is your libtommath out of date? 14:50
"git submodule sync" maybe?
patrickb git status shows no difference 14:51
the latest commit in the libtommath submodule looks related: github.com/MoarVM/libtommath/commi...3a688ef274 14:53
I actually get the "mp_set_double implementation is only available on platforms with IEEE754 floating point format" warning message during build. 14:56
timotimo interesting, what kind of machine are you building on? 14:58
patrickb x86_64, Windows 10
latest visual studio 14:59
If I read the #if in bn_mp_set_double.c correctly the problem is that the VS c compiler defines none of the given variables. 15:01
This is opposite to any documentation I just found on what variables the compiler defines on my platform. 15:03
patrickb checks if a MSVC update is available 15:05
No updates. Argh! 15:09
appveyor is happy. So it has to be a local problem. 15:12
Geth MoarVM: Kaiepi++ created pull request #1239:
Revert "Update libuv to version 1.34.2"
23:16