Bugzilla – Bug 884
./waf --doxygen-no-build fails
Last modified: 2010-04-20 06:33:20 UTC
confirmed on the Apr 17 version of ns-3-dev, reported by Pratibha Sundar http://mailman.isi.edu/pipermail/ns-developers/2010-April/007877.html
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