View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008909CMakeCMakepublic2009-04-20 09:482014-06-02 08:37
ReporterMelaine GAUTIER 
Assigned ToBill Hoffman 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008909: bug : SET(CMAKE_C_FLAGS "-export-dynamic -std=c99 `pkg-config --cflags --libs libglade-2.0`") is not anymore usable
DescriptionThis 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




TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team