View Issue Details [ Jump to Notes ] | [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0013881 | CMake | Modules | public | 2013-01-25 17:03 | 2013-06-03 09:05 |
|
Reporter | Rodolfo Schulz de Lima | |
Assigned To | Brad King | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | win32 | OS | | OS Version | |
Product Version | CMake 2.8.10.2 | |
Target Version | CMake 2.8.11 | Fixed in Version | CMake 2.8.11 | |
|
Summary | 0013881: FindGTK2 puts libraries in GTK2_LIBRARIES in wrong order |
Description | When creating GTK2_LIBRARIES, FindGTK2 adds the GTK dependencies in wrong order into GTK2_LIBRARIES. With dynamic libraries this isn`t a major problem, but when linking to static gtk libraries, the linker outputs a lot of undefined symbols. |
Steps To Reproduce | link to static gtk libraries on windows using mingw |
Additional Information | I've reordered the calls that append libraries to GTK2_LIBRARIES and attached the resulting file to this report issue. It works on my system. |
Tags | No tags attached. |
|
Attached Files | FindGTK2.cmake [^] (22,860 bytes) 2013-01-25 17:03 |
|