[cairo] Errors building Cairo and Pixman under Cygwin
John C. Turnbull
ozemale at ozemail.com.au
Tue Apr 7 23:54:15 PDT 2009
I have downloaded the source for Cairo 1.8.6 and Pixman 0.14.0 but I am
unable to build them under Cygwin.
With Pixman, running the "./configure" appears to work fine but when I run
"make" I get these errors:
$ make
make all-recursive
make[1]: Entering directory `/home/John/pixman-0.14.0'
Making all in pixman
make[2]: Entering directory `/home/John/pixman-0.14.0/pixman'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-DPIXMAN_DISABLE_DEPRECATED -g -O2 -Wall -MT
libpixman_1_la-pixman-access.lo -MD -MP -MF
.deps/libpixman_1_la-pixman-access.Tpo -c -o libpixman_1_la-pixman-access.lo
`test -f 'pixman-access.c' || echo './'`pixman-access.c
../libtool: line 852: X--tag=CC: command not found
../libtool: line 885: libtool: ignoring unknown tag : command not found
../libtool: line 852: X--mode=compile: command not found
../libtool: line 1019: *** Warning: inferring the mode of operation is
deprecated.: command not found
../libtool: line 1020: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../libtool: line 1163: Xgcc: command not found
../libtool: line 1163: X-DHAVE_CONFIG_H: command not found
../libtool: line 1163: X-I.: command not found
../libtool: line 1163: X-I..: command not found
../libtool: line 1163: X-DPIXMAN_DISABLE_DEPRECATED: command not found
../libtool: line 1163: X-g: command not found
../libtool: line 1163: X-O2: command not found
../libtool: line 1163: X-Wall: command not found
../libtool: line 1163: X-MT: command not found
../libtool: line 1163: Xlibpixman_1_la-pixman-access.lo: command not found
../libtool: line 1163: X-MD: command not found
../libtool: line 1163: X-MP: command not found
../libtool: line 1163: X-MF: command not found
../libtool: line 1163: X.deps/libpixman_1_la-pixman-access.Tpo: No such file
or directory
../libtool: line 1163: X-c: command not found
../libtool: line 1216: Xlibpixman_1_la-pixman-access.lo: command not found
../libtool: line 1221: libtool: compile: cannot determine name of library
object from `': command not found
make[2]: *** [libpixman_1_la-pixman-access.lo] Error 1
make[2]: Leaving directory `/home/John/pixman-0.14.0/pixman'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/John/pixman-0.14.0'
make: *** [all] Error 2
I believe it has something to do with the version of libtool (2.2.7a) that
is being used but I am not sure why.
Any ideas how to fix this?
Thanks,
-JCT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cairographics.org/archives/cairo/attachments/20090408/05b0ac13/attachment.htm
More information about the cairo
mailing list