Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosaic-dev] Regarding an Error: ns3_setup
  • From: "Aligeti, Divya" <daligeti@xxxxxxx>
  • Date: Thu, 8 Feb 2024 17:03:56 +0000
  • Accept-language: en-US, en-IN
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ttu.edu; dmarc=pass action=none header.from=ttu.edu; dkim=pass header.d=ttu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=NXrMLrdX6VAXbqL6xwL+kpvQGblqbhPnsu8LbK8nx8E=; b=RUa0KoSCE6HU1Fm6wPr/FjycwQKA+OTUlqzfP7UahQ0ij/8n9OOLAsuoPPOzU2/4iD9f/mhml4ELQr5AtqKp6sOrG/knVkX6Z1aJh7AdKoTzKqHkKIPIzlnp95qcmlhXzpRUINb72wq1NwEnA/baOUjXMpHYei+DmtoWcPQYAkeZ/4W6uOiDO5vElDKr6deSI1UaGTnnwdppKgUSqEmZlGg0Kky7Q/EN87yH92WFGmfiVNEjXhzL9S0tJhfrh9BA462+MSMBPCR0JeS4hHJBdMD+L++wH8H7W/R7OUUF5dcW41X+5Cgnwvon+jvwdJ27TVi8+fT7KwGUiAivDvixeQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XmJRlYavrCB8lt0MpIpxDqpBi3jUkrkjBhgWRiFKCUGTH7KB0LWcuUbFf+S1W0q8BMZHrTpQwHnPVzWLEE1nJVe4Mf4rrhwd9nF6PvYVE2IYZ8Kvhpns5CqSNIiMOVU0wp8P3fzLIwaWoROJfTA7kv1/zKAtpx9vjFd4iKtcUGdsohXinGTBP7ZtdYSpfcAXt07sgCAyvkfkGRzva9TwP+cTQNrzQdAd8s/Y3Bv9eyB7Wmo/qMEB4T/t7+ey0Qsw/FVdD6IWKRkggy5GCSWwC9BGAAgLZdEZ0EH+LeK9PuQ5G5ivMhwulrZjLGV1guwrtAz5c3tExDsD+tl5QoZbLg==
  • Delivered-to: mosaic-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mosaic-dev/>
  • List-help: <mailto:mosaic-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mosaic-dev>, <mailto:mosaic-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mosaic-dev>, <mailto:mosaic-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaWq9kmtWUAKBP30yFQ0ebnEaflg==
  • Thread-topic: Regarding an Error: ns3_setup

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

Back to the top