You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a problem building the wallet on Windows with Visual Studio 12 2013
the error i get is:
libboost_program_options-vc120-mt-1_58.lib(value_semantic.obj) : fatal error LNK1112: module machine type 'X86' conflict
s with target machine type 'x64' [C:\Users[USER]\Documents\GitHub\cryptonotewallet\build[coin]-qt.vcxproj]
i already build the wallet for Linux on Ubuntu and also the Coin itself for Windows and Ubuntu
i searched for it in Google by could not find a true solution.
the only way i could nearly fix this to build the complete thing in 32Bit but then i have the problem that i can not use the GUI on Systems without QT5 installed so not a true solution.
I hope i could explain my problem i am very sry for my bad english.
The text was updated successfully, but these errors were encountered:
Hey guys,
i have a problem building the wallet on Windows with Visual Studio 12 2013
the error i get is:
libboost_program_options-vc120-mt-1_58.lib(value_semantic.obj) : fatal error LNK1112: module machine type 'X86' conflict
s with target machine type 'x64' [C:\Users[USER]\Documents\GitHub\cryptonotewallet\build[coin]-qt.vcxproj]
i already build the wallet for Linux on Ubuntu and also the Coin itself for Windows and Ubuntu
i searched for it in Google by could not find a true solution.
the only way i could nearly fix this to build the complete thing in 32Bit but then i have the problem that i can not use the GUI on Systems without QT5 installed so not a true solution.
I hope i could explain my problem i am very sry for my bad english.
The text was updated successfully, but these errors were encountered: