[Digikam-devel] [Bug 170929] Compilation of SVN version fails with gcc 4.3.2 unless debug option is activated

Gilles Caulier caulier.gilles at gmail.com
Wed Oct 1 13:07:24 BST 2008


http://bugs.kde.org/show_bug.cgi?id=170929


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #9 from Gilles Caulier <caulier gilles gmail com>  2008-10-01 14:07:22 ---
SVN commit 866592 by cgilles:

all gcc version > 4.3.0 must use -fno-tree-pre option, else CImg.h compilation
hang-up to infinite
BUG: 170929


 M  +1 -1      CMakeLists.txt


--- trunk/extragear/graphics/digikam/CMakeLists.txt #866591:866592
@@ -262,7 +262,7 @@
  IF(NOT GCC_VERSION)
    STRING(REGEX REPLACE ".*\\(GCC\\).* ([34]\\.[0-9]) .*" "\\1.0" GCC_VERSION
"${VERSION_GCC_INFO}")
  ENDIF (NOT GCC_VERSION)
-  MACRO_ENSURE_VERSION_RANGE("4.3.0" "${GCC_VERSION}" "4.3.2" GCC_VERSION_BAD)
+  MACRO_ENSURE_VERSION("4.3.0" "${GCC_VERSION}" GCC_VERSION_BAD)

  IF(GCC_VERSION_BAD)
      MESSAGE(STATUS "Adjusting compilation flags for GCC version (${GCC_VERSIO


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list