[cairo] Failed to compile cairo-1.8.8

Travis Lee eel33 at ymail.com
Wed Jun 24 12:00:32 PDT 2009


Hi all,

I'm new on Cairo and am seeking help...
I cannot compile Cairo on Solaris SunOS 5.10.

Here are the messages:

<564> make
make  all-recursive
Making all in src
make  all-am
Making all in doc
make  all-recursive
Making all in public
make  all-am
Making all in util
make  all-am
Making all in boilerplate
make  all-am
Making all in test
make: Fatal error in reader: Makefile, line 3485: Macro assignment on dependency  line
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='src doc util boilerplate test perf'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
*** Error code 1
make: Fatal error: Command failed for target `all'

Any help will be greatly appreciated.


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cairographics.org/archives/cairo/attachments/20090624/ace2f3fd/attachment.htm 


More information about the cairo mailing list