On 12/6/06, Berger, Daniel <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Will Green > > Sent: Tuesday, December 05, 2006 5:40 PM > > To: mongrel-users@rubyforge.org > > Subject: Re: [Mongrel] mongrel install on win32 XP problems > > > > > > I have an MSDN subscription. Send me a solution file and build > > instructions, and I will try to build it with VS.Net 2003 (VC 7.1) or > > VS.Net 2005 (VC 8), or if you give me a day, VS.Net (VC 7). > > > > == > > Will > > You don't need a solution file. The gem should build from source just > fine with VC 7. Or, you can download the zip file and do "ruby > extconf.rb; nmake; nmake install". > > I'm not so sure about VC 8, since I don't think Ruby itself builds > successfully with VC 8. >
VC8 (Express 2005) will not build any ruby extension without tweaking. Thats due the manifest need the me included in the assemblies. (Don't ask me about that, was a loooong topic on the ruby-talk about this and make ruby compile fine under VC2005). You need to build ruby with VC8 (to link against msvcrt8.lib/dll) for successfully compile the extensions. -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users