ManiAm / VENTOS_Public

VEhicular NeTwork Open Simulator (VENTOS)
http://maniam.github.io/VENTOS/
GNU General Public License v3.0
57 stars 25 forks source link

Error building VENTOS_Public project in OMNET SIGINT and SIG_IGN not declared in this scope #47

Closed mosman18 closed 5 years ago

mosman18 commented 5 years ago

While building VENTOS_Public I encountered the following errors: Any help how to get past this point would be much appreciated.

image

mosman18 commented 5 years ago

I am using OMNET 5.4.1 and VM with Ubuntu 18.04--Thank you.

PonyCCC commented 5 years ago

While building VENTOS_Public I encountered the following errors: Any help how to get past this point would be much appreciated.

image

Its because of missing package

include

include

mosman18 commented 5 years ago

Can you please elaborate on your response? Where do I need to insert these 2 missing packages? Do the "math.h" and "signal.h" files already exist and I need to insert the includes somewhere? or Do I need to build them?

Thanks

PonyCCC commented 5 years ago

Can you please elaborate on your response? Where do I need to insert these 2 missing packages? Do the "math.h" and "signal.h" files already exist and I need to insert the includes somewhere? or Do I need to build them?

Thanks

open the logging/vglog.cc file and insert the package.

ManiAm commented 5 years ago

fixed in the latest commit. Thanks for reporting this.