Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-15 Thread Fengting Chen via gdal-dev
ate: Thursday, March 14, 2024 at 2:42 PM To: Fengting Chen , gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking Le 14/03/2024 à 19:27, Fengting Chen a écrit : I included this fix but it doesn’t help. I was building the georaster

Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-14 Thread Even Rouault via gdal-dev
NK1169: one or more multiply defined symbols found [C:\fechen\gdal-3.8.4\build\GDAL.vcxproj] *From: *Even Rouault *Date: *Thursday, March 14, 2024 at 11:52 AM *To: *Fengting Chen , gdal-dev@lists.osgeo.org *Subject: *Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking H

Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-14 Thread Fengting Chen via gdal-dev
Subject: Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking Hi, possibly already fixed in master with commit https://github.com/OSGeo/gdal/commit/849226ce1a9<https://urldefense.com/v3/__https:/github.com/OSGeo/gdal/commit/849226ce

Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-14 Thread Even Rouault via gdal-dev
sday, March 12, 2024 at 12:56 PM *To: *Fengting Chen , gdal-dev@lists.osgeo.org *Subject: *Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking Not the answer you'll probably want to hear, but: - Use an up-to-date compiler - Use package distributions like vcpkg or cond

Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-14 Thread Fengting Chen via gdal-dev
hen\gdal-3.8.4\build\GDAL.vcxproj] I set “GDAL_USE_JPEG_INTERNAL” with “ON”. Any suggestions? Thanks! From: Even Rouault Date: Tuesday, March 12, 2024 at 12:56 PM To: Fengting Chen , gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at lin

Re: [gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-12 Thread Even Rouault via gdal-dev
Not the answer you'll probably want to hear, but: - Use an up-to-date compiler - Use package distributions like vcpkg or conda-forge that already brings all the dependencies "for free" - It seems you mix builds of different compilers (VS vs mingw). That's a bit asking for troubles ;-) Le

[gdal-dev] FW: [External] : GDAL 3.8.4 build on windows failed at linking

2024-03-12 Thread Fengting Chen via gdal-dev
Resend with more information: I am trying to build GDAL 3.8.4 on windows under VS2015. The build failed at linking stage that a bunch of external symbols not found, specifically the symbols in libproj, libcurl. I checked the dll library stub .lib for libproj and libcurl using “dumpbin” and