Skip to Content.
Sympa Menu

mace-opensaml-users - Re: undocumented doxygen dependency in cpp-xmltooling

Subject: OpenSAML user discussion

List archive

Re: undocumented doxygen dependency in cpp-xmltooling


Chronological Thread 
  • From: Brent Putman <>
  • To:
  • Subject: Re: undocumented doxygen dependency in cpp-xmltooling
  • Date: Mon, 28 Aug 2006 15:11:39 -0400

I just recreated this. The internal doxygen configure tests result in all the doxygen targets etc being commented out in the generated Makefile, which I guess is fine. The problem lies in the fact the cpp-xmltooling/Makefile.am unconditionally adds the doxygen-doc target to all-local:

all-local: xmltooling.spec pkginfo doxygen-doc

If there is an internal doxygen variable we can key off of to detect presence/absence of doxygen, or if we can otherwise test it, then I think it should work to fix the above by conditionally adding the doxygen-doc target based on that. I'll take a further look at the doxygen-supplied macros to see what they do.

--Brent


Von Welch wrote:

I've already installed doxygen, but I'll see what I can do to recreate.

BTW, is there a bugzilla for opensaml2 or is this the preferred reporting mechanism?

Von


On Aug 28, 2006, at 12:30 PM, Scott Cantor wrote:

What happens if you configure with --disable-doxygen-doc ?

It seems like there's a problem, but it probably can be worked around that
way. The doxygen tests must not be disabling the target, or perhaps the
tests aren't working at all.

-- Scott





Archive powered by MHonArc 2.6.16.

Top of Page