gcc compile error for akaiutils on macos #11

Closed
opened 2026-06-22 04:03:11 +00:00 by david · 1 comment
Owner

possibly out of date xcode toolchain? not sure what version of mac os, but brew and mise are both avaiable and functioning.

possibly out of date xcode toolchain? not sure what version of mac os, but brew and mise are both avaiable and functioning.
david closed this issue 2026-06-22 04:42:56 +00:00
Author
Owner

Fixed in 48d6d8c. The bcopy and bzero declarations in commoninclude.h are now guarded with #ifdef _VISUALCPP, so they only apply on Windows where these functions aren't in the standard library. On macOS/Linux, <strings.h> provides them.

Fixed in 48d6d8c. The `bcopy` and `bzero` declarations in `commoninclude.h` are now guarded with `#ifdef _VISUALCPP`, so they only apply on Windows where these functions aren't in the standard library. On macOS/Linux, `<strings.h>` provides them.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: david/akai-utils#11