nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

Build failed #230

Open arghasen10 opened 2 years ago

arghasen10 commented 2 years ago

Hi, I was not able to build ns3-mmwave using the commands ./waf configure && ./waf build in my new system. Would you please help me in finding the issue?

Here is a screenshot of the error.

Although the file is already present in the build/ns3/ directory.

pagmatt commented 2 years ago

Hi, are you trying to build the latest commit of the new-handover branch ? Are all the files are as in the repository or did you modify something ?

arghasen10 commented 2 years ago

I am using the latest version only. Just after cloning the repository, I tried to build it.

But it is not working.

shadman48 commented 1 year ago

Use these commands to download and build ns3-mmwave:

git clone https://github.com/nyuwireless-unipd/ns3-mmwave.git
cd ns3-mmwave
./ns3 configure --disable-python --enable-examples && ./ns3 build

They have changed the commands in the new NS3