MantisBT - CMake |
View Issue Details |
|
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. |
Relationships | |
Attached Files | FindGTK2.cmake (22,860) 2013-01-25 17:03 https://public.kitware.com/Bug/file/4629/* |
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-25 17:03 | Rodolfo Schulz de Lima | New Issue | |
2013-01-25 17:03 | Rodolfo Schulz de Lima | File Added: FindGTK2.cmake | |
2013-01-28 09:02 | Brad King | Note Added: 0032170 | |
2013-01-28 09:02 | Brad King | Assigned To | => Brad King |
2013-01-28 09:02 | Brad King | Status | new => resolved |
2013-01-28 09:02 | Brad King | Resolution | open => fixed |
2013-01-28 09:02 | Brad King | Fixed in Version | => CMake 2.8.11 |
2013-01-28 09:02 | Brad King | Target Version | => CMake 2.8.11 |
2013-06-03 09:05 | Robert Maynard | Note Added: 0033193 | |
2013-06-03 09:05 | Robert Maynard | Status | resolved => closed |