Bug #3091
closedInvalid def file - Breaks Windows Build
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
Updated by usa (Usaku NAKAMURA) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r27220.
Charlie, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end