-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
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
complie failed when using direct compilation #1862
Comments
what's the problem compiling with GCC 5.3.1
|
This will affect users using Doris, I think we should close this before we release 0.11.0. @yangzhg can you please give us a PR to fix it ASAP? |
finally i found the reason of why cannot complie in gcc5. becaue of c++11 can't use enum class as unordered_map key, ref https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60970 . |
Fix direct compilation failed: fix compile thirdparty in ubuntu will install libs to lib dir instead of lib64 fix compile error in gcc5 due to the defect of c++11 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60970) fix gcc version check will not work on some OS
When FE is deployed on a virtual machine and CN is deployed on k8s, FE needs to use a proxy IP to communicate with CN nodes, and BE cannot resolve the proxy IP from the local network card. We change the previous verification rules and obey the IP assigned by the master merge from:apache#19951
complie failed when using direct compilation in ubuntu 16.04 according to https://doris.apache.org/documentation/cn/installing/compilation.html#centos-ubuntu
because of:
The text was updated successfully, but these errors were encountered: