lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello Antonio,
 
thanks a lot for the answer - that's exactly what I was looking for (and sorry for simplicity of the question - I'm not very familiar with CMAKE and I overlooked the option).
 
The WxLua x64 builds are perfect, although I still need to build 64b with Lua 5.1.
 
Thanks again.
 
Best regards,
 
Lukas
 

Sent: Wednesday, March 31, 2021 at 5:37 PM
From: "decuant" <decuant@protonmail.com>
To: "Lua mailing list" <lua-l@lists.lua.org>
Subject: Re: Building wxLua for 64b machine (again)
Hi,

I use Cmake Gui to build wxLua and at the very start the second listbox gives you the option to select which one is the target platform.

Obviously you would select x64.

After that the Cmake application should select the correct compiler, which is amd64, and select the /machinetype x64 for the linker.

It might be that I don't understand your question because it is simple as this.

Here are both 32 and 64 bits releases, which is a proof of what I'm saying https://github.com/decuant/wxLua542Win10


An OT would be to have an answer why I have always to create manually this entry CMAKE_BUILD_TYPE, but it is an OT...

Please reply again if I have missed the point.

Regards


​----------------------------------
Antonio de Curtis