Open mitch1887 opened 10 months ago
Hi @mitch1887 ,
This project requires git submodules.
[submodule "libs/fmt"]
path = libs/fmt
url = https://github.com/fmtlib/fmt
Please run git submodule update --init --recursive
before running cmake.
There are also some breaking changes recently. Please checkout 77aea7e6c6603d642ef8501cf185cde2292a9261 before running cmake.
I got another error while building
CMake Error at CMakeLists.txt:37 (add_executable):
Cannot find source file:
src/veth/VEtherForward.cc
CMake Error at CMakeLists.txt:37 (add_executable):
No SOURCES given to target: udpfwd
CMake Generate step failed. Build files cannot be regenerated correctly.
I got another error while building
CMake Error at CMakeLists.txt:37 (add_executable): Cannot find source file: src/veth/VEtherForward.cc CMake Error at CMakeLists.txt:37 (add_executable): No SOURCES given to target: udpfwd CMake Generate step failed. Build files cannot be regenerated correctly.
Please checkout 77aea7e6c6603d642ef8501cf185cde2292a9261. This file should not be there at that time.
Could you provide some pre-compiled binaries? I keep running into build errors
@mitch1887 Which architecture do you want, x86_64 or aarch64?
@mitch1887 Which architecture do you want, x86_64 or aarch64?
x86_64
@mitch1887 udpfwd_x86_64.zip
how to use? unable to run on FreeBSD
I tried to build the application on Linux and got this error: