Re: Unable to compile Eu programs
- Posted by SDPringle Jun 10, 2016
- 2558 views
Euphoria is written with the expectation that if you can run the 64 bit version of the translator, you have a compiler that can create 64-bit binaries.
I can imagine scenarios when a user might want to create 32-bit binaries on his 64-bit machine. If you are writing programs for other computers, you surely want this. Yet, if you do, perhaps you don't want the performance of programs running on your 64-bit box to be limited to a 32-bit version of Euphoria.
Other Euphoria users have a matching compiler for the translator. Changing ming to a 64-bit version or changing Euphoria to a 32-bit version would eliminate the error message and allow you to create binaries. The cflags option should work as well, and can be made less painful with a batch file.
Shawn