At the risk of demonstrating my ignorance, if you're using visual studio c++ because you're confined to a windows OS, you may have an easier time switching to windows subsystem for Linux. Its easily set up and allows you to run a Ubuntu vm from a windows machine. It nicely integrates with vs code as well. Compiling things on windows is a nightmare in my experience.
On Thu, Nov 11, 2021, 5:39 PM peter vG via gdal-dev < [email protected]> wrote: > I've been trying to build the binaries for Gdal 3.3.3 (and 3.4.0) using > Visual C++ (via Visual Studio 2019), but I am getting a linking error that > has me scratching my head: LINK : "fatal error LNK1104: cannot open file > 'C:\gdal-3.4.0\lib.obj'". What is lib.obj? I am new to Visual C++, having > come from the CPP Builder world, so I'm still getting my head around this > product. Any suggestions would be greatly appreciated as I am wasting my > life trying to hunt down a solution! > _______________________________________________ > gdal-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/gdal-dev >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
