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.
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
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)
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.