0

I'm working with inet and veins in omnet++, when I build inet project, there is always an error like the following in the console:

please rebuild precompiled header 'inet/common/precompiled_debug.h.pch'

I can not understand how to solve the error. I tried to run ./configure then make clean and make. However the error still exists. I appreciate if anyone can guid me.

MinaMRM
  • 343
  • 4
  • 16

1 Answers1

1

make cleanall should solve that, but simply deleting the inet/common/precompiled_debug.h.pch file will also solve the problem.

Rudi
  • 6,418
  • 1
  • 16
  • 20