<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi People, <br><br>I'm currently trying to install SPICE on linux, following the steps from the SPICE User Manual (<a href="http://www.spicespace.org/docs/spice_user_manual.pdf" target="_blank">http://www.spicespace.org/docs/spice_user_manual.pdf</a>),
 and can install all the required prerequisites apart from QCairo (section 2.1.2). After
 successfully configuring the app, I receive the following error when 
executing the make command: <br>
<br>
<i>make  all-recursive<br>
make[1]: Entering directory `/usr/local/qcairo-1.8.7.1-git74d6b5'<br>
Making all in src<br>
make[2]: Entering directory `/usr/local/qcairo-1.8.7.1-git74d6b5/src'<br>
make  all-am<br>
make[3]: Entering directory `/usr/local/qcairo-1.8.7.1-git74d6b5/src'<br>
if ../doltcompile gcc -DHAVE_CONFIG_H -I. -I. -I..  -I. 
-I..//usr/local/qpixman-0.13.3-git20090127/pixman    
-I/usr/include/freetype2     -I/usr/include/libpng12     -Wall -Wextra 
-Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum 
-Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self 
-Wunsafe-loop-optimizations -Wdeclaration-after-statement 
-Wold-style-definition -Wno-missing-field-initializers 
-Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline 
-fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2         -g -O2 
-MT cairo-analysis-surface.lo -MD -MP -MF 
".deps/cairo-analysis-surface.Tpo" -c -o cairo-analysis-surface.lo 
cairo-analysis-surface.c; \<br>
        then mv -f ".deps/cairo-analysis-surface.Tpo" 
".deps/cairo-analysis-surface.Plo"; else rm -f 
".deps/cairo-analysis-surface.Tpo"; exit 1; fi<br>
In file included from cairo-analysis-surface.c:37:<br>
<b>cairoint.h:71:20: error: pixman.h: No such file or directory</b><br>
In file included from cairo-analysis-surface.c:37:<br>
cairoint.h:180: error: expected ')' before 'mask'<br>
cairoint.h:209: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cpu_to_be16'<br>
cairoint.h:215: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'be16_to_cpu'<br>
cairoint.h:221: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cpu_to_be32'<br>
cairoint.h:227: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'be32_to_cpu'<br>
In file included from cairo-analysis-surface.c:37:<br>
cairoint.h:820: error: expected specifier-qualifier-list before 'pixman_format_code_t'<br>
cairoint.h:1999: error: expected ')' before '*' token<br>
cairoint.h:2004: error: expected declaration specifiers or '...' before 'pixman_format_code_t'<br>
cairoint.h:2007: error: expected ')' before 'pixman_format'<br>
cairoint.h:2012: error: expected declaration specifiers or '...' before 'pixman_format_code_t'<br>
cairoint.h:2187: error: expected declaration specifiers or '...' before 'pixman_transform_t'<br>
In file included from cairoint.h:2366,<br>
                 from cairo-analysis-surface.c:37:<br>
cairo-region-private.h:50: error: expected specifier-qualifier-list before 'pixman_region32_t'<br>
cairo-region-private.h:111: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_region_contains_rectangle'<br>
cairo-analysis-surface.c: In function '_add_operation':<br>
cairo-analysis-surface.c:218: error: implicit declaration of function '_cairo_region_contains_rectangle'<br>
cairo-analysis-surface.c:218: warning: nested extern declaration of '_cairo_region_contains_rectangle'<br>
cairo-analysis-surface.c:218: error: 'PIXMAN_REGION_IN' undeclared (first use in this function)<br>
cairo-analysis-surface.c:218: error: (Each undeclared identifier is reported only once<br>
cairo-analysis-surface.c:218: error: for each function it appears in.)<br>
cairo-analysis-surface.c:229: error: 'PIXMAN_REGION_OUT' undeclared (first use in this function)<br>
make[3]: *** [cairo-analysis-surface.lo] Error 1</i><br>
<br>
QPixman has been installed successfully, so why can't QCairo find the pixman.h file? <br>
<br>
Thanks in advance for any help.<br>David<br><br>                                               </body>
</html>