Not able to build the veins inet sub project of veins framework using inet

I am using omnet++ 5.4.1, veins latest from github , inet 4.0.0

When I am building veins_inet project, the build fails showing the following error:

enter image description here

Upvotes: 0

Views: 196

Answers (1)

Christoph Sommer
Christoph Sommer

Reputation: 6943

Veins master @bfdfc10 is compatible with INET 4.0.0, but linking against INET 4.0.0 on Windows appears to be impossible. Issue #379 of the INET framework is tracking this bug. You might have to wait for the next INET version.

A workaround is to build Veins on Linux or to download Instant Veins.

Upvotes: 0

Related Questions