MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006303 | CMake | Modules | public | 2008-02-05 13:21 | 2010-05-10 19:56 |
| Reporter | jlblanco | ||||
| Assigned To | Miguel Figueroa | ||||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | unable to reproduce | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0006303: Wrong generation of linker LIBs with FindwxWidgets in Windows | ||||
| Description | It seems that the string with the list of libraries to be linked is not well-formed. I attach two examples of what is obtained in two Windows machines, with wxWidgets downloaded and compiled from the sources, and using the same CMake project files. In the example #1, the full paths appear in the list (e.g. \wxWidgets\lib\vc_lib\wxbase28.lib), where in the example 0000002 it appears "debug.lib" (which is not a library, probably a keyword in the list of wxwidgets libraries??) and next both "wxbase28d.lib" and "wxbase28.lib"... The version of CMake are in both cases the latest binary build for windows available in the CMake page. Thanks! | ||||
| Steps To Reproduce | |||||
| Additional Information | ======================================================== LIST OF LIBRARIES IN PROJECT PROPERTIES->LINKER->INPUT: (IN MACHINE #1) ======================================================== kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib \wxWidgets\lib\vc_lib\wxbase28.lib \wxWidgets\lib\vc_lib\wxmsw28_core.lib \wxWidgets\lib\vc_lib\wxpng.lib \wxWidgets\lib\vc_lib\wxtiff.lib \wxWidgets\lib\vc_lib\wxjpeg.lib \wxWidgets\lib\vc_lib\wxzlib.lib \wxWidgets\lib\vc_lib\wxregex.lib \wxWidgets\lib\vc_lib\wxexpat.lib winmm.lib comctl32.lib rpcrt4.lib wsock32.lib /wxWidgets/lib/vc_lib/wxbase28.lib.lib \wxWidgets\lib\vc_lib\wxmsw28_gl.lib opengl32.lib glu32.lib ======================================================== LIST OF LIBRARIES IN PROJECT PROPERTIES->LINKER->INPUT: (IN MACHINE 0000002) ======================================================== $(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib wxbase28.lib wxmsw28_core.lib wxpng.lib wxtiff.lib wxjpeg.lib wxzlib.lib wxregex.lib wxexpat.lib winmm.lib comctl32.lib rpcrt4.lib wsock32.lib ***debug.lib*** wxbase28d.lib wxbase28.lib wxmsw28_core.lib wxmsw28_gl.lib wxpng.lib wxtiff.lib wxjpeg.lib wxzlib.lib wxregex.lib wxexpat.lib opengl32.lib glu32.lib winmm.lib comctl32.lib rpcrt4.lib wsock32.lib | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://public.kitware.com/Bug/file/1302/libs.txt | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-02-05 13:21 | jlblanco | New Issue | |||
| 2008-02-06 10:20 | Bill Hoffman | Status | new => assigned | ||
| 2008-02-06 10:20 | Bill Hoffman | Assigned To | => Miguel Figueroa | ||
| 2008-02-06 22:00 | Miguel Figueroa | Note Added: 0010408 | |||
| 2008-02-07 11:12 | jlblanco | File Added: libs.txt | |||
| 2008-02-07 11:12 | jlblanco | Note Added: 0010422 | |||
| 2008-12-24 01:54 | Miguel Figueroa | Note Added: 0014433 | |||
| 2009-04-07 10:19 | Miguel Figueroa | Note Added: 0015952 | |||
| 2009-04-07 10:19 | Miguel Figueroa | Status | assigned => feedback | ||
| 2009-04-08 12:40 | jlblanco | Note Added: 0015965 | |||
| 2010-05-10 19:56 | Miguel Figueroa | Status | feedback => closed | ||
| 2010-05-10 19:56 | Miguel Figueroa | Resolution | open => unable to reproduce | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||