From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2006-08-14T15:15:10+09:00 Subject: [MacOS X Ruby-ext] errors in include "CFURL.h" now, my skeleton is working (thanks to ) i want to add Carbon function into my c file. i've only added : #include "/Developer/Headers/FlatCarbon/CFURL.h" and : CFURLRef url = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, (CFStringRef)_fullAliasPath, kCFURLPOSIXPathStyle, NO); into my "RAliasFile.c" and i get number of errors within "CFURL.h" and related, i suppose this is a syntax prob then, i have to convert "CFURL.h" to be C-Ruby compatible ??? -- une b�vue