[Bug 164432] New: Compilation fails with gcc 3

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 164432] New: Compilation fails with gcc 3

Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164432         
           Summary: Compilation fails with gcc 3
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: kde happyjack org


Version:           0.9.4-rc1 (using KDE 3.5.9)
Installed from:    Compiled From Sources
Compiler:          gcc 3.4.6
OS:                Linux

The build of digikam 0.9.4-rc1 fails with gcc 3.4.6 because the -fno-tree-pre option is not supported.  This flag is set in digikam/libs/greycstoration/ directory.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 164432] Compilation fails with gcc 3

Gilles Caulier-4
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164432         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Portability
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 164432] Compilation fails with gcc 3

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164432         




------- Additional Comments From caulier.gilles gmail com  2008-06-19 12:25 -------
removing this gcc option will solve your problem. We need to check in with autotools witch gcc version is used to compile digiKam...

In fact, this option is mandatory with the GCC 4.3 witch have a bug. I think it will fixed in a near future.

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 164432] Compilation fails with gcc 3

Gilles Caulier-4
In reply to this post by Bugzilla from kde@happyjack.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=164432         
caulier.gilles gmail com changed:

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



------- Additional Comments From caulier.gilles gmail com  2008-07-03 11:09 -------
SVN commit 827522 by cgilles:

digiKam from KDE3 branch : use KDE_CHECK_COMPILER_FLAG to test if gcc -fno-tree-pre is available instead an harcoded option passed in makefile.
BUGS: 164432


 M  +3 -3      NEWS  
 M  +12 -0     configure.in.in  
 M  +1 -4      libs/greycstoration/Makefile.am  


WebSVN link: http://websvn.kde.org/?view=rev&revision=827522
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel