<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi all,<br><br>I'm new on Cairo and am seeking help...<br>I cannot compile Cairo on Solaris SunOS 5.10.<br><br>Here are the messages:<br><br><564> make<br>make all-recursive<br>Making all in src<br>make all-am<br>Making all in doc<br>make all-recursive<br>Making all in public<br>make all-am<br>Making all in util<br>make all-am<br>Making all in boilerplate<br>make all-am<br>Making all in test<br>make: Fatal error in reader: Makefile, line 3485: Macro assignment on dependency line<br>The following command caused the error:<br>failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br> case $f in \<br> *=* | --[!k]*);; \<br> *k*) failcom='fail=yes';; \<br> esac; \<br>done; \<br>dot_seen=no;
\<br>target=`echo all-recursive | sed s/-recursive//`; \<br>list='src doc util boilerplate test perf'; for subdir in $list; do \<br> echo "Making $target in $subdir"; \<br> if test "$subdir" = "."; then \<br> dot_seen=yes; \<br> local_target="$target-am"; \<br> else \<br> local_target="$target"; \<br> fi; \<br> (cd $subdir && make $local_target) \<br> || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br> make "$target-am" || exit 1; \<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br>*** Error code 1<br>make: Fatal error: Command failed for target `all'<br><br>Any help will be greatly appreciated.<br><br><br></div></div><br>
</body></html>