riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

Artery build error #318

Closed Ztalhai closed 7 months ago

Ztalhai commented 8 months ago

I had such a problem during the last build phase of Artery. Although everything else went smoothly, I couldn't find a solution.

artery/build$ cmake --build . [ 0%] Generating message veins/modules/messages/TraCITrafficLightMessage of veins opp_msgtool: unknown option -h gmake[2]: [CMakeFiles/veins.dir/build.make:171: veins_gen/veins/modules/messages/TraCITrafficLightMessage_m.cc] Error 1 gmake[1]: [CMakeFiles/Makefile2:483: CMakeFiles/veins.dir/all] Error 2 gmake: *** [Makefile:146: all] Error 2

riebl commented 8 months ago

Which version of OMNeT++ do you use?

Ztalhai commented 8 months ago

OMNeT++ 6.0.2

riebl commented 8 months ago

Please use a 5.x release in the meantime. Artery's update for OMNeT++ 6.x is not yet finished.

Ztalhai commented 8 months ago

Are all 5.x versions available or are there any that are not available in 5.x versions?

riebl commented 8 months ago

You can use the latest 5.x version, i.e. 5.7.1.

Ztalhai commented 7 months ago

Thank you