[Bug 1550] New: Doxygen does not currently build

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Jun 11 12:21:28 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1550

           Summary: Doxygen does not currently build
           Product: RTEMS
           Version: 4.10
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: ralf.corsepius at rtems.org
        ReportedBy: joel.sherrill at oarcorp.com


The full build log is at:

http://www.rtems.org/onlinedocs/doxygen/doxy.log

/home/rtems/work/b-doc/sparc-rtems4.11/lib/include/rtems/bsd/sys/cdefs.h:180:
Error: More #endif's than #if's found.

Below is fragments from the script that builds it for the website.

# Doxygen is run on the preinstalled include tree so the @file names match
# those from a caller's perspective.

  $r/configure --target=sparc-rtems4.11 --enable-multilib \
    --disable-networking >c.log 2>&1
  make preinstall >b.log 2>&1
  cd sparc-rtems4.11/cpukit

# Doxygen has an output directory in its config file and we just change it
# to somewhere we like.
  mv Doxyfile Doxyfile.tmp
  sed -e "s,^OUTPUT_DIRECTORY.*=.*$,OUTPUT_DIRECTORY = ${dp}-tmp,"
<Doxyfile.tmp >Doxyfile

# This just saves the log
  doxygen >${d}/doxy.log 2>&1

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list