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 12:53] – twolife | lokigames:creatures3 [2026/06/23 07:20] (Version actuelle) – [Adventures in the dark age of broken toolchain - Part 2] twolife | ||
|---|---|---|---|
| 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 we need to provide: | Here is the list of symbols we need to provide: | ||
| Ligne 55: | Ligne 55: | ||
| The solution I choose is simple: reuse the code from SDL-1.2 in [[https:// | The solution I choose is simple: reuse the code from SDL-1.2 in [[https:// | ||
| + | ===== Solution ===== | ||
| Just compile the code from [[https:// | Just compile the code from [[https:// | ||
| + | |||
| + | < | ||
| + | SDL_VIDEODRIVER=x11 creatures3 | ||
| + | Welcome to Creatures 3! | ||
| + | [...] | ||
| + | </ | ||