Re: [gdal-dev] building perl swig with MingW

2009-10-28 Thread guillaume huby
Dear Ari, On Wed, Oct 28, 2009 at 3:53 PM, Ari Jolma wrote: > guillaume huby kirjoitti: > > Hello, >> >> I experience some troubles building perl bindings on MingW. >> Here is my config : >> >> Windows XP; >> MingW 5.1.6 + MSys; >> Gdal1.6.2 sources from website; >> ActivePerl 5.10; >> > > The

Re: [gdal-dev] building perl swig with MingW

2009-10-28 Thread Ari Jolma
guillaume huby kirjoitti: Hello, I experience some troubles building perl bindings on MingW. Here is my config : Windows XP; MingW 5.1.6 + MSys; Gdal1.6.2 sources from website; ActivePerl 5.10; The problem is that ActivePerl is compiled with VC and you can't mix MinGW,which uses gcc, with th

[gdal-dev] building perl swig with MingW

2009-10-12 Thread guillaume huby
Hello, I experience some troubles building perl bindings on MingW. Here is my config : Windows XP; MingW 5.1.6 + MSys; Gdal1.6.2 sources from website; ActivePerl 5.10; I successfully built gdal library using MingW. Then I build perl bindings : perl Makefile.pl -> everything looks fine; dmake ->