Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Abel Pau via gdal-dev
Oh, you meant that!! I’m gonna delete that file as it never existed :) De: Even Rouault Enviado el: dimecres, 21 de febrer de 2024 13:53 Para: Abel Pau ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Some Tests fail in Actions tab of my branch Le 21/02/2024 à 13:44, Abel Pau a écrit : I th

Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Even Rouault via gdal-dev
Le 21/02/2024 à 13:44, Abel Pau a écrit : I think there’ll be no problem about changing to MIT the code we want to add to GDAL. I was talking about https://github.com/AbelPau/gdal/blob/master/ogr/ogrsf_frmts/miramon/COPYING I just copied it from other place like ogr\ogrsf_frmts\mem\ogrmem

Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Abel Pau via gdal-dev
I think there’ll be no problem about changing to MIT the code we want to add to GDAL. I just copied it from other place like ogr\ogrsf_frmts\mem\ogrmemlayer.cpp Or this is specified somewhere else I don’t know? Thanks for the branch advise. I’ll started a long time ago. I am learning by the tim

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-21 Thread Even Rouault via gdal-dev
I think it's possible: I chucked away my test container, but I vaguely recall it was in something in the sqlite ogr driver labelled "test"? There's a couple defined at the end of ogr/ogrsf_frmts/sqlite/CMakeLists.txt — it's possible commenting those blocks out will make the compile complete w

Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Even Rouault via gdal-dev
I've skimmed *very quickly* over the code (by the way you should create a dedicated git branch and not hack into the master branch. cf https://gdal.org/development/dev_practices.html#working-with-a-feature-branch), so in no means a code review,  but I noticed there's a LGPL license file. This i

Re: [gdal-dev] Build static GDAL-Lib and static GDAL-Apps

2024-02-21 Thread Robert Coup via gdal-dev
Hi, On Wed, 21 Feb 2024 at 11:18, Michael Otto wrote: > > I've also tried the problem with libtiff, but couldn't solve it. Thanks > for the tip! With "gdal[core,tools]" the apps are now static. Excellent. > BUT I want to use exactly what is still causing problems: SQLite for the > creatio

Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Abel Pau via gdal-dev
Ah ok!! Thanks Even. I’ll review that, then! I didn’t though in that way De: Even Rouault Enviado el: dimecres, 21 de febrer de 2024 12:34 Para: Abel Pau ; gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Some Tests fail in Actions tab of my branch Abel, Hi, lately I’ve been solving some issues

Re: [gdal-dev] Some Tests fail in Actions tab of my branch

2024-02-21 Thread Even Rouault via gdal-dev
Abel, Hi, lately I’ve been solving some issues in my code to finally do a pull request of the MiraMon vector driver. There some things about test in the action I don’t understand. I haven’t commit any test yet. So I assume it’s not my fault. Anyone knows why some of them are failing? You

[gdal-dev] Antwort: Re: Re: Build static GDAL-Lib and static GDAL-Apps

2024-02-21 Thread Michael Otto via gdal-dev
Hello Robert, I've also tried the problem with libtiff, but couldn't solve it. Thanks for the tip! With "gdal[core,tools]" the apps are now static. BUT I want to use exactly what is still causing problems: SQLite for the creation of MBTiles (possibly GPKG) . That doesn't seem to work then :o(