You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2007/11/28 21:41:43 UTC

[jira] Resolved: (QPID-243) Inconsistent use of paths in #includes

     [ https://issues.apache.org/jira/browse/QPID-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-243.
------------------------------

    Resolution: Fixed

> Inconsistent use of paths in #includes
> --------------------------------------
>
>                 Key: QPID-243
>                 URL: https://issues.apache.org/jira/browse/QPID-243
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>            Reporter: Alan Conway
>            Assignee: Andrew Stitcher
>
> 1. With the new release, I have to specify -I${QPID_REL}/include/qpidc,
> -I${QPID_REL/include/qpidc/framing and -I${QPID_REL/include/qpidc/sys when
> I build which is really naff.
> This is because things like Connector.h do a #include
> <framing/InputHandler.h>, but then "framing/InputHandler.h" only #include
> <AMQFrame.h> and AMQFrame.h is located in the framing sub-directory.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.