On 10/1/2011 18:08, Paolo Carlini wrote: > On 10/01/2011 11:48 AM, JonY wrote: >> On 10/1/2011 17:15, Paolo Carlini wrote: >>> On 10/01/2011 08:03 AM, JonY wrote: >>>> Hi, >>>> >>>> I followed Paolo's suggestion with the os_defines.h trick. I duplicated >>>> os/mingw32/ to os/mingw32-w64/ for this to work, since there aren't any >>>> built-in defines to tell the 2 apart unless you include some headers >>>> like _mingw.h. >>>> >>>> Patch attached, comments? >>> These: >>> >>> +#if !defined (_GLIBCXX_FULLY_DYNAMIC_STRING) || >>> (_GLIBCXX_FULLY_DYNAMIC_STRING == 0) >>> >>> >>> can be simplified to just: >>> >>> +#if _GLIBCXX_FULLY_DYNAMIC_STRING == 0 >>> >>> >>> Ok with those changes and a proper ChangeLog entry, of course. >>> >> OK, removed the !defined part and included the ChangeLog, everything OK? > You should have also regenerated configure and config.h.in, right? > > Otherwise, patch looks good to me, but I guess we need to hear from a > mingw maintainer. Kai? > > Paolo. >
Thanks, but I am having problems sending a proper diff with the regenerated files, they have a lot of unrelated, even if I made sure I am using autoconf 2.64 and automake 1.11.1. I guess its due to libtool versions, any ideas how to fix this?
signature.asc
Description: OpenPGP digital signature