You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
Hello,
I am getting this error msg in INET Framework after opening the OMNET++
recipe for target 'clean' failedMakefile/inetline 1100C/C++ Problem
can anyone help?
Michael Kirsche
unread,
Sep 14, 2015, 4:37:04 AM9/14/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
This might occur if you never build the INET framework before. Makefile targets are created when you first build a project. Running make clean only works after first building a project!
Rudolf Hornig
unread,
Sep 17, 2015, 6:17:39 AM9/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OMNeT++ Users
Yep. if you are building from the commandline, first you must execute:
$ make makefiles
that one creates the actual makefile and you can call "make clean" only after this.