GNOME Bugzilla – Bug 558451
Cannot build GIMP using Sun CC on Solaris 2.8
Last modified: 2008-11-05 22:54:22 UTC
Please describe the problem: The build using Sun Workshop 6.2 compiler fails due to incorrect 'const' usage. Steps to reproduce: 1. ./configure 2. make Actual results: The build triggers errors on const variables initialized with non const values or used in non const context Expected results: A fresh gimp-2.6! Does this happen every time? Yes Other information: GTK+ 2.14.4 GLIB 2.18.1
Created attachment 121604 [details] [review] Remove const keyword in gimpoperationtilesink.c
Created attachment 121605 [details] [review] Remove a const keyword in gimpoperationtilesource.c
Created attachment 121606 [details] [review] Remove const keyword in gimp-pdb-compat.c
Created attachment 121607 [details] [review] Remove const keyword in gimpgegltool.c
Next time, please attach a single patch if the changes are that small. Committed to trunk and merged to gimp-2-6: 2008-10-29 Sven Neumann <sven@gimp.org> Bug 558451 – Cannot build GIMP using Sun CC on Solaris 2.8 * app/pdb/gimp-pdb-compat.c * app/gegl/gimpoperationtilesink.c * app/gegl/gimpoperationtilesource.c * app/tools/gimpgegltool.c: applied patches from Eric Lamarque fixing the build using Sun CC on Solaris.