Hello Team,
I'm working on ns3-setup, integrating mosaic and ns3-federate from the link
https://eclipse.dev/mosaic/docs/extending_mosaic/ns3_setup/
I'm facing an error at the stage of Makefile Generation:
when I hit the command, premake5 gmake --generate-protobuf
--------------------------------------------------- Error----------------------------------------------------
/home/divya/ns3-federate-main/obj/Debug/temp.cpp:1:10: fatal error: ns3/application.h: No such file or directory
1 | #include <ns3/application.h>
| ^~~~~~~~~~~~~~~~~~~
/home/divya/ns3-federate-main/obj/Debug/temp.cpp:1:10: fatal error: ns3/application.h: No such file or directory
1 | #include <ns3/application.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
compilation terminated.
-----------------------------------------------------------------------------------------------------------
and goon running with compilation terminated command in my console.
I'm performing this in my ubuntu22.04 and with ns3.36.1
with Regards,
Divya Aligeti
|