Irina Boverman created PROTON-780:
-------------------------------------
Summary: RHEL 6 CXX Build Issue
Key: PROTON-780
URL: https://issues.apache.org/jira/browse/PROTON-780
Project: Qpid Proton
Issue Type: Bug
Affects Versions: 0.9
Environment: RHEL 6, CXX Compiler
Reporter: Irina Boverman
mkdir -p build
cd build
cmake -DBUILD_WITH_CXX=ON ..
make
Results in this:
20%] Building CXX object proton-c/CMakeFiles/qpid-proton.dir/src/log.c.o
In file included from
/home/jenkins/workspace/proton-cxx/label/master/proton-c/src/log.c:20:
/home/jenkins/workspace/proton-cxx/label/master/proton-c/include/proton/log.h:54:17:
error: anonymous variadic macros were introduced in C99
make[2]: *** [proton-c/CMakeFiles/qpid-proton.dir/src/log.c.o] Error 1
make[1]: *** [proton-c/CMakeFiles/qpid-proton.dir/all] Error 2
make: *** [all] Error 2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)