Doxygen update to 1.14.0 - #1295
Open
nieder wants to merge 4 commits into
Open
Conversation
new libN=12
last version that builds with c++14 available to these macOS
Currently set to not use any external libs besides iconv, but is easily modifiable to use libfmt10 and sqlite3
dhomeier
requested changes
Mar 7, 2026
dhomeier
left a comment
Contributor
There was a problem hiding this comment.
FWIW 1.9.8 built for me on 26.3/arm64 as well (with the caveats from the comment), but I also successfully built the 1.14.0 update here, thanks!
| -DFLEX_EXECUTABLE:FILEPATH=%p/bin/flex \ | ||
| -DICONV_INCLUDE_DIR:PATH=%p/include \ | ||
| -DICONV_LIBRARY:FILEPATH=%p/lib/libiconv.dylib \ | ||
| -DPYTHON_EXECUTABLE:FILEPATH=${PYTHON} \ |
Contributor
There was a problem hiding this comment.
Suggested change
| -DPYTHON_EXECUTABLE:FILEPATH=${PYTHON} \ | |
| -DPython_EXECUTABLE:FILEPATH=${PYTHON} \ |
Has been renamed as if to create an extra source of confusion (at least in 1.9.8 and 1.14.0, so I suggest to change doxygen.info below accordingly).
Otherwise ${PYTHON} is ignored, and if a higher version from Fink is installed, chosen preferentially.
This still seems to work with our python3.10, but I had an experimental 3.12 installed that made the build fail on a No module named 'pyexpat' exception, so it's error-prone for future updates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates doxygen to v1.14.0 for macOS 10.14 and above.
For 10.13 and below, new doxygen 1.9.2 is made available since it's the last release that uses c++14.
@dmacks @htodd @dak180
I tested both releases on 13.7, but can't test on 10.12 or 14+