On 9/11/07, Nobuyoshi Nakada <nobu / ruby-lang.org> wrote:
> Hi,
>
> At Tue, 11 Sep 2007 00:02:56 +0900,
> Luc Holtkamp wrote in [ruby-talk:268501]:
> > Ok, I build ruby myself, and I installed the windows version of SWIG.
> > Both my app and ruby are build with VS8
> >
> > ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32_80]
> > SWIG Version 1.3.31 Compiled with g++ [i686-pc-mingw32]
>
> Mingw/VC6 and VC8 are not compatible.  Dont' mix them.

I guess that's not a problem - SWIG just generates wrapper source
code, and its binary files are not involved in the resulting binary
(there's no libswig anymore).

The important thing is to have matching Ruby compiler and
extension/embedding program compiler.