Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hey i am looking at this as a likely candidate for my game...

ran into a snag trying to build the test repo

$ make

guild compile-wasm -L modules -o game.wasm game.scm

guild: unknown script "compile-wasm"

Try `guild help' for more information.

make: *** [Makefile:14: game.wasm] Error 1


i have guix, did guix pull to get to the latest version, added the latest guile, and hoot... this is my first time working with this sort of sotware stack, not familiar with all the necesasry working parts, not really sure where to go from here...
(1 edit)

It looks like your Guile load path is not configured properly. Did you run 'guix shell' from the root of the repo to create your develop environment? I strongly recommend this method for getting all the necessary dependencies and automatically setting up the proper environment variables.

(+1)

i was able to successfully build by specifying guix shell -m manifest.scm
thank you, looking forward to playing around

You're welcome!