Bug 1107

Summary: ./waf --python-scan bindings/python/everything.h' does not exist
Product: ns-3 Reporter: John Abraham <john.abraham.in>
Component: python bindingsAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: trivial CC: ns-bugs, tomh
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Bug Depends on: 1240    
Bug Blocks:    

Description John Abraham 2011-04-19 17:41:33 EDT
when we do a monolithic scan we get
/ns-3-allinone/ns-3-dev$ ./waf --python-scan
Waf: Entering directory `/home/john/repose_ns_all_in_one/ns-3-allinone/ns-3-dev/build'
python-scan-gcc-ILP32
[....]

RuntimeError: pygccxml error: file '/home/john/repose_ns_all_in_one/ns-3-allinone/ns-3-dev/build/debug/bindings/python/everything.h' does not exist
Waf: Leaving directory `/home/john/repose_ns_all_in_one/ns-3-allinone/ns-3-dev/build'
Build failed:  -> task failed (err #1): 
	{task: python_scan_task }

./waf --apiscan=all appears to work.

The fix may be as simple as updating the documentation prior to release
Comment 1 Gustavo J. A. M. Carneiro 2011-08-18 12:10:08 EDT
Obsoleted bug, now that monolithic bindings are gone.