Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compiling failed at sdl/input.c #58

@ojaksch

Description

@ojaksch

I discovered this while compiling v4.1.0 when configured with --enable-onscreenkeyboard on my Arch Linux :

sdl/input.c:1657:8: error: ‘joystick0’ undeclared (first use in this function); did you mean ‘joystick’?
  if (! joystick0) return(AKEY_NONE);  /* no controller present */
        ^~~~~~~~~
        joystick
sdl/input.c:1657:8: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Makefile:1021: sdl/input.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/y/atari800-ATARI800_4_1_0/src'
make[1]: *** [Makefile:673: all] Error 2
make[1]: Leaving directory '/tmp/y/atari800-ATARI800_4_1_0/src'
make: *** [Makefile:415: all-recursive] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions