While executing make I get the following error:
oversim % make
cd src && make
make[1]: Entering directory '/Users/vgiotsas/Downloads/omnetpp-6.0/oversim/src'
MSGC: applications/almtest/ALMTestTracedMessage.msg
applications/almtest/ALMTestTracedMessage.msg:28: Error: Type declarations are not needed with imports, try invoking the message compiler in legacy (4.x) mode using the --msg4 option
applications/almtest/ALMTestTracedMessage.msg:33: Error: unknown type 'OverlayKey' for field 'groupId' in 'ALMTestTracedMessage'
opp_msgtool: error in 1 file(s)
make[1]: *** [Makefile:379: applications/almtest/ALMTestTracedMessage_m.h] Error 1
make[1]: Leaving directory '/Users/vgiotsas/Downloads/omnetpp-6.0/oversim/src'
make: *** [Makefile:11: all] Error 2
My system is MacOS Monterey 12.2.1 with GNU Make 4.2.1 Built for x86_64-apple-darwin17.7.0
While executing
makeI get the following error:My system is MacOS Monterey 12.2.1 with GNU Make 4.2.1 Built for x86_64-apple-darwin17.7.0