Skip to content

Resolve Linux/Mac compilation errors#2

Merged
alchemystack merged 1 commit intoalchemystack:developfrom
orphiceye:develop
Jan 26, 2026
Merged

Resolve Linux/Mac compilation errors#2
alchemystack merged 1 commit intoalchemystack:developfrom
orphiceye:develop

Conversation

@orphiceye
Copy link

  • Fix name collision: renamed curl_write_callback to anu_curl_write_callback to avoid conflict with libcurl typedef
  • Add missing include in common/sampling.cpp for strcmp
  • Fix unused parameter warning in llama_sample_dist
  • Guard ANU_API_HOST_W with #ifdef _WIN32 to fix unused variable warning

- Fix name collision: renamed curl_write_callback to anu_curl_write_callback
  to avoid conflict with libcurl typedef
- Add missing <cstring> include in common/sampling.cpp for strcmp
- Fix unused parameter warning in llama_sample_dist
- Guard ANU_API_HOST_W with #ifdef _WIN32 to fix unused variable warning
@alchemystack alchemystack merged commit a608f3b into alchemystack:develop Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants