Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-11-03 Thread Dr Rainer Woitok
Even, On Monday, 2015-11-02 11:14:37 +0100, you wrote: > ... > No, you should point to the directory where "make install" has put the > files, > ie the one that has include and lib subdirectories Ok, here this directory is named "proj4/" and contains (among other things): $ ls proj4/bin

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-11-02 Thread Even Rouault
Le lundi 02 novembre 2015 10:56:40, Dr Rainer Woitok a écrit : > Even, > > On Sunday, 2015-11-01 16:37:42 +0100, you wrote: > > ... > > As I said before, I'd rather suggest you use --with-static-proj4 instead, > > which contrary to what its name suggest, does classic library linking > > (dynamic o

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-11-02 Thread Dr Rainer Woitok
Even, On Sunday, 2015-11-01 16:37:42 +0100, you wrote: > ... > As I said before, I'd rather suggest you use --with-static-proj4 instead, > which contrary to what its name suggest, does classic library linking > (dynamic > or static depending on what is available) Am I understanding that corre

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-11-01 Thread Even Rouault
Le samedi 31 octobre 2015 18:44:43, Dr Rainer Woitok a écrit : > Even, > > it took me a while to get back to my Gdal project ... > > On Sunday, 2015-10-11 16:57:05 +0200, you wrote: > > ... > > Ah, yes I guess it comes from latest proj version where the soname was > > bumped. Well you can safely

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-10-11 Thread Even Rouault
Le dimanche 11 octobre 2015 16:17:28, Dr Rainer Woitok a écrit : > Hi, > > On Saturday, 2015-10-10 16:31:50 +0200, I myself wrote: > > ... > > > > And lo and behold! the compilation succeeded. > > Now on to testing: plenty of tests failing due to > >ERROR 6: Unable

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-10-11 Thread Dr Rainer Woitok
Hi, On Saturday, 2015-10-10 16:31:50 +0200, I myself wrote: > ... > And lo and behold! the compilation succeeded. Now on to testing: plenty of tests failing due to ERROR 6: Unable to load PROJ.4 library (cygproj-0.dll) Well, the real PROJ.4 library is meanwhile na

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-10-10 Thread Even Rouault
Le samedi 10 octobre 2015 16:31:50, Dr Rainer Woitok a écrit : > Even, > > On Friday, 2015-10-09 19:10:53 +0200, you wrote: > > ... > > It seems the error is linked to the Python GNM module when GDAL is not > > configured --with-gnm. > > Ok, I thought, if the missing "--with-gnm" option spoils my

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-10-10 Thread Dr Rainer Woitok
Even, On Friday, 2015-10-09 19:10:53 +0200, you wrote: > ... > It seems the error is linked to the Python GNM module when GDAL is not > configured --with-gnm. Ok, I thought, if the missing "--with-gnm" option spoils my compilation, I could as well add it. And lo and behold! the compilation suc

Re: [gdal-dev] Unable to compile Gdal under Cygwin

2015-10-09 Thread Even Rouault
Dmitry, It seems the error is linked to the Python GNM module when GDAL is not configured --with-gnm. On Linux, this seems to compile, although at runtime, I can see that https://s3.amazonaws.com/archive.travis-ci.org/jobs/84538954/log.txt shows errors like : ... failed to load gnm_test.py ..

[gdal-dev] Unable to compile Gdal under Cygwin

2015-10-09 Thread Dr Rainer Woitok
Greetings, yesterday I cloned the Gdal source repository from https://github.com/OSGeo/gdal.git and converted it to a Mercurial repository, simply because that's the version control software I'm at home with. In Mercurial the most recent commit of the repository looks like this 2015-1