Anes Lihovac

Results 12 issues of Anes Lihovac

After checking out everything to ~/scheme i needed to do cd ~/scheme ikarus box2dlite/demos/small-pyramid.sls instead of: ikarus --r6rs-script ~/scheme/box2d-lite/demos/small-pyramid.sps called from home would give me: Unhandled exception: Condition components: 1....

Nice work. I am a bit confused as for bindings. Let's say I want to do Love2d stuff, which is Lua based. Would I write Lisp code and embed Lua...

When trying to compile SDL2 I ran into following error: ``` Invoking restart: Retry compiling #. > Error: # can't be destructured against the lambda list (AUTOWRAP::NAME AUTOWRAP::C-SYMBOL &KEY AUTOWRAP::VARIADIC-P...

I wanted to check out how I would devleop an iOS App with Flutter and Linux. SO I cloned the repo and executed" ``` docker build -t codemagic-demo . ```...

I have a record/class/struct or I think in Lua terms they are called tables, e.g. like a Player or Person residing in it's own file (person.lua or player.lua) which is...

Enhancement

Calling (clinch:init) gives me an error with SBCL under OSX: ``` SDL Error (#): Failed creating OpenGL pixel format ``` So I tried with CCL but then clinch cannot be...

It fails compiling under Ubuntu 20 with ``` [ 94%] Built target lua [ 97%] Linking CXX executable raylib-lua-sol /usr/bin/ld: ../liblua.a(loslib.c.o): in function `os_tmpname': loslib.c:(.text+0x18b): warning: the use of `tmpnam'...

So I am trying to build DemoHelloWorld for IOS and it fails at building loader: => building loader.. ``` xcodebuild -configuration Release -allowProvisioningUpdates objc[45031]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both...

question

Not sure about this one, but in raylib-definitions.scm line 28 you have ``` ((flag-show-logo config-flag/flag-show-logo) FLAG_SHOW_LOGO) ``` which will bail out during chicken-install with: ``` retrieving ... checking platform for...

If you use brew to install e.g. gambit chances are that you to too like OP will run into the name clash issue with ghostscript (gsc). However brew will tell...