Open Seji64 opened 6 years ago
Hi and happy 2018! Currently support is unavailable for Windows which may change in the coming months depending on time and availability of Windows systems to experiment with. Perhaps the most straightforward solution is to run iodine inside a Linux VM (using for example Virtualbox). Good luck!
if using windows 10 maybe you don't need a windows build at all. take a look at the Windows Subsystem for Linux.
Comment out #define socklen_t int in config.h and add "-liphlpapi -lws2_32" to LIBS in makefile. Typecast the variables in the warning to respective types in common.h(not necessary, clears the warnings). At least the iodine client compiles without errors by doing the above.
@Seji64 I did compile this version of iodine... you can see log here: https://gist.github.com/Anime4000/03bb3d18b0cfdfa9e2439e3dc045d0c2
Hello,
can someone give me some tips on how to compile a Windows binary on Linux?
I am using Debian 9 and have tried the following:
autoreconf --install
/configure --build=turingmachine-unknown-linux-gnu --host=mingw32
make
Then I get the following error:
It's my first time trying to cross-build so i don't have really a glue....
Thanks in advance