[cairo] compiling cairo, but getting recursive loop

Jing Chen jc.chenjing at gmail.com
Tue Jan 4 08:48:28 PST 2005


Hey there

I am compiling cairo, but getting a recursive and unstoppable make. It
gives me the following information:

-----------
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I. -I/usr/X11R6/include   -D_XOPEN_SOURCE=500 -I/usr/local/include  
-I/usr/include/libpng12   -I/usr/local/include    
-I/usr/local/include   -I/usr/include/freetype2 -Wall -Wpointer-arith
-Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations    
-Wnested-externs -fno-strict-aliasing    -g -O2 -MT cairo.lo -MD -MP
-MF ".deps/cairo.Tpo" \
  -c -o cairo.lo `test -f 'cairo.c' || echo './'`cairo.c; \
then mv -f ".deps/cairo.Tpo" ".deps/cairo.Plo"; \
else rm -f ".deps/cairo.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/X11R6/include
-D_XOPEN_SOURCE=500 -I/usr/local/include -I/usr/include/libpng12
-I/usr/local/include -I/usr/local/include -I/usr/include/freetype2
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -g -O2
-MT cairo.lo -MD -MP -MF .deps/cairo.Tpo -c cairo.c -fPIC -DPIC -o
.libs/cairo.o
In file included from cairo.c:38:
cairoint.h:407: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:812: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:827: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:842: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:848: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1130: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1274: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1281: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1336: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1357: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1538: warning: `__visibility__' attribute ignored on non-class types
cairoint.h:1568: warning: `__visibility__' attribute ignored on non-class types

------------
and then it will loop from "gcc ..." again and again.

Could you help me to figure out why this happens?

Thanks a lot!

Jing



More information about the cairo mailing list