[SM-Commit] PERFORCE change 78044 by Flavien Bridault for review

Perforce Review Daemon p4review at smee.org
Wed Apr 19 08:35:01 EDT 2006


Change 78044 by flavien_bridault at flavien-Gargamel on 2006/04/19 13:32:31

	Work on getting gimp compiling on specific architectures (athlon-xp ok, fixed pentium-m, if people could test on other archs, that would be good). I don't think I can integrate in test yet.

Affected files ...

... //sgl/grimoires/devel/graphics/gimp/BUILD#1 add
... //sgl/grimoires/devel/graphics/gimp/HISTORY#24 edit
... //sgl/grimoires/devel/graphics/gimp/WIP#4 edit

Differences ...

==== //sgl/grimoires/devel/graphics/gimp/HISTORY#24 (text) ====

@@ -1,3 +1,6 @@
+2006-04-19 Flavien Bridault <vlaaad at sourcemage.org>
+        * BUILD: Added to replace -O3 by -Os on pentium-m
+
 2006-04-14 Flavien Bridault <vlaaad at sourcemage.org>
 	* DETAILS: Updated devel to 2.3.8 and stable to 2.2.11
 

==== //sgl/grimoires/devel/graphics/gimp/WIP#4 (text) ====

@@ -25,3 +25,9 @@
 make: *** [all] Error 2
  ! Problem Detected !
 Creating compile log /var/log/sorcery/compile/gimp-2.2.11.gz
+
+Devel version is ok.
+
+The problem for the stable version is arch-dependent. It compiles fine on athlon-xp.
+It fails on pentium-m, so I replaced -03 by -Os to get it compiling (-O2 fails too).
+This needs more testing for other archs.



More information about the SM-Commit mailing list