Project

General

Profile

Actions

Bug #3091

closed

Invalid def file - Breaks Windows Build

Added by cfis (Charlie Savage) almost 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2010-04-05) [i386-mswin32_100]
Backport:
[ruby-core:29254]

Description

=begin
Using VC 2010 beta, Ruby no longers compiles (this is new in the last few days).

The problem is the generated def file, msvcr100-ruby191, is incorrect. It includes this line:

_real@3f800000 DATA

This comes from dumpbin -symbols -exports

0EE 00000000 SECT19 notype External | __real@3ff8000000000000
0F8 00000000 SECT1A notype External | __real@3f800000
116 00000000 SECT9 notype External | __real@3ff0000000000000

The end result is a linker error when building the msvcr100-ruby191.dll

The issue appears to be the regex used by mkexports to filter these out. Patch is attached.
=end


Files

mkexports.patch (614 Bytes) mkexports.patch cfis (Charlie Savage), 04/05/2010 12:11 PM
Actions

Also available in: Atom PDF

Like0
Like0