Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build docs using Autotools #4542

Closed
susnux opened this issue Jun 6, 2022 · 2 comments
Closed

Cannot build docs using Autotools #4542

susnux opened this issue Jun 6, 2022 · 2 comments

Comments

@susnux
Copy link

susnux commented Jun 6, 2022

When building qore docs using the autotools toolchain the make doxygen-doc target (or html-local target) fails with:

[  166s] QORE_MODULE_DIR=./qlib ./qore doxygen/qdx -T=. qlib/Logger.qm doxygen/qlib/Logger.qm
[  171s] processing "qlib/Logger.qm" -> "doxygen/qlib/Logger.qm"
[  171s] make: *** No rule to make target 'doxygen/qlib/Doxyfile.Logger', needed by 'docs/modules/Logger/html'.  Stop.
@susnux
Copy link
Author

susnux commented Jun 6, 2022

Looks like it is broken since the logger was added (1.7.2), should be fixed with:

--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ DOX_MODULES = qlib/DatasourceProvider.qm \
 	qlib/FreetdsSqlUtil.qm \
 	qlib/FsUtil.qm \
 	qlib/FtpPoller.qm \
+	qlib/Logger.qm \
 	qlib/OracleSqlUtil.qm \
 	qlib/PgsqlSqlUtil.qm \
 	qlib/Pop3Client.qm \

@davidnich davidnich self-assigned this Jun 7, 2022
@davidnich davidnich added this to To do in Qore Development via automation Jun 7, 2022
@davidnich davidnich added this to the 1.8.1 milestone Jun 7, 2022
@davidnich davidnich added the fixed label Jun 7, 2022
Qore Development automation moved this from To do to Done Jun 7, 2022
@davidnich
Copy link
Contributor

@susnux thank you for reporting this issue - fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants