From: Peter Bex <[email protected]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
