On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You can find a Arch-ready bundle at the following address:

https://gitlab.com/binary-ec/turbo-racer/-/raw/main/turbo-racer-3000-1.0-archlin...

Trying the new bundle.

I get the same error until I move the game’s folder to a path without any spaces in it. It used to be in the “Spring Lisp Game Jam 2024” folder, now it’s in “SpringLispGameJam2024”.

I get this new error:

Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 (((srfi srfi-1)) ((srfi srfi-4)) ((srfi #)) (#) …))
   222:29 18 (map1 (((srfi srfi-4)) ((srfi srfi-9)) ((srfi # gnu)) …))
   222:29 17 (map1 (((srfi srfi-9)) ((srfi srfi-9 gnu)) ((srfi #)) …))
   222:29 16 (map1 (((srfi srfi-9 gnu)) ((srfi srfi-11)) ((sxml …)) …))
   222:29 15 (map1 (((srfi srfi-11)) ((sxml xpath)) ((sxml #)) (#) …))
   222:29 14 (map1 (((sxml xpath)) ((sxml simple)) ((chickadee #)) …))
   222:29 13 (map1 (((sxml simple)) ((chickadee config)) ((# # #)) …))
   222:29 12 (map1 (((chickadee config)) ((chickadee data #)) ((…)) …))
   222:29 11 (map1 (((chickadee data array-list)) ((chickadee #)) # …))
   222:17 10 (map1 (((chickadee freetype)) ((chickadee math)) ((…)) …))
  3327:17  9 (resolve-interface (chickadee freetype) #:select _ # _ # …)
In ice-9/threads.scm:
    390:8  8 (_ _)
In ice-9/boot-9.scm:
  3253:13  7 (_)
In ice-9/threads.scm:
    390:8  6 (_ _)
In ice-9/boot-9.scm:
  3544:20  5 (_)
   2836:4  4 (save-module-excursion #<procedure 7f6c10e436c0 at ice-…>)
  3564:26  3 (_)
In unknown file:
           2 (primitive-load-path "chickadee/freetype" #<procedure 7…>)
In chickadee/freetype.scm:
    55:14  1 (_)
In chickadee/config.scm:
     46:7  0 (dynamic-link* ("libfreetype"))

chickadee/config.scm:46:7: In procedure dynamic-link*:
could not find library ("libfreetype")

But I already have the freetype and freetype-devel packages installed on my system.