Ah, okay. So:
~~~
# test the main command line utilities (so both .exe and 'official' python
scripts)
cd autotest
pytest utilities
# test gdal-utils, the 'add-on' python scripts
cd autotest
pytest pyscripts
~~~
I don't feel a need to try adding anything to handle a specific path,
pyscripts is nar
On Monday, 14 February 2022 1:13:47 PM AEDT ni hao wrote:
> it is missing %_nmake_opt_win64_% in the 2nd nmake commnad line.
I have no idea about the change, but you could submit a fix for this. See
https://gdal.org/contributing/developer.html#git-workflows-with-gdal
Brad
__
Hi list,
gdal v3.4.1 generate_vcxproj.bat line 277 has an error:
echo ^nmake -f makefile.vc MSVC_VER=%_clver_%
%_nmake_opt_win64_% clean ^&^& nmake -f makefile.vc
MSVC_VER=%_clver_%^ >> %_gdalproj_%
it is missing %_nmake_opt_win64_% in the 2nd nmake commnad line.
___
I'm sorry! I didn't see this response hidden under the other gdal emails!!
We've tested out your code and we still only get 5 layers.
Which to me definitely feels like setup/configuration of something.
Do you know if there is a checklist or things that need to be setup for it to
work properly