I want to install inet in omnet manually and I am facing some issues. I followed the INSTALL instruction, that is given in inet, but even for different omnet and inet versions I get the same errors when trying to compile inet. (I am using a Windows 10 Computer)
One of the Errors I get:
note: conversion of argument 2 would be ill-formed:
inet/common/TLVOption.cc:103:27: error: invalid initialization of non-const reference of type 'char&' from an rvalue of type 'char'
doParsimUnpacking(b, s);
There are some more errors in TVLOption, but I don't think, that there is a problem in the code, because if I install inet over "Help -> Install Simulation Models..." everything works fine.
Do you have any clue, where I might have done something wrong? (I used "tar xvfz inet-version-src.tgz" to extract inet, so that shouldn't be the problem)
Thank you for the effort!
By importing the compressed and not the exported file, it worked for me for some reason. I now used Omnet 5.1.1 with inet 3.5 and clang compiler. Thank you for your help!