Open GoogleCodeExporter opened 8 years ago
> Solution: There are at least two ways to fix the issue:
> 1. rename rpc.h coming with distcc. E.g. to rpcdistcc.h or
> whatever
> 2. replace "-Isrc" from the compiler invocation by "-iquote src"
> as shown in the attached patch (Note: without adding "src" to
> the list of searched header directories, we get compilation
> failures for the Python extension.)
Moving the compilation to new src/Makefile will avoid any use of both -Isrc and
-I$(srcdir)/src.
Original comment by mand...@gmail.com
on 3 Mar 2014 at 6:28
Original issue reported on code.google.com by
zull...@gmail.com
on 23 Feb 2013 at 1:06Attachments: