On Wed, Nov 16, 2011 at 11:55 AM, Mark Dootson <[email protected]> wrote: > On 16/11/2011 08:24, Ozkan Sezer wrote: > >> Are you sure that you ran autoreconf? > > I did say I was new at autoconf :) > > autoreconf -f > > did the trick. (-f needed, I assume, as configure.ac file is untouched in > mingw-w64-crt folder. ) > >> One nit about the makefile patch: Please append $(AM_CPPFLAGS) to the >> libXX_libgdiplus_a_CPPFLAGS > > Attached gdiplus-autoconf-2.patch includes addition of $(AM_CPPFLAGS). > > Files patch unchanged at http://www.wxperl.co.uk/gdiplus-files.patch (too > large for newsgroup post) > > Regards > > Mark
Hi Mark: I applied the patches to the trunk and to the stable v2.x branch as well with three modifications: - Makefile, libXX_libgdiplus_a_CPPFLAGS: replaced AM_CPPFLAGS by sysincludes, and moved the rules lines above a bit. - lib32/gdiplus.def: GdipCreateHalftonePalette was missing the "@0" stdcall suffix, added it. gendef can output faulty information for functions returning void (and in some other cases as well), so checking manually is always a good idea. - lib64/gdiplus.def: Generated from 1.1 dll to include a few more exports. Please verify that: - The trunk and v2.x versions are identical to each other - All are fine and functional Thanks. Side note: Regenerateion of the autotools stuff resulted in an upgrade to autoconf-2.68 because I don't have 2.67. -- O.S. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
