You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use sdl2 as ony dependencie it compliles without an error, when i use orbtk (crates and dev-version) as standalone it compliles not under windows-msys2.
C:/Mounts/externalDrives/extHDD(Home5TB)/Development/Rust/Users/cypu/.cargo/registry/src/github.com-1ecc6299db9ec823/sdl2-sys-0.35.2/SDL/src/joystick/windows/SDL_windows_gaming_input.c:649:113: note: expected '__FIReference_1_INT32 **' but argument is of type 'int **'
make[2]: *** [CMakeFiles/SDL2-static.dir/build.make:2386: CMakeFiles/SDL2-static.dir/src/joystick/windows/SDL_windows_gaming_input.c.obj] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:112: CMakeFiles/SDL2-static.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
thread 'main' panicked at '
command did not execute successfully, got: exit code: 2
thx
The text was updated successfully, but these errors were encountered:
Hello,
when i use sdl2 as ony dependencie it compliles without an error, when i use orbtk (crates and dev-version) as standalone it compliles not under windows-msys2.
thx
The text was updated successfully, but these errors were encountered: