Dear brothers.
I am new to Omnet++. I am intending to install oversim on Omnet++ which requires INET to be installed before. I am encountering the following error after "make" command in shell. I am trying to install latest version of INET on Windows 10.
applications/ethernet/EtherAppCli.cc
In file included from applications/ethernet/EtherAppCli.cc:21:
applications/ethernet/EtherAppCli.h:21:10: fatal error: 'INETDefs.h' file not found
#include "INETDefs.h"
^~~~~~~~~~~~
1 error generated.
make[1]: *** [Makefile:480: ../out/clang-release/src/applications/ethernet/EtherAppCli.o] Error 1
make[1]: Leaving directory '/d/sim/inet/src'
make: *** [Makefile:2: all] Error 2
Kindly help me as I wasted previous two weeks to solve this problem but failed.