[ http://issues.apache.org/jira/browse/QPID-117?page=all ]
Alan Conway closed QPID-117. ---------------------------- Patch applied Revision 476303 > C++ code won't build on Ubuntu due to assumptions about where apr headers live > ------------------------------------------------------------------------------ > > Key: QPID-117 > URL: http://issues.apache.org/jira/browse/QPID-117 > Project: Qpid > Issue Type: Bug > Components: C++ Broker, C++ Client > Reporter: Andrew Stitcher > Assigned To: Alan Conway > Priority: Minor > Attachments: apr.patch > > > The C++ code includes apr headers using "apr-1/apr_..." this doesn't > generally work as the spr headers need not be in a subdirectory called this. > Indeed under Ubuntu they are in a directory called apr-1.0. > The solution is to follow the normal include usage for apr and just include > "apr_,,,". -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
