MantisBT - CMake
View Issue Details
0013881CMakeModulespublic2013-01-25 17:032013-06-03 09:05
Rodolfo Schulz de Lima 
Brad King 
highmajoralways
closedfixed 
win32
CMake 2.8.10.2 
CMake 2.8.11CMake 2.8.11 
0013881: FindGTK2 puts libraries in GTK2_LIBRARIES in wrong order
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.
link to static gtk libraries on windows using mingw
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.
No tags attached.
? FindGTK2.cmake (22,860) 2013-01-25 17:03
https://public.kitware.com/Bug/file/4629/*
Issue History
2013-01-25 17:03Rodolfo Schulz de LimaNew Issue
2013-01-25 17:03Rodolfo Schulz de LimaFile Added: FindGTK2.cmake
2013-01-28 09:02Brad KingNote Added: 0032170
2013-01-28 09:02Brad KingAssigned To => Brad King
2013-01-28 09:02Brad KingStatusnew => resolved
2013-01-28 09:02Brad KingResolutionopen => fixed
2013-01-28 09:02Brad KingFixed in Version => CMake 2.8.11
2013-01-28 09:02Brad KingTarget Version => CMake 2.8.11
2013-06-03 09:05Robert MaynardNote Added: 0033193
2013-06-03 09:05Robert MaynardStatusresolved => closed

Notes
(0032170)
Brad King   
2013-01-28 09:02   
Applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=399c3b8e [^]
(0033193)
Robert Maynard   
2013-06-03 09:05   
Closing resolved issues that have not been updated in more than 4 months.