From: Alec Ross Date: 2007-08-05T07:55:05+09:00 Subject: Re: C ext to Ruby interaction between a Module and a Class In message <1186218389.734291.96330@o61g2000hsh.googlegroups.com>, unbewust writes >On 3 ao�t, 17:17, "Tim Pease" wrote: >> On 8/3/07, unbewust wrote: ... > >BUT i still have prob with "rb_require('raf/raliasfile');" : >//make => rosxutils.c:105: warning: passing argument 1 of rb_require >makes pointer from integer without a cast >// run => ./sample.rb:124: [BUG] Segmentation fault > >may be it's only the form of the argument in cause here ie 'raf/ >raliasfile' (see make result). > Would "rb_require(\"raf/raliasfile\");" help? (I.e replace the single quotes w/ escaped double quotes, within the double quoted string literal.) HTH Alec Ross -- Alec Ross