Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling this version wrong with OMNET++ 5.5.1. #1

Open
179416326 opened this issue Jan 11, 2020 · 2 comments
Open

Compiling this version wrong with OMNET++ 5.5.1. #1

179416326 opened this issue Jan 11, 2020 · 2 comments

Comments

@179416326
Copy link

Hi rhornig, Must this version of openflow be run in OMNET++ 5.4? There are some errors when i compiled inet-3.6.0 in OMNET++ 5.5.1:
opp_featuretool: Error: NED package 'inet.tutorials.wireless' in feature 'wirelesstutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.visualization' in feature 'visualizationtutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.configurator' in feature 'configuratortutorial' was not found.
opp_featuretool: Error: NED package 'inet.showcases.visualizer' in feature 'visualizershowcases' was not found.
opp_featuretool: Error: NED package 'inet.showcases.wireless' in feature 'wirelessshowcases' was not found.
opp_featuretool: Error: Check whether all NED folders are set properly (in the .nedfolders file) and all directories corresponding to the NED packages defined in the .oppfeatures file do exist.
opp_featuretool: Error: NED package 'inet.tutorials.wireless' in feature 'wirelesstutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.visualization' in feature 'visualizationtutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.configurator' in feature 'configuratortutorial' was not found.
opp_featuretool: Error: NED package 'inet.showcases.visualizer' in feature 'visualizershowcases' was not found.
opp_featuretool: Error: NED package 'inet.showcases.wireless' in feature 'wirelessshowcases' was not found.
opp_featuretool: Error: Check whether all NED folders are set properly (in the .nedfolders file) and all directories corresponding to the NED packages defined in the .oppfeatures file do exist.
opp_featuretool: Error: NED package 'inet.tutorials.wireless' in feature 'wirelesstutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.visualization' in feature 'visualizationtutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.configurator' in feature 'configuratortutorial' was not found.
opp_featuretool: Error: NED package 'inet.showcases.visualizer' in feature 'visualizershowcases' was not found.
opp_featuretool: Error: NED package 'inet.showcases.wireless' in feature 'wirelessshowcases' was not found.
opp_featuretool: Error: Check whether all NED folders are set properly (in the .nedfolders file) and all directories corresponding to the NED packages defined in the .oppfeatures file do exist.
opp_featuretool: Error: NED package 'inet.tutorials.wireless' in feature 'wirelesstutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.visualization' in feature 'visualizationtutorial' was not found.
opp_featuretool: Error: NED package 'inet.tutorials.configurator' in feature 'configuratortutorial' was not found.
opp_featuretool: Error: NED package 'inet.showcases.visualizer' in feature 'visualizershowcases' was not found.
opp_featuretool: Error: NED package 'inet.showcases.wireless' in feature 'wirelessshowcases' was not found.
opp_featuretool: Error: Check whether all NED folders are set properly (in the .nedfolders file) and all directories corresponding to the NED packages defined in the .oppfeatures file do exist.

Do i need to install OMNET++ 5.4 to solve these errors?
Thanks.

@abdelrahman-hegazy
Copy link

Did you ever solve this problem or what did you do ?!

@shivayadavjabbu
Copy link

I tried to install inet3.6.8 and openflow in omnet3.6.8 in windows 11. I got following errors.
23:07:37 **** Build of configuration gcc-debug for project openflow ****
make MODE=debug -j8 all
cd src && /usr/bin/make
make[1]: Entering directory '/c/Users/Shiva/OneDrive/Desktop/omnetpp-5.5.1/samples/openflow/src'
MSGC: openflow/messages/HF_ChangeNotification.msg
MSGC: openflow/messages/HF_ReportIn.msg
MSGC: openflow/messages/HF_SyncReply.msg
MSGC: openflow/messages/HF_SyncRequest.msg
openflow/messages/HF_ChangeNotification.msg:4: Error: syntax error, unexpected NAME, expecting $end
MSGC: openflow/messages/KN_Packet.msg
openflow/messages/HF_ReportIn.msg:2: Error: syntax error, unexpected NAME, expecting $end
make[1]: *** [Makefile:177: openflow/messages/HF_ChangeNotification_m.h] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:177: openflow/messages/HF_ReportIn_m.h] Error 1
MSGC: openflow/messages/LLDP.msg
openflow/messages/HF_SyncReply.msg:2: Error: syntax error, unexpected NAME, expecting $end
make[1]: *** [Makefile:178: openflow/messages/HF_SyncReply_m.h] Error 1
openflow/messages/HF_SyncRequest.msg:2: Error: syntax error, unexpected NAME, expecting $end
make[1]: *** [Makefile:178: openflow/messages/HF_SyncRequest_m.h] Error 1
openflow/messages/KN_Packet.msg:2: Error: syntax error, unexpected NAME, expecting $end
make[1]: *** [Makefile:178: openflow/messages/KN_Packet_m.h] Error 1
openflow/messages/LLDP.msg:3: Error: syntax error, unexpected NAME, expecting $end
make[1]: *** [Makefile:178: openflow/messages/LLDP_m.h] Error 1
make[1]: Leaving directory '/c/Users/Shiva/OneDrive/Desktop/omnetpp-5.5.1/samples/openflow/src'
make: *** [Makefile:2: all] Error 2
"make MODE=debug -j8 all" terminated with exit code 2. Build might be incomplete.

23:07:38 Build Failed. 14 errors, 0 warnings. (took 690ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants