Stefan Schmidt
Stefan Schmidt
Like that guide says it's for Unix-like systems. `-L` and `-l` are flags for `ld` and not compatible with `link.exe` so we cannot use them. > Otherwise, without -l argument...
> ``` > [cmake] SDL2TTF libraries: > [cmake] SDL2TTF link libraries: > [cmake] SDL2TTF cflags: -I/usr/src/nxdk/lib/sdl;-I/usr/src/nxdk/lib/sdl/SDL_ttf;-I/usr/src/nxdk/lib/sdl/SDL2/include;-DXBOX > ``` I see. Annoying that CMake seems to mess with these files directly,...
> TLDR version: Alpine docker's pkgconf didn't output the libraries with `--msvc-syntax`. With the correction from this pull request, it does. 🤷 I think it's better to communicate with pkgconf...
I uploaded an Arch Linux AUR package here: https://aur.archlinux.org/packages/wine-staging-pba/ Don't know how frequently I can update that though.
The NTSC (md5 `80ad342f7ea0d5c01aad8569aab15876`) and the german-french PAL (md5 `a9cf3049a873c0ae7f70b49cf5b21625`) version appear to work fine for me. Both have a null-pointer in `PointerToFeatureLibraries` but that's fine because `NumberOfFeatureLibraries` is zero...
I once again can't reproduce the issue - the only version of this game I've seen is http://redump.org/disc/23898/, and it loads absolutely fine. The `SizeOfImageHeader` is `0x184`, the `DebugInfo` value...