Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| lokigames:creatures3 [2026/06/22 11:46] – twolife | lokigames:creatures3 [2026/06/23 07:20] (Version actuelle) – [Adventures in the dark age of broken toolchain - Part 2] twolife | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| Nothing exciting to say about installing the game & running it with the bundled SDL-1.2. | Nothing exciting to say about installing the game & running it with the bundled SDL-1.2. | ||
| - | But things get really nasty if you want to use you system libraries & sdl12-compat in particular... | + | But things get really nasty if you want to use your system libraries & sdl12-compat in particular... |
| < | < | ||
| mkdir libs_backup | mkdir libs_backup | ||
| Ligne 27: | Ligne 27: | ||
| Because the bundled '' | Because the bundled '' | ||
| - | Because with the release of GLIBC 2.34 in 2021, libpthread, libdl, libutil, libanl have all been integrated into libc; new build does not link with them anymore. | + | Because with the release of GLIBC 2.34 in 2021, libpthread, libdl, libutil, libanl have all been integrated into libc; new build does not link with any of them anymore. |
| Ligne 37: | Ligne 37: | ||
| </ | </ | ||
| - | This is a fun one. '' | + | This is a fun one. '' |
| - | Here is the list of symbols: | + | Here is the list of symbols |
| < | < | ||
| void SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) | void SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) | ||
| Ligne 51: | Ligne 51: | ||
| void SDL_RateMUL2(SDL_AudioCVT *cvt, Uint16 format) | void SDL_RateMUL2(SDL_AudioCVT *cvt, Uint16 format) | ||
| void SDL_RateSLOW(SDL_AudioCVT *cvt, Uint16 format) | void SDL_RateSLOW(SDL_AudioCVT *cvt, Uint16 format) | ||
| + | </ | ||
| + | |||
| + | The solution I choose is simple: reuse the code from SDL-1.2 in [[https:// | ||
| + | |||
| + | ===== Solution ===== | ||
| + | Just compile the code from [[https:// | ||
| + | |||
| + | < | ||
| + | SDL_VIDEODRIVER=x11 creatures3 | ||
| + | Welcome to Creatures 3! | ||
| + | [...] | ||
| </ | </ | ||