Skip to content

Instantly share code, notes, and snippets.

@fastjack
Created May 12, 2025 11:33
Show Gist options
  • Select an option

  • Save fastjack/e618ad2e80df52fd1fd4786b6feaa4b1 to your computer and use it in GitHub Desktop.

Select an option

Save fastjack/e618ad2e80df52fd1fd4786b6feaa4b1 to your computer and use it in GitHub Desktop.
Build log of vice emu r45672 on macos
Making all in joystickdrv
/Users/fastjack/Developer/Misc/vice-emu-code/vice/src/arch/gtk3/joystickdrv/joystick_osx.c:327:64: fatal error: too many arguments to function call, expected 2, have 3
327 | joy_axis_event(joyport, e.ordinal, JOY_AXIS_NEGATIVE);
| ~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~
/Users/fastjack/Developer/Misc/vice-emu-code/vice/src/joyport/joystick.h:408:6: note: 'joy_axis_event' declared here
408 | void joy_axis_event (joystick_axis_t *axis, int32_t value);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[5]: *** [joystick_osx.o] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment