[gdal-dev] GDAL Maintainers Meeting Minutes

2024-02-27 Thread Howard Butler via gdal-dev
Howard Butler, Even Rouault, Dan Baston, Javier Jiminez Shaw, and Alessandro Pasotti held the monthly GDAL Maintainers Meeting on 02/22/2024. The following items were discussed and reported upon: Sponsorship Updates --- * Google's Silver sponsorship was applied to Nu

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
HI, I’m pretty sure (perhaps I’m wrong) that before building the project I’ve deleted the folder buid. But later I’ll do it again taking care of that and adjusting the PATH from D:\GitHub-repository\GDAL\build\Debug to D:\GitHub-repository\GDAL\build\apps\Debug A good clue also this wrong PATH!

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Even Rouault via gdal-dev
Le 27/02/2024 à 20:44, Abel Pau via gdal-dev a écrit : Hi Stefan, thanks for the answer. In my case the gdald.dll with the recent date from my last compilation is created directly to build\Debug and not to build\apps\Debug (the date it’s older, but not much older, it’s from this morning (??

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Hi Stefan, thanks for the answer. In my case the gdald.dll with the recent date from my last compilation is created directly to build\Debug and not to build\apps\Debug (the date it’s older, but not much older, it’s from this morning (??)). Are you sure that your sense of copy is FROM build\apps\

Re: [gdal-dev] Possible error in orientation of converted arcs from dxf

2024-02-27 Thread Barry DeZonia via gdal-dev
I have not worked with DXF files since the early 90s so my info might be wrong. But check if any of your transformations are ending up with negative start/end angles. That used to be able to reverse the direction of the arc. Again this is old info and I don't quite understand your problem so I'm so

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Uhrig, Stefan via gdal-dev
Hi Abel, I did a Windows Debug build from scratch using the current GDAL head and the current vcpkg head. I could execute ogr2ogr without a problem, but I had to copy it over from build/apps/Debug to build/Debug where the gdald.dll is located. My guess is that your ogr2ogr is not loading the g

[gdal-dev] GDAL iOS

2024-02-27 Thread Huzaifa Kamran via gdal-dev
Hi Team, How can I use Gdal with iOS if I compile it statically, I don't get C# binding, but when I compile it as shared library (dynamic library) I get the bindings and it works but I can't upload the app to App Store then because dylibs are not allowed by apple store. Thanks. ___

[gdal-dev] Fw: GDAL iOS

2024-02-27 Thread Huzaifa Kamran via gdal-dev
How can I use Gdal with iOS if I compile it statically, I don't get C# binding, but when I compile it as shared library (dynamic library) I get the bindings and it works but I can't upload the app to App Store then because dylibs are not allowed by apple store.

[gdal-dev] Antwort: Antwort: Re: Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-27 Thread Michael Otto via gdal-dev
Hello Robert, I'm moving on. I solved the problem with the missing certificates as follows. $ apt update $ apt upgrade $ rm -f /etc/ssl/certs/ca-bundle.crt $ apt reinstall ca-certificates $ update-ca-certificates Now it also works under Ubuntu 20.04 ;o). And the test continues. Michael

[gdal-dev] Antwort: Re: Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-27 Thread Michael Otto via gdal-dev
Hello Robert, I have now been able to find the error myself. I forgot to set the proxy in the Docker container. After I added it, it also worked under Fedora. Now I'm stuck under Ubuntu 20.04. There comes the next error :o( : ERROR 1: error setting certificate file: /etc/ssl/certs/ca-certific

Re: [gdal-dev] Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-27 Thread Robert Coup via gdal-dev
Hi Michael, On Tue, 27 Feb 2024 at 11:40, Michael Otto via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > > with a lot of effort and support from this group I created a first static > version of GDAL (incl. the apps) under Linux x64 using vcpkg. Yay > For testing I copied the built apps and th

[gdal-dev] Segmentation fault (core dumped) in gdal_translate & ogrinfo & ogr2ogr

2024-02-27 Thread Michael Otto via gdal-dev
Hello, with a lot of effort and support from this group I created a first static version of GDAL (incl. the apps) under Linux x64 using vcpkg. For testing I copied the built apps and the data files to different target platforms and set the environment variables accordingly. In a current Linux M

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Hi, sure it’s a good point going through that way. Thanks! De: Javier Jimenez Shaw Enviado el: dimarts, 27 de febrer de 2024 11:15 Para: Abel Pau CC: gdal-dev@lists.osgeo.org Asunto: Re: [gdal-dev] Some problems after updating I am not an expert in Windows at all. But the message says that cann

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Javier Jimenez Shaw via gdal-dev
I am not an expert in Windows at all. But the message says that cannot find "TransformWithErrorCodes...blablah" in ogr2gr.exe. Could it be that this method is actually in a dll, and the dll is not found? can be a PATH problem? There are tools to see the exported methods from a dll. Check that it do

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
In one month ago gdal code the error persists. So I have to conclude that this error is related to my vcpkg update with, so I’m sad because it’s not something easy to solve. De: gdal-dev En nombre de Abel Pau via gdal-dev Enviado el: dimarts, 27 de febrer de 2024 10:29 Para: Javier Jimenez Shaw

Re: [gdal-dev] Possible error in orientation of converted arcs from dxf

2024-02-27 Thread Jan Heckman via gdal-dev
Hi, I set up a case for an issue and had to conclude that this issue does not help in solving my problem (finding the proper vertex sequence/need to reverse in a series of lines and arcs). Surprisingly at first, in the case I made, there were arcs with proper as well as improper sequence which all

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Ups, forget this compilation error (not the first one). The directory exists and another program (by error) had it opened causing the compiler couldn’t delete it. So, it was my mistake. So, I’m going to proceed with that one: [cid:image009.png@01DA6967.C2884770] De: Javier Jimenez Shaw Enviado

Re: [gdal-dev] Assert due to stack corruption in FlatGeoBuf export

2024-02-27 Thread Ray at Daylon via gdal-dev
This may already be known, but the use of std::string in CPLString can also cause problems e.g. building a program with a version of a C++ stdlib that differs from the one that a prebuilt GDAL DLL used. Visual Studio e.g. has afaik a 48-byte std::string in MSVC 2010 vs. 40 bytes in MSVC 2022. It's

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Javier Jimenez Shaw via gdal-dev
o, Windows debug. That was not easy (when I worked in Windows, more than 10 years ago). It is using different names for libraries in debug and release. 'ogr_VDV.dir\Debug\ogr_VDV.lib': could you check that is the content of that directory? I wouldn't be surprised if the library file there ha

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Hi Javier, I did two changes at the same time (bad bad, never do that!): one updating the code from repo (as usual) and the other one updating vcpkg (cause there like 1000 changes in their Git and I though that was a good idea). I suspect the code is good but I’ll make sure doing that bisection

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Javier Jimenez Shaw via gdal-dev
Hi Abel, If you have clear when it started happening, maybe you can try to find the reason using https://git-scm.com/docs/git-bisect specially as you are reproducing it in your computer (CI is working fine, so that should be something related to your configuration). Replicate it working fine with

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Hi again, when compiling with Visual Studio 2019 (C++17) in debug mode this error appears: 2>-- Build started: Project: ogr_VDV, Configuration: Debug x64 -- 2>LINK : fatal error LNK1104: cannot open file 'ogr_VDV.dir\Debug\ogr_VDV.lib' 2>Done building project "ogr_VDV.vcxproj" -- FAILED. I

Re: [gdal-dev] Some problems after updating

2024-02-27 Thread Abel Pau via gdal-dev
Hi again, I built and compiled the Gdal version in GitHub (without my changes) and the error is NOT gone. Anyone has compiled very recently and is capable to call ogr2ogr with no problems? Thanks De: gdal-dev En nombre de Abel Pau via gdal-dev Enviado el: dilluns, 26 de febrer de 2024 18:17 P