00:00:40
Sep 13, 2022
00:02:56
/usr/src/app/src/main.cpp:67:21: error: 'csum' was not declared in this scope 67 | if (csum((uint16_t *) inner, ((iphdr *) inner)->ihl * 4)) continue; | ^~~~make[2]: *** [CMakeFiles/tun.dir/build.make:76: CMakeFiles/tun.dir/src/main.cpp.o] Error 1make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tun.dir/all] Error 2make: *** [Makefile:91: all] Error 2The command '/bin/sh -c cmake -DCMAKE_BUILD_TYPE=Release . && cmake --build .' returned a non-zero code: 2Cleaning up file based variablesERROR: Job failed: exit code 2
/usr/src/app/src/main.cpp:67:21: error: 'csum' was not declared in this scope 67 | if (csum((uint16_t *) inner, ((iphdr *) inner)->ihl * 4)) continue; | ^~~~make[2]: *** [CMakeFiles/tun.dir/build.make:76: CMakeFiles/tun.dir/src/main.cpp.o] Error 1make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/tun.dir/all] Error 2make: *** [Makefile:91: all] Error 2The command '/bin/sh -c cmake -DCMAKE_BUILD_TYPE=Release . && cmake --build .' returned a non-zero code: 2Cleaning up project directory and file based variablesERROR: Job failed: exit code 2