Sometimes, installing, building or simulating with inbaverSim does not proceed as expected. Here are some known problems and solutions to them.
The following error appears terminating the buildiung process.
In file included from ./Demiurge.h:14:
./inbaver.h:7:10: fatal error: 'inet/mobility/contract/IMobility.h' file not found
#include "inet/mobility/contract/IMobility.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The error says that the file inet/mobility/contract/IMobility.h cannot be found.
The inet/mobility/contract/IMobility.h file belongs to the INET model framework. When installing
INET, the name is appended with the version number. Here are some examples.
- INET version 4.4.1 is installed as
inet4.4 - INET version 4.3.9 is installed as
inet4.3
There are a few places where references are made to the INET model framework in the Properties
part of the project.
- The installed INET is ticked in the
Project Referencessection of thePropertieswindow.
- In
C/C++ General->Paths and Symbolsandincludestab, the path to the installed INET is set properly. This must be done for theC++andClisted inlanguagepart. For example, if INET folder isinet, then the path must be/inet/src

