You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2018/11/20 08:44:19 UTC

[GitHub] chalsliu commented on issue #297: Support for custom gcc paths

chalsliu commented on issue #297: Support for custom gcc paths
URL: https://github.com/apache/incubator-doris/issues/297#issuecomment-440190044
 
 
   ```
   cd /home/user/doris/be/build/src/codegen && /home/user/doris/thirdparty/installed/llvm/bin/clang++ -gcc-toolchain /opt/rh/devtoolset-7/root/usr -std=c++11 -c -emit-llvm -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DIR_COMPILE -DNDEBUG -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -D__GLIBCXX_BITSIZE_INT_N_0=128 -D__GLIBCXX_TYPE_INT_N_0=__int128 -U_GLIBCXX_USE_FLOAT128 -DLLVM_ON_UNIX -I/home/user/doris/thirdparty/installed//llvm/include -I/home/user/doris/be/src -I/home/user/doris/be/../gensrc/build/ -I/home/user/doris/thirdparty/installed//include -I/home/user/doris/thirdparty/installed//include/thrift/ -I/home/user/doris/thirdparty/installed//include/event/ -I/home/user/doris/thirdparty/installed//gperftools/include -I/opt/rh/devtoolset-7/root/usr/include /home/user/doris/be/src/codegen/doris_ir.cpp -o /home/user/doris/be/../gensrc/build//doris_ir/doris_no_sse_tmp.bc
   ```
   This step caused the error because the header file could not be found.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org