Version: unspecified (using Devel) OS: Linux same as Bug #269903 but for acquireimages put into extra/kipi-plugins/acquireimages/CMakeLists.txt the following lines: # Adjust flag for static lib and 64 bits computers using -fPIC for GCC compiler (B.K.O: #269903 AND #??????) FOREACH(_currentfile ${acquireimages_common_SRCS}) IF(NOT MSVC) SET_SOURCE_FILES_PROPERTIES(${_currentfile} PROPERTIES COMPILE_FLAGS "-fPIC") ENDIF(NOT MSVC) ENDFOREACH(_currentfile ${acquireimages_common_SRCS}) Reproducible: Always Steps to Reproduce: just build, external environment is openSuse with kde 4.6.2
*** Bug 270573 has been marked as a duplicate of this bug. ***
Git commit fea4f8316d22ca70e5f517234a5be2ec2d9688ef by Gilles Caulier. Committed on 10/04/2011 at 15:31. Pushed by cgilles into branch 'master'. compile under 64bits computer with GCC BUGS: 270593 M +7 -0 acquireimages/CMakeLists.txt http://commits.kde.org/kipi-plugins/fea4f8316d22ca70e5f517234a5be2ec2d9688ef