On Tue, Sep 28, 2010 at 1:23 AM, brian ford <[email protected]> wrote: > > The configure script needs to emit a define to vm/gen/config.h like > '#define WINDOWS 1' and code should use #ifdef WINDOWS. If WINDOWS > will clash with something else, use RBX_WINDOWS as the identifier. >
Thank you, define WINDOWS will clash as it was used back in 90's to identify Win95/3.1 and such. Will workout these changes in my multiverse branch and modify other places with these conditionals to match. BTW, in my branch you can feed into configure the --host, used to tell which compiler or platform to use and skip config.guess This is needed to support mingw-w64 project: http://mingw-w64.sourceforge.net/ http://sourceforge.net/apps/trac/mingw-w64/wiki/MSYS Thank you again. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
