After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315484 - GIMP doesn't compile with GCC 4.0.1
GIMP doesn't compile with GCC 4.0.1
Status: RESOLVED DUPLICATE of bug 303796
Product: GIMP
Classification: Other
Component: General
2.3.x
Other Linux
: Normal critical
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-07 20:04 UTC by Alexis ROBERT
Modified: 2008-01-15 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log of the error (12.58 KB, text/plain)
2005-09-07 20:06 UTC, Alexis ROBERT
Details

Description Alexis ROBERT 2005-09-07 20:04:32 UTC
I've tried to compile gimp-2.2.7, gimp-2.2.8 and gimp-2.3.2 and i've this kind 
of error (tried on 2 computers) : 
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app -I../../app 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include 
-DG_LOG_DOMAIN=\"Gimp-Composite\"  -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE 
-DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -MT gimp-composite-generic.o -MD -MP -MF 
".deps/gimp-composite-generic.Tpo" -c -o gimp-composite-generic.o 
gimp-composite-generic.c; \ 
then mv -f ".deps/gimp-composite-generic.Tpo" 
".deps/gimp-composite-generic.Po"; else rm -f 
".deps/gimp-composite-generic.Tpo"; exit 1; fi 
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app -I../../app 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include 
-DG_LOG_DOMAIN=\"Gimp-Composite\"  -pthread -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include   -DGIMP_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE 
-DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -MT gimp-composite-mmx.o -MD -MP -MF 
".deps/gimp-composite-mmx.Tpo" -c -o gimp-composite-mmx.o gimp-composite-mmx.c; 
\ 
then mv -f ".deps/gimp-composite-mmx.Tpo" ".deps/gimp-composite-mmx.Po"; else 
rm -f ".deps/gimp-composite-mmx.Tpo"; exit 1; fi 
gimp-composite-mmx.c:837: warning: 'mmx_op_overlay' defined but not used 
gimp-composite-mmx.c: In function 
'gimp_composite_addition_rgba8_rgba8_rgba8_mmx': 
gimp-composite-mmx.c:95: error: unknown register name '%mm0' in 'asm' 
gimp-composite-mmx.c:102: error: unknown register name '%mm4' in 'asm' 
gimp-composite-mmx.c:102: error: unknown register name '%mm3' in 'asm' 
gimp-composite-mmx.c:102: error: unknown register name '%mm2' in 'asm' 
gimp-composite-mmx.c:102: error: unknown register name '%mm1' in 'asm' 
gimp-composite-mmx.c:102: error: unknown register name '%mm0' in 'asm' 
gimp-composite-mmx.c:122: error: unknown register name '%mm4' in 'asm' 
gimp-composite-mmx.c:122: error: unknown register name '%mm3' in 'asm' 
gimp-composite-mmx.c:122: error: unknown register name '%mm2' in 'asm' 
gimp-composite-mmx.c:122: error: unknown register name '%mm1' in 'asm' 
gimp-composite-mmx.c:122: error: unknown register name '%mm0' in 'asm' 
 
(Full log is attached)
Comment 1 Alexis ROBERT 2005-09-07 20:06:27 UTC
Created attachment 51934 [details]
Log of the error
Comment 2 weskaggs 2005-09-07 21:58:48 UTC
I don't know what the problem is, but I just want to add a pointer to bug
303796, which is undoubtedly relevant.  

It would be very helpful if you could let us know what distro you are using, and
what sort of processors are in the computers you have tried.
Comment 3 Manish Singh 2005-09-07 22:16:27 UTC
This is a duplicate of bug #303796. It's been fixed for a while, before 2.3.3
was released.

Please always try the latest version before reporting bugs, especially when
testing development releases.

*** This bug has been marked as a duplicate of 303796 ***
Comment 4 Alexis ROBERT 2005-09-08 06:12:57 UTC
Sorry, I've not seen the 2.3.3 in GIMP news (gimp.org).