| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0011062 | MIDAS | MIDAScpp | public | 2010-07-29 16:10 | 2010-07-30 12:05 | ||||
| Reporter | Stephen Aylward | ||||||||
| Assigned To | Zach Mullen | ||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 1.2 | ||||||||
| Target Version | Fixed in Version | 1.3 | |||||||
| Summary | 0011062: MIDAS Desktop: Should check for the existence of libpng during cmake configuration | ||||||||
| Description | Application/MIDASDesktop/CMakeFiles/MIDASDesktop.dir/qrc_MIDASDesktopIcons.cxx.o Linking CXX executable ../../bin/MIDASDesktop /usr/bin/ld: cannot find -lpng collect2: ld returned 1 exit status make[2]: *** [bin/MIDASDesktop] Error 1 apt-get install libpng12-dev Should check for the existence of libpng during cmake configuration | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0021577) Zach Mullen (developer) 2010-07-30 12:05 |
I changed the way we call link_libraries for UNIX. Before, we were just assuming that all the libraries existed on the system. Now I have CMake do a find_library and conditionally link against them if they are found. I have a feeling that most of them from the original list aren't even required anyway. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-07-29 16:10 | Stephen Aylward | New Issue | |
| 2010-07-29 16:23 | Julien Jomier | Category | => MIDAScpp |
| 2010-07-29 16:23 | Julien Jomier | Product Version | => 1.2 |
| 2010-07-29 16:23 | Julien Jomier | Status | new => assigned |
| 2010-07-29 16:23 | Julien Jomier | Assigned To | => Zach Mullen |
| 2010-07-30 12:05 | Zach Mullen | Note Added: 0021577 | |
| 2010-07-30 12:05 | Zach Mullen | Status | assigned => resolved |
| 2010-07-30 12:05 | Zach Mullen | Fixed in Version | => 1.3 |
| 2010-07-30 12:05 | Zach Mullen | Resolution | open => fixed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |