8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi。 在 linux vps上。当我make时,遇错: ... -- Installing: /root/socks5-by-senlinzhan/thirdparty/googletest/lib64/pkgconfig/gtest_main.pc [ 58%] Completed 'gtest_external_project' [ 58%] Built target gtest_external_project Scanning dependencies of target basic [ 60%] Building CXX object basic/CMakeFiles/basic.dir/base.cpp.o /root/socks5-by-senlinzhan/basic/base.cpp: In constructor ‘ServerBase::ServerBase(const Address&, AcceptCallback, AcceptErrorCallback, void*)’: /root/socks5-by-senlinzhan/basic/base.cpp:26:34: error: ‘EVDNS_BASE_INITIALIZE_NAMESERVERS’ was not declared in this scope dns_ = evdns_base_new(base_, EVDNS_BASE_INITIALIZE_NAMESERVERS); ^ make[2]: *** [basic/CMakeFiles/basic.dir/base.cpp.o] Error 1 make[1]: *** [basic/CMakeFiles/basic.dir/all] Error 2 make: *** [all] Error 2
怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi。
在 linux vps上。当我make时,遇错:
...
-- Installing: /root/socks5-by-senlinzhan/thirdparty/googletest/lib64/pkgconfig/gtest_main.pc
[ 58%] Completed 'gtest_external_project'
[ 58%] Built target gtest_external_project
Scanning dependencies of target basic
[ 60%] Building CXX object basic/CMakeFiles/basic.dir/base.cpp.o
/root/socks5-by-senlinzhan/basic/base.cpp: In constructor ‘ServerBase::ServerBase(const Address&, AcceptCallback, AcceptErrorCallback, void*)’:
/root/socks5-by-senlinzhan/basic/base.cpp:26:34: error: ‘EVDNS_BASE_INITIALIZE_NAMESERVERS’ was not declared in this scope
dns_ = evdns_base_new(base_, EVDNS_BASE_INITIALIZE_NAMESERVERS);
^
make[2]: *** [basic/CMakeFiles/basic.dir/base.cpp.o] Error 1
make[1]: *** [basic/CMakeFiles/basic.dir/all] Error 2
make: *** [all] Error 2
怎么解决?
The text was updated successfully, but these errors were encountered: