Closed ovidiugabriel closed 8 months ago
I also tried to use -D HXCPP_M32 but it did't fixed the issue.
You could try running with -D HXCPP_M64
, but you'll have to use the git version of hxcpp:
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
Thanks @tobil4sk . It worked. I can draw the following conclusions:
1) the default of hxcpp is on 32-bits, that's why specifying -D HXCPP_M32
had no effect
2) -D HXCPP_M64
is not supported in the release distribution
3) Of course, it seems I don't have 32-bits support configured in MinGW
If I remember correctly I have used -D HXCPP_M64
in the past with the release version of hxcpp and it worked, or maybe I'm wrong.
Hello,
I am trying to build an older project that once built successfully on hxcpp. I have "skipping incompatible" error message for every possible lib linked in the project.
I also tried to use
-D HXCPP_M32
but it did't fixed the issue.Here is the GCC version
HXCPP info
Haxelib version
Do you have any idea how this can be fixed? Am I missing something?