[ https://issues.apache.org/jira/browse/AVRO-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108510#comment-17108510 ]
ASF subversion and git services commented on AVRO-2668: ------------------------------------------------------- Commit 414a51fdc1856083bb16851f09a4c61a48796132 in avro's branch refs/heads/master from Fabrice Fontaine [ https://gitbox.apache.org/repos/asf?p=avro.git;h=414a51f ] AVRO-2668: Build failure without a C++ compiler Specify that AvroC is a C project and remove tests_cpp.cpp to avoid the following build failure if a C++ compiler is not found: CMake Error at CMakeLists.txt:20 (project): The CMAKE_CXX_COMPILER: /home/naourr/work/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++ is not a full path to an existing compiler tool. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH. Fixes: - http://autobuild.buildroot.org/results/135e246aa70f28c6b9aea5fd6b0eb9c7b45ebfe7 Signed-off-by: Fabrice Fontaine <fontaine.fabr...@gmail.com> > Build failure without a C++ compiler > ------------------------------------ > > Key: AVRO-2668 > URL: https://issues.apache.org/jira/browse/AVRO-2668 > Project: Apache Avro > Issue Type: Bug > Components: c > Reporter: Fabrice Fontaine > Priority: Minor > > Build of AvroC fails without a C++ compiler: > CMake Error at CMakeLists.txt:20 (project): > The CMAKE_CXX_COMPILER: > /home/naourr/work/instance-2/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++ > is not a full path to an existing compiler tool. > Tell CMake where to find the compiler by setting either the environment > variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path > to the compiler, or to the compiler name if it is in the PATH. > More information on build failure can be found here: > - > http://autobuild.buildroot.org/results/135e246aa70f28c6b9aea5fd6b0eb9c7b45ebfe7 -- This message was sent by Atlassian Jira (v8.3.4#803005)