Hi,
Using ant and MinWG is new to me. I noticed in the build file there is only a Windows option to build 64-bit. I also notice where the flags are defined it looks like both 32- and 64-bit flags are defined. My system is a 32-bit XP system. Do I need to delete or comment out the stuff referring to 64-bit to get the build to succeed? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Using ant and MinWG is new to me. I noticed in the build file there is only a Windows option to build 64-bit. I also notice where the flags are defined it looks like both 32- and 64-bit flags are defined. My system is a 32-bit XP system. Do I need to delete or comment out the stuff referring to 64-bit to get the build to succeed? Thanks.
You should use MinGW-w64. This compiler supports -m32 and -m64 that yields a multilib which should support both platforms.