Closed gabrielbiasi closed 7 years ago
Have you been able to compile Veins using Windows 64bit and OMNeT++ 5.1 before commit b96ba50? I suppose this issue is not caused by aforementioned commit but a "side effect" of OMNeT++ 5.1.
I've tried and failed too. I am not saying that exactly your commit caused the error, sorry if it sounded that way. I think that the change of the new toolchain and libraries for mingw64 in OMNeT++ 5.1 is probably the case.
No offence taken. I have just been curious if you succeeded without this commit :-)
Is it using command ./configure
,make -lws2_32
. In my machine,it still doesn't work. My GCC is TDM-GCC-64.
Solved by e13b64247dcb7e19928620e9be57c94c1f092206.
I found some problems when trying to compile veins on Windows 64 bits and OMNeT 5.1 after the commit b96ba5043342586360c4ce15dd245fc942277751:
I think it's probably the missing link from the socket communication library, so I simply solved this problem adding the parameter
-lws2_32
to the makemake configuration. I hope this help some windows users to enjoy their simulations in 64 bits now.