| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0008909 | CMake | CMake | public | 2009-04-20 09:48 | 2014-06-02 08:37 | ||||
| Reporter | Melaine GAUTIER | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-6 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0008909: bug : SET(CMAKE_C_FLAGS "-export-dynamic -std=c99 `pkg-config --cflags --libs libglade-2.0`") is not anymore usable | ||||||||
| Description | This line work fine in version 2.4 of CMake. But since I go on version 2.6 of CMake, I'm unable to compile my project : $ make [ 4%] Built target header [ 30%] Built target video-cpp-shared Linking C executable bin/test1394 gcc: `pkg-config: No such file or directory gcc: libglade-2.0`: No such file or directory make[2]: *** [video/bin/test1394] Error 1 make[1]: *** [video/CMakeFiles/test1394.dir/all] Error 2 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0016083) Bill Hoffman (manager) 2009-04-20 10:32 |
Running backquoted commands from CMake has never been "supported". You should use the FindPkgConfig.cmake module instead. |
|
(0035986) Robert Maynard (manager) 2014-06-02 08:37 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-04-20 09:48 | Melaine GAUTIER | New Issue | |
| 2009-04-20 10:32 | Bill Hoffman | Note Added: 0016083 | |
| 2009-04-20 10:33 | Bill Hoffman | Status | new => assigned |
| 2009-04-20 10:33 | Bill Hoffman | Assigned To | => Bill Hoffman |
| 2013-11-02 10:19 | Stephen Kelly | Status | assigned => resolved |
| 2013-11-02 10:19 | Stephen Kelly | Resolution | open => no change required |
| 2014-06-02 08:37 | Robert Maynard | Note Added: 0035986 | |
| 2014-06-02 08:37 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |