[cairo-bugs] [Bug 4744] New: Does not compile with the Intel
compiler
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Oct 11 03:49:08 PDT 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=4744
Summary: Does not compile with the Intel compiler
Product: cairo
Version: 1.0.3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: cworth at cworth.org
ReportedBy: kmaraas at gnome.org
QAContact: cairo-bugs at cairographics.org
[kmaraas at localhost cairo]$ make
make all-recursive
make[1]: Entering directory `/home/kmaraas/cvs/gnome212/cairo'
Making all in pixman
make[2]: Entering directory `/home/kmaraas/cvs/gnome212/cairo/pixman'
Making all in src
make[3]: Entering directory `/home/kmaraas/cvs/gnome212/cairo/pixman/src'
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../.. -I. -g -O2 -MT pixregion.lo -MD -MP -MF
".deps/pixregion.Tpo" -c -o pixregion.lo pixregion.c; \
then mv -f ".deps/pixregion.Tpo" ".deps/pixregion.Plo"; else rm -f
".deps/pixregion.Tpo"; exit 1; fi
mkdir .libs
icc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -O2 -MT pixregion.lo -MD -MP
-MF .deps/pixregion.Tpo -c pixregion.c -fPIC -DPIC -o .libs/pixregion.o
pixregion.c(1635): warning #188: enumerated type mixed with another type
return ret;
^
pixregion.c(1242): warning #1358: declaration aliased to unknown entity
"INT_pixman_region_union"
slim_hidden_def(pixman_region_union);
^
pixregion.c(458): warning #1358: declaration aliased to unknown entity
"INT_pixman_region_copy"
slim_hidden_def(pixman_region_copy);
^
pixregion.c(333): warning #1358: declaration aliased to unknown entity
"INT_pixman_region_create_simple"
slim_hidden_def(pixman_region_create_simple);
^
icc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -O2 -MT pixregion.lo -MD -MP
-MF .deps/pixregion.Tpo -c pixregion.c -o pixregion.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile icc -DHAVE_CONFIG_H -I. -I.
-I../.. -I../.. -I. -g -O2 -MT fbpict.lo -MD -MP -MF ".deps/fbpict.Tpo" -c
-o fbpict.lo fbpict.c; \
then mv -f ".deps/fbpict.Tpo" ".deps/fbpict.Plo"; else rm -f ".deps/fbpict.Tpo";
exit 1; fi
icc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -g -O2 -MT fbpict.lo -MD -MP
-MF .deps/fbpict.Tpo -c fbpict.c -fPIC -DPIC -o .libs/fbpict.o
/tmp/icc79Ns4Zas_: Assembler messages:
/tmp/icc79Ns4Zas_:1326: Error: symbol definition loop encountered at
`_cairo_pixman_composite'
make[3]: *** [fbpict.lo] Error 1
make[3]: Leaving directory `/home/kmaraas/cvs/gnome212/cairo/pixman/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/kmaraas/cvs/gnome212/cairo/pixman'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/kmaraas/cvs/gnome212/cairo'
make: *** [all] Error 2
[kmaraas at localhost cairo]$
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the cairo-bugs
mailing list