You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2012/11/30 17:01:58 UTC

[jira] [Updated] (PROTON-170) generated pkg config file is broken

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

Gordon Sim updated PROTON-170:
------------------------------

    Description: 
E.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/non-standard/install && make install will install a pkg config file that doesn't have the include and lib directories set.

Also Cflags is set to -I${includedir} which breaks compilation even for a standard install if the includedir is not set.

  was:E.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/non-standard/install && make install will install a pkg config file that doesn't have the include and lib directories set.

        Summary: generated pkg config file is broken  (was: generated pkg config file doesn't actually include paths if a different install location is used)
    
> generated pkg config file is broken
> -----------------------------------
>
>                 Key: PROTON-170
>                 URL: https://issues.apache.org/jira/browse/PROTON-170
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.2
>            Reporter: Gordon Sim
>            Assignee: Andrew Stitcher
>         Attachments: PROTON-170.patch
>
>
> E.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/non-standard/install && make install will install a pkg config file that doesn't have the include and lib directories set.
> Also Cflags is set to -I${includedir} which breaks compilation even for a standard install if the includedir is not set.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira