chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] [Chicken-bugs] #336: embedded chicken results in erro


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #336: embedded chicken results in error
Date: Wed, 10 Oct 2007 05:52:11 -0000

#336: embedded chicken results in error
---------------------------------------------+------------------------------
 Reporter:  todd ingalls <address@hidden>  |       Type:  defect
   Status:  new                              |   Priority:  minor 
Component:  compiler                         |    Version:  2.7   
 Keywords:                                   |  
---------------------------------------------+------------------------------
 On an intel darwin with 2.72 embedding fails. In the simplest case:

 {{{
 #include <stdio.h>
 #include <stdlib.h>
 #include <chicken.h>

 int main()
 {

     CHICKEN_run((void*)CHICKEN_default_toplevel);

     return 0;
 }
 }}}

 when run, this results in an abnormal exit and:

 > Error: (car) bad argument type: ()

 this is replicated in more complex examples as well

-- 
Ticket URL: <http://trac.callcc.org/ticket/336>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]