Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I’ve downloaded the zip archive and added the luckylambda dist.

When loading the project, there the following Error is signalled during the load process of “ui.lisp”. (Using SBCL 2.4.9)

COMPILE-FILE-ERROR while
compiling #<CL-SOURCE-FILE "lispy-rogue" "src" "ui">
; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Symbol "EDIT" not found in the CL-LIBALLEGRO-NUKLEAR/DECLARATIVE package.
;   
;       Line: 17, Column: 24, File-Position: 614

Would be nice if you could help me troubleshoot the issue.

(2 edits)

That’d happen when one uses the old version of cl-liballegro-nuklear from the main Quicklisp. Please make sure you’ve successfully run

(ql-dist:install-dist "http://dist.luckylambda.technology/releases/lucky-lambda.txt")

followed by

(ql:update-all-dists)

(just in case)

(+1)

Got it running. thx.

Sure thing! Let me know if you have any questions or comments :)