Hi Andrew, In Red Hat Enterprise Linux Server release 7.3 I found file /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h which was installed as part of libstdc++-devel.
rpm -qf /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h libstdc++-devel-4.8.5-16.el7_4.2.i686 ' /usr/include/c++/4.8.2/cstddef' was installed as part of the same package rpm -qf /usr/include/c++/4.8.2/cstddef libstdc++-devel-4.8.5-16.el7_4.2.i686 It contains ... #pragma GCC system_header #include <bits/c++config.h> #include <stddef.h> But there is no file c++config.h in /usr/include/c++/4.8.2/bits/. Kind Regards, Alex On 2 April 2018 at 16:38, Andrew Stitcher <[email protected]> wrote: > On Fri, 2018-03-30 at 10:29 +0100, Oleksandr Rudyy wrote: >> Hi, >> >> As per subject the master proton build fails with the error like >> below: >> >> [ 44%] Building CXX object >> proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/binary.cpp.o >> In file included from >> /home/alex/qpid-proton/proton- >> c/bindings/cpp/include/proton/internal/../types_fwd.hpp:31:0, >> from >> /home/alex/qpid-proton/proton- >> c/bindings/cpp/include/proton/internal/type_traits.hpp:31, >> from >> /home/alex/qpid-proton/proton- >> c/bindings/cpp/src/types_internal.hpp:22, >> from >> /home/alex/qpid-proton/proton-c/bindings/cpp/src/binary.cpp:20: >> /usr/include/c++/4.8.2/cstddef:41:28: fatal error: bits/c++config.h: >> No such file or directory >> #include <bits/c++config.h> > > On my f27 system that file is in the package libstdc++-devel. Is that > installed on your system? > > Andrew > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
