DynamoRIO / DynamoRIO/dynamorio

doxygen 1.8.1 on windows: navbar not nested right

Open
#815 0 comments 0 reactions 0 assignees View on GitHub
Component-Docs Migrated OpSys-Windows Priority-Low
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on June 20, 2012 21:57:01_

latest cygwin doxygen is 1.7.4 and we want 1.8.1 for best navbar (xref issue #629 and r1414 )

to build on cygwin:
install make, bison, flex, and libiconv

don't have "dot" but shouldn't need it.
it built but fails when using mixed path:

```
Generating html/index.html
CMake Error at D:/derek/dr/git/src/api/docs/CMake_rundoxygen.cmake:111 (message):
*** d:/derek/extsw/doxygen/bin/doxygen.exe failed: ***

Failed to open temporary file
/d/derek/dr/git/build_docs/api/docs/D:/derek/dr/git/build_docs/api/docs/doxygen_objdb_2320.tmp
```

w/ unix path also fails:
CMake Error at D:/derek/dr/git/src/api/docs/CMake_doxyfile.cmake:176 (message):
/d/derek/extsw/doxygen/bin/doxygen.exe -u failed:

so I installed Windows binary build ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.1.1.windows.bin.zip and it works:

% cmake -G"$CMAKEGEN" -DDOXYGEN_EXECUTABLE:FILEPATH=d:/derek/install/doxygen.exe -DCMAKE_MAKE_PROGRAM:FILEPATH=MSBuild -DBUILD_SAMPLES=OFF -DCMAKE_INSTALL_PREFIX=../exports ../src
% cmake --build . --config Release --target api/docs/htmldocs -- /m

but, generated docs have the Usage...License pages as peers of top-level
Extensions, Deprecated, etc.!

ditto for 1.8.1

it's not that bad: I think I can live with it, but documenting the issue.

_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=815_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.