|
Bugzilla – Full Text Bug Listing |
| Summary: | ns-3.7 and SVN not coexisting nicely | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | build system | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahippo, jpelkey |
| Priority: | P5 | ||
| Version: | ns-3.7 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | proposed fix | ||
|
Description
Tom Henderson
2010-02-01 00:41:05 UTC
Created attachment 758 [details]
proposed fix
Omit CVS and .* subdirectories from examples/ listing.
(In reply to comment #0) > It's trying to find wscript in my .svn directories. I had to comment > out the following from the root wscript for the build to go through > for me: > > # if env['ENABLE_EXAMPLES']: > # bld.add_subdirs('examples') > #for dir in os.listdir('examples'): > # if os.path.isdir(os.path.join('examples', dir)): > # bld.add_subdirs(os.path.join('examples', dir)) Instead of commenting out this block of code, you can just "./waf configure --disable-examples". Similar to bug 387 [1]. [1] http://www.nsnam.org/bugzilla/0 tested proposed fix with latest ns-3-dev and svn. fixes problem, pushing. changeset 3f7f94c78f0a |