Bug 884

Summary: ./waf --doxygen-no-build fails
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: documentationAssignee: 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 the Apr 17 version of ns-3-dev, reported by Pratibha Sundar
http://mailman.isi.edu/pipermail/ns-developers/2010-April/007877.html
Comment 1 Josh Pelkey 2010-04-19 14:07:55 UTC
Confirmed on my machine too.  I have no idea how to go about fixing this.  Who would like to take this one on?
Comment 2 Gustavo J. A. M. Carneiro 2010-04-19 17:10:49 UTC
Hm.. what is the deadline for fixing this?  Is tomorrow morning (UTC) ok?
Comment 3 Josh Pelkey 2010-04-19 17:27:53 UTC
(In reply to comment #2)
> Hm.. what is the deadline for fixing this?  Is tomorrow morning (UTC) ok?

Yes, that is completely fine.
Comment 4 Gustavo J. A. M. Carneiro 2010-04-20 06:33:20 UTC
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