Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Ozkan Sezer
On Wed, Nov 16, 2011 at 11:55 AM, Mark Dootson 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.

Re: [Mingw-w64-public] Confused about prefix x86_64-w64-mingw32

2011-11-16 Thread Erik Leunissen
I understand now. Thanks all for your explanations, Erik. -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulen

Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Mark Dootson
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)

Re: [Mingw-w64-public] gdiplus headers

2011-11-16 Thread Ozkan Sezer
On Wed, Nov 16, 2011 at 8:42 AM, Mark Dootson 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.