chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] EOF problem


From: Felix
Subject: Re: [Chicken-users] EOF problem
Date: Wed, 08 Dec 2010 06:53:33 -0500 (EST)

From: Peter Bex <address@hidden>
Subject: Re: [Chicken-users] EOF problem
Date: Tue, 7 Dec 2010 22:30:27 +0100

> On Tue, Dec 07, 2010 at 04:18:49PM -0500, David Dreisigmeyer wrote:
>> Thank you Alan and Peter - that took care of it.
>> 
>> csc is also complaining about, e.g., int32_t , uint , uint64_t ,
>> __attribute__ and
>> 
>> #define CL_API_SUFFIX__VERSION_1_0   
>> AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER
> 
> The problem with int32_t and such might be caused by the fact you don't
> have the #include in the foreign-parse block so it doesn't see the
> definitions in order to be able to convert the int32_t to its real type.
> 
> About __attribute__: perhaps the easyffi egg's C parser can't handle that?
> 

No, I don't think so. And bind neither, but I can look into that at
some stage.


cheers,
felix



reply via email to

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