[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Re: Manifest file not generated for extensions with VC++ 8

From: Daniel Berger <djberg96@...>
Date: 2006-12-25 06:03:15 UTC
List: ruby-core #9788
Nobuyoshi Nakada wrote:
> Hi,
> 
> At Mon, 25 Dec 2006 04:30:42 +0900,
> Daniel Berger wrote in [ruby-core:09786]:
>> Anyway, I did notice one issue.  When I run 'extconf.rb; nmake' for a
>> custom C extension, there is no .manifest file generated when I use the
>> Ruby I built with VC++ 8.  That means that, while an extension will
>> build, it won't load, and I'll get an error about msvcr80.dll.
> 
> It is generated, but embedded into the extension with mt.exe and removed 
> soon.

Ah, ok, thanks.

>> This is strange, since there *is* a .manifest file generated if I build
>> the extension with Curt's one click installer.
>>
>> Why would Curt's one click properly generate a .manifest file, but my
>> hand-built Ruby won't?  There's not a /nomanifest switch anywhere is 
>> there?
> 
> This change was in this May.  I guess one click installer is based on
> the pretty old version.
> 

Oops, this was a mistake on my part.  It does work after all - I think I 
tried to run the sample program with the wrong build.  Sorry for the noise.

Regards,

Dan

In This Thread

Prev Next