jansson icon indicating copy to clipboard operation
jansson copied to clipboard

Build lib for x64

Open PierreAT opened this issue 6 years ago • 3 comments

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?

PierreAT avatar Oct 17 '18 10:10 PierreAT

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.

coreyfarrell avatar Oct 18 '18 17:10 coreyfarrell

Hello

The documentation says: cmake -G "Visual Studio 15 2017" ..

Try changing it to cmake -G "Visual Studio 15 2017 Win64" ..

vserdyuk avatar Nov 19 '18 12:11 vserdyuk

Can't reproduce. It seems some wrong in usage.

harkue avatar Oct 09 '19 03:10 harkue