手动安装不同INET版本的问题

时间:2017-10-24 10:54:07

标签: omnet++ inet

我想手动在omnet中安装inet,我遇到了一些问题。我遵循了在inet中给出的INSTALL指令,但即使对于不同的omnet和inet版本,我在尝试编译inet时也会遇到相同的错误。 (我使用的是Windows 10计算机)

我得到的一个错误:

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);

TVLOption中还有一些错误,但我不认为代码中存在问题,因为如果我安装inet over"帮助 - >安装模拟模型......"一切正常。

你有什么线索,我可能做错了吗? (我使用" tar xvfz inet-version-src.tgz"提取inet,因此不应该成为问题)

谢谢你的努力!

1 个答案:

答案 0 :(得分:0)

通过导入压缩文件而不是导出文件,出于某种原因,它对我有用。 我现在使用Omnet 5.1.1和inet 3.5和clang编译器。 谢谢你的帮助!