jansson
jansson copied to clipboard
Build lib for x64
I try to build this librairy fo x64 but it doesn't work: x64\Debug\dump.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' How I can build this librairy for x64?
It looks like this is a Windows build. I don't know anything about Windows/Visual Studio so I won't be able to help but I suspect anyone who does know Windows will need more details about what you've done, what version of jansson you tried building.
Hello
The documentation says:
cmake -G "Visual Studio 15 2017" ..
Try changing it to
cmake -G "Visual Studio 15 2017 Win64" ..
Can't reproduce. It seems some wrong in usage.