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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to