[Chicken-users] Compilation for iOS fails

2014-05-12 Thread Isak Andersson
Hey! I'm trying to build 4.9 RC and I run make PLATFORM=ios but I get the following output+error: ``` % make PLATFORM=ios /Applications/Xcode.app/Contents/Developer/usr/bin/make -f ./Makefile.ios CONFIG= all /Applications/Xcode.app/Contents/Developer/usr/bin/gcc -no-cpp-precomp

[Chicken-users] Implementing a C-API to a chicken library

2014-05-09 Thread Isak Andersson
and do CHICKEN_run, rather, I'm trying to define the interface as something callable from C, but so far I am having no success. Anyone have any ideas? Thanks! :) Isak Andersson ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org

Re: [Chicken-users] Implementing a C-API to a chicken library

2014-05-09 Thread Isak Andersson
or something like that. Thought I'd put it here on the mailing list for someone searching the archives for a solution to this problem. Thanks Thomas! :) On Fri, May 9, 2014 at 5:45 PM, Thomas Chust ch...@web.de wrote: On Fri, 2014-05-09 at 16:56 +0200, Isak Andersson wrote: [...] Basically I want