Alex Rothman

Results 6 comments of Alex Rothman

This line in lime's Build.xml refers to the removed zlib.cpp in hxcpp. It's likely that the line is entirely unneeded, though I'm only able to confirm it for the Windows...

Since this doesn't only affect Windows static builds, I'm editing the title of this issue to more correctly describe the problem.

Removing that line does work when building lime targeting Windows with static_build. I can't confirm it works in any other affected configuration (ios, tvos, emscripten, or static_build targeting something other...

https://github.com/HaxeFoundation/hxcpp/blob/master/toolchain/msvc64-setup.bat#L3 In the Windows x64 case, the batch file that should be run is vcvars64.bat. vcvarsx86_amd64.bat sets up the 64-bit cross compiler meant to be run from 32-bit operating systems...

Have you tried updating to the latest HXP and doing a lime rebuild tools?

I had the same issue in Windows when I first upgraded lime to 7.5.0. I solved it the same way you did by copying the lib folder. When I started...