|
If you are using inetmanet I recomended donwload the
latest version from
To download
$git clone
git://github.com/inetmanet/inetmanet.git
To compile
$make makeall
$make
From: Sylvain Joandel
Sent: Monday, May 18, 2009 5:08 AM
To: omnetpp-l at xxx
Subject: [Omnetpp-l] Help needed for a freshman! I'm a freshman with OMNET++ and I want to compare INET Framework and Mobility Framework for my lab uses but I get stuck with some errors. I use OMNet++ v4 and for the framework : mobility-fw2.0p3 for Omnet++4.0 and INET Framework for OMNEST/OMNeT++ 4.0. My installation of OMNet++ seem to be good because I can run the examples like TicToc. ****************************** *********************************************************************************************************************
*************************** mobility-fw2.0p3 for Omnet++4.0 ****************************** I import the project. I do "Build project" And I have that : Console window : ../out/gcc-debug/contrib` -L"c:/omnetpp-4.0/lib/gcc" -L"c:/omnetpp-4.0/lib" -loppenvird -loppsimd -lwsock32 -lstdc++ -enable-auto-import -shared-libgcc -L/usr/bin -L/usr/lib -Wl,-rpath,c:/omnetpp-4.0/lib:. g++.exe: and: No such file or directory g++.exe: Settings\user\Bureau\mobility-fw-mf-opp4-63541643be428a30bf1bc4ef26899bfe06e53f9c\mobility-fw-mf-opp4-63541643be428a30bf1bc4ef26899bfe06e53f9c\core\../out/gcc-debug/contrib: No such file or directory make[1]: *** [../out/gcc-debug/core/libmfcore.dll] Error 1 make[1]: Leaving directory `/c/Documents and Settings/user/Bureau/mobility-fw-mf-opp4-63541643be428a30bf1bc4ef26899bfe06e53f9c/mobility-fw-mf-opp4-63541643be428a30bf1bc4ef26899bfe06e53f9c/core' make: *** [core_dir] Error 2 Error window : Description Resource Path Location Type 'Blackboard': no such module type YourHost.ned rtn/template line 41 NED Consistency Problem 'ChannelControl': no such module type YourNetwork.ned rtn/template line 40 NED Consistency Problem cannot assign parameters of a submodule of unknown type YourNetwork.ned rtn/template line 42 NED Consistency Problem cannot assign parameters of a submodule of unknown type YourNetwork.ned rtn/template line 43 NED Consistency Problem declared package "" does not match expected package "doc" index.ned rtn/doc line 1 NED Consistency Problem declared package "" does not match expected package "template" YourApplLayer.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourDecider.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourHost.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourMacLayer.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourMobilityModel.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourNetwLayer.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourNetwork.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourNic.ned rtn/template line 1 NED Consistency Problem declared package "" does not match expected package "template" YourSnrEval.ned rtn/template line 1 NED Consistency Problem imported NED type not found: 'Blackboard' YourHost.ned rtn/template line 30 NED Consistency Problem imported NED type not found: 'ChannelControl' YourNetwork.ned rtn/template line 27 NED Consistency Problem make: *** [core_dir] Error 2 rtn 0 C/C++ Problem make[1]: *** [../out/gcc-debug/core/libmfcore.dll] Error 1 rtn 0 C/C++ Problem Does someone have an idea? ******************************************************************************************************************************************* *************************************** INET Framework for OMNEST/OMNeT++ 4.0 *********************************************** I import the project I do "Build project" And i got : Console window : linklayer/ieee80211/mac/Ieee80211aMac.cc:968: error: 'msg' was not declared in this scope linklayer/ieee80211/mac/Ieee80211aMac.cc:968: error: expected primary-_expression_ before 'int' linklayer/ieee80211/mac/Ieee80211aMac.cc:969: error: expected ',' or ';' before '{' token make[1]: Leaving directory `/c/Documents and Settings/user/Bureau/inetmanet-inetmanet-0731ef6c43935ec894fc5f0563a33ff8fa9026df/inetmanet-inetmanet-0731ef6c43935ec894fc5f0563a33ff8fa9026df/src' make[1]: *** [../out/gcc-debug/src/linklayer/ieee80211/mac/Ieee80211aMac.o] Error 1 make: *** [all] Error 2 Error window : Description Resource Path Location Type linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 191 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 196 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 198 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 337 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 401 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'address' was not declared in this scope inet 498 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'frame' was not declared in this scope inet 392 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'frame' was not declared in this scope inet 452 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'frame' was not declared in this scope inet 560 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 636 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 643 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 649 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 655 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 693 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 699 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 704 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 709 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 731 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 755 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 778 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getCurrentTransmission' was not declared in this scope inet 818 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getFrameReceivedBeforeSIFS' was not declared in this scope inet 808 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getFrameReceivedBeforeSIFS' was not declared in this scope inet 818 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'getFrameReceivedBeforeSIFS' was not declared in this scope inet 823 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211DataOrMgmtFrame' cannot appear in a constant-_expression_ inet 392 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211DataOrMgmtFrame' was not declared in this scope inet 392 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211Frame' was not declared in this scope inet 452 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211Frame' was not declared in this scope inet 560 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211Frame' was not declared in this scope inet 81 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211Frame' was not declared in this scope inet 968 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Ieee80211TwoAddressFrame' was not declared in this scope inet 502 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'msg' was not declared in this scope inet 968 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'PHY_C_CONFIGURERADIO' was not declared in this scope inet 412 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'PhyControlInfo' cannot appear in a constant-_expression_ inet 418 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'PhyControlInfo' cannot appear in a constant-_expression_ inet 419 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'phyControlInfo' was not declared in this scope inet 431 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'PhyControlInfo' was not declared in this scope inet 418 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'PhyControlInfo' was not declared in this scope inet 431 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'pNew' was not declared in this scope inet 419 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'pOld' was not declared in this scope inet 418 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'Radio80211aControlInfo' was not declared in this scope inet 455 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc 'simtime_t Ieee80211aMac::computeBackoffPeriod' is not a static member of 'class Ieee80211aMac' inet 968 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected primary-_expression_ before '>' token inet 560 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected primary-_expression_ before 'int' inet 968 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected type-specifier before 'Ieee80211Frame' inet 486 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected type-specifier before 'Ieee80211Frame' inet 560 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected type-specifier before 'Ieee80211TwoAddressFrame' inet 502 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected type-specifier before 'PhyControlInfo' inet 431 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc expected type-specifier before 'Radio80211aControlInfo' inet 455 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc no matching function for call to 'check_and_cast(cObject*)' inet 418 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc no matching function for call to 'check_and_cast(cObject*)' inet 419 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc no matching function for call to 'check_and_cast(cPacket*&)' inet 392 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc parse error in template argument list inet 392 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc parse error in template argument list inet 418 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc parse error in template argument list inet 419 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc PhyControlInfo_m.h: No such file or directory inet 24 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc Radio80211aControlInfo_m.h: No such file or directory inet 27 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 589 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 604 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 634 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 691 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 716 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 79 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'empty' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 925 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'front' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 81 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'pop_front' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 82 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'push_back' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 405 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc request for member 'size' in '((Ieee80211aMac*)this)->Ieee80211aMac::transmissionQueue', which is of non-class type 'int' inet 384 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.cc type '<type error>' argument given to 'delete', expected pointer inet 83 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.h 'Ieee80211ACKFrame' declared as a 'virtual' field inet 383 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.h 'Ieee80211CTSFrame' declared as a 'virtual' field inet 385 C/C++ Problem linklayer/ieee80211/mac/Ieee80211aMac.h 'Ieee80211DataOrMgmtFrame' declared as a 'virtual' field inet 382 C/C++ Problem Some idea?
_______________________________________________ Omnetpp-l mailing list Omnetpp-l at xxx http://lists.omnetpp.org/mailman/listinfo/omnetpp-l |
_______________________________________________ Omnetpp-l mailing list Omnetpp-l at xxx http://lists.omnetpp.org/mailman/listinfo/omnetpp-l