wn-upf / Komondor

Komondor Wireless Networks Simulator
GNU General Public License v3.0
65 stars 19 forks source link

Solving the error "g++: error: komondor_main.cxx: No such file or directory" when compiling #111

Closed aa00shuai closed 5 years ago

aa00shuai commented 5 years ago

When I compile the Komondor simulator by using ./build_local, the error error "g++: error: komondor_main.cxx: No such file or directory" occur, my operation system is ubuntu 18.04, GCC version is 7.3.0. As the author‘s suggestion, the above problem finally solved by the following steps: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

sergiobarra commented 5 years ago

Thanks @aa00shuai for sharing the issue.

Other causes when experiencing the same issue may be: