On Wed, Nov 16, 2011 at 8:42 AM, Mark Dootson <[email protected]> wrote: > On 13/11/2011 19:41, Kai Tietz wrote: >> >> Sure, patch would be welcome. >> > > I need some help with autoconf I think. (my first attempt) > > patch at http://www.wxperl.co.uk/gdiplus-files.patch adds necessary files > and is straightforward. > > Attached file gdiplus-autoconf.patch contains my changes to config.ac and > makefile.am files. > > After running automake / autoconf before normal build process libgdiplus.a > gets built with gdiplus.c as intended - so that part works, but gdiplus/*h > files and libgdiplus.a do not get installed. > > I'm missing something simple that perhaps someone else can spot in a few > seconds?
Well, both the new headers and the new import library installed for me. Are you sure that you ran autoreconf? One nit about the makefile patch: Please append $(AM_CPPFLAGS) to the libXX_libgdiplus_a_CPPFLAGS > > Regards > > Mark -- O.S. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
