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
Building SDL_mixer's playmus for ps2 and psp (on ci), linking fails with:
/tmp/setupsdl/da8de0a910961c86f12e0e6d22427875f5c38084675d3be163533c2ff1367bcc/source/external/wavpack/src/open_filename.c:208:(.text+0x40): undefined reference to `ftruncate'
collect2: error: ld returned 1 exit status
This probably means wavpack is missing a link to the math library.
Or the toolchain does not provide this symbol.
The text was updated successfully, but these errors were encountered:
Building SDL_mixer's playmus for ps2 and psp (on ci), linking fails with:
This probably means wavpack is missing a link to the math library.
Or the toolchain does not provide this symbol.
The text was updated successfully, but these errors were encountered: