chieryw / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

include server options & cyclic dependency #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following include_server options

  -v, --verify
  -w, --write_include_closure
  -x, --exact_analysis

do not work -- the include server throws an exception, because some function 
calls in the include_analyzer module don't have the right module qualifiers.

The attached patch fixes this, by adding the module qualifiers, but introduces 
a cyclic dependency:
include_server imports include_analyzer_memoizing_node which imports 
include_analyzer which imports include_server.

Original issue reported on code.google.com by fergus.h...@gmail.com on 6 Apr 2012 at 11:46

Attachments: