Hmm, it looks like there wasn't any other error message after all, other
than the complaint from "make".
That makes it a bit trickier to debug.

Can you try applying the following patch, and then rerunning "make install"?
The output should be a little bit more informative this time, so that we'll
be able to figure out which commands were executed and which command failed.

Index: Makefile.in
===================================================================
--- Makefile.in (revision 525)
+++ Makefile.in (working copy)
@@ -1020,6 +1020,7 @@
 # the leading slash in $prefix, even though we require prefix start with
 # a slash.  We add it back in at cp time.
 install-include-server: include-server pump
+       set -x; \
        if test -z "$(INCLUDESERVER_PYTHON)"; then      \
          echo "Not building $@: No suitable python found"; \
        else                                            \


-- 
Fergus Henderson <[EMAIL PROTECTED]>
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to