[distcc] Compiling distcc 3.0 under Cygwin/WinXP

Fergus Henderson fergus at google.com
Mon Jun 30 17:23:25 GMT 2008


It looks like the grep command below is failing.  Maybe an issue related to
/ versus \ in path names?
What's in the "_include_server/install.log" file?
(Also, how about the "_include_server/install.log.pre" file?)

> ++ grep '/include_server.py$' ./_include_server/install.log
>
> + INCLUDE_SERVER=
>
> make: *** [install-include-server] Error 1
>
> bash$
>
>
>  ------------------------------
>
> *From:* Fergus Henderson [mailto:fergus at google.com]
> *Sent:* Monday, June 30, 2008 9:44 AM
> *To:* Perez, Aaron P.
> *Cc:* distcc at lists.samba.org
> *Subject:* Re: [distcc] Compiling distcc 3.0 under Cygwin/WinXP
>
>
>
> 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>
>



-- 
Fergus Henderson <fergus at google.com>
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the distcc mailing list