View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011062MIDASMIDAScpppublic2010-07-29 16:102010-07-30 12:05
ReporterStephen Aylward 
Assigned ToZach Mullen 
PrioritynormalSeverityblockReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version1.2 
Target VersionFixed in Version1.3 
Summary0011062: MIDAS Desktop: Should check for the existence of libpng during cmake configuration
DescriptionApplication/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

TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team