From: Nobuyoshi Nakada Date: 2007-08-04T22:15:48+09:00 Subject: Re: C ext to Ruby interaction between a Module and a Class Hi, At Sat, 4 Aug 2007 18:10:02 +0900, unbewust wrote in [ruby-talk:263323]: > 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 String literal in C must be enclosed with double-quotes, not single-quotes. Multiple characters inside single-quotes would be an OSX specific extension, perhaps inherited from old MacOS. -- Nobu Nakada