chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Foreign pointers in chicken4


From: Alexey Bakhirkin
Subject: [Chicken-users] Foreign pointers in chicken4
Date: Wed, 3 Jun 2009 12:29:34 +0400

I started porting cairo egg from chicken3 to chicken4 and encountered
the following:
Consider a pointe defned in the egg as follows (you can find the egg
I'm working on here: http://bitbucket.org/mr_cat/cairo-chicken4/):

(define-foreign-type cairo_t (pointer "cairo_t")
   values
   (cut tag-pointer <> 'cairo))

I found out, that the code which uses this egg fails with
"unbound-variable: tag-pointer" unless it also imports lolevel
explicitly.
Is it a bug or a feature? Or maybe I am doing something wrong?




reply via email to

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