|
Bugzilla – Full Text Bug Listing |
| Summary: | ./waf --doxygen-no-build fails | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | documentation | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gjcarneiro, jpelkey |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tom Henderson
2010-04-18 16:49:02 UTC
Confirmed on my machine too. I have no idea how to go about fixing this. Who would like to take this one on? Hm.. what is the deadline for fixing this? Is tomorrow morning (UTC) ok? (In reply to comment #2) > Hm.. what is the deadline for fixing this? Is tomorrow morning (UTC) ok? Yes, that is completely fine. The only problem I see is that --doxygen-no-build requires print-introspected-doxygen to have been built before, and so it can never work in a tree that has never been built before. changeset: 6254:e794047931fb tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Tue Apr 20 11:31:54 2010 +0100 summary: Make --doxygen-no-build check if print-introspected-doxygen has been built, error out if not. Fixes #884 |