Skip to content

fix(turboquant): resolve common.h by detecting llama-common vs common target#9413

Merged
mudler merged 1 commit intomasterfrom
issue-22-turboquant-grpc
Apr 18, 2026
Merged

fix(turboquant): resolve common.h by detecting llama-common vs common target#9413
mudler merged 1 commit intomasterfrom
issue-22-turboquant-grpc

Conversation

@mudler
Copy link
Copy Markdown
Owner

@mudler mudler commented Apr 18, 2026

The shared grpc-server CMakeLists hardcoded llama-common, the post-rename target name in upstream llama.cpp. The turboquant fork branched before that rename and still exposes the helpers library as common, so the name silently degraded to a plain -llama-common link flag, the PUBLIC include directory was never propagated, and tools/server/server-task.h failed to find common.h during turboquant- builds.

… target

The shared grpc-server CMakeLists hardcoded `llama-common`, the post-rename
target name in upstream llama.cpp. The turboquant fork branched before that
rename and still exposes the helpers library as `common`, so the name
silently degraded to a plain `-llama-common` link flag, the PUBLIC include
directory was never propagated, and tools/server/server-task.h failed to
find common.h during turboquant-<flavor> builds.
@mudler mudler added the bug Something isn't working label Apr 18, 2026
@mudler mudler merged commit 117f643 into master Apr 18, 2026
46 of 48 checks passed
@mudler mudler deleted the issue-22-turboquant-grpc branch April 18, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant