[distcc] Compiling distcc 3.0 under Cygwin/WinXP
Fergus Henderson
fergus at google.com
Mon Jun 30 16:43:40 GMT 2008
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 <fergus at google.com>
-------------- next part --------------
HTML attachment scrubbed and removed
More information about the distcc
mailing list