Skip to content

Conversation

@appr0ve
Copy link

@appr0ve appr0ve commented Nov 12, 2025

The tox_log_level.h header file was added as a public API header in
version 0.2.21, but was not included in the libtoxcore_la_include_HEADERS
variable in toxcore/Makefile.inc. This caused the header to not be
installed when building with autotools, leading to compilation errors
for applications that include tox_options.h (which depends on
tox_log_level.h, like qTox).

This patch adds tox_log_level.h to the list of installed headers,
matching the behavior of the CMake build system.

Commit: c834472
Fixes: compilation error "tox_log_level.h: No such file or directory"


This change is Reviewable

@github-actions github-actions bot added the bug Bug fix for the user, not a fix to a build script label Nov 12, 2025
@Green-Sky Green-Sky added this to the v0.2.22 milestone Nov 12, 2025
@Green-Sky
Copy link
Member

@appr0ve we require commits to be signed by you.

The tox_log_level.h header file was added as a public API header in
version 0.2.21, but was not included in the libtoxcore_la_include_HEADERS
variable in toxcore/Makefile.inc. This caused the header to not be
installed when building with autotools, leading to compilation errors
for applications that include tox_options.h (which depends on
tox_log_level.h, like qTox).

This patch adds tox_log_level.h to the list of installed headers,
matching the behavior of the CMake build system.

Commit: c834472
Fixes: compilation error "tox_log_level.h: No such file or directory"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bug fix for the user, not a fix to a build script

Development

Successfully merging this pull request may close these issues.

2 participants