I'm trying to compile Qpid 1.39.0 on RHEL7 using devtoolset-6, and I got an error about size_t not being defined. I added #include <stddef.h> in include/qpid/sys/posix/IntegerTypes.h, but I'm still getting an error here:
It almost seems like the test was written to check this condition, but the build is stopping here. Any ideas on how I can fix this? I could just delete the "int foo(uint64_t)" part, but that doesn't seem like the right solution. -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
