goobee
goobee
I miss another problem look like this _python/bolt/../../cpp/src/include/public.hpp:23: Warning 315: Nothing known about 'std::vector'. python/bolt/config.i:45: Warning 315: Nothing known about 'Eigen::Matrix'. python/bolt/config.i:46: Warning 315: Nothing known about 'Eigen::Dynamic'. python/bolt/config.i:46: Warning...
i got this by using clang++ ,and g++ is ok `root@sci:/home/xx# clang++ main.cpp -o main.out -std=c++14 -stdlib=libc++ main.cpp:1:9: fatal error: 'stdexcept' file not found #include ^ 1 error generated. root@sci:/home/xx#...
hello,when i follow those two command, $ clang++ main.cpp -o main.out -std=c++14 -stdlib=libstdc++ $ clang++ main.cpp -o main.out -std=c++14 I got the same error [root@localhost bolt]# clang++ main.cpp -o main.out...
Hello ajamshed ,I have encountered problems when compiling DPDk, can you help me find it? system: CentOS Linux release 7.6.1810 kernel: 4.4.176-1.el7.elrepo.x86_64 GCC: 4.8.5 DPDk:dpdk-stable-16.11.8 > rm -f ../lib/* rm...
@ajamshed Thank you very much, it works.