maplibre-native-qt
maplibre-native-qt copied to clipboard
git submodule call under windows: file names too long
Describe the bug Windows platform: During "git submodule ..." got error "filename too long"
To Reproduce Steps to reproduce the behavior:
- git clone https://github.com/maplibre/maplibre-native-qt.git
- cd maplibre-native-qt
- git submodule update --init --recursive
- Error
Expected behavior git submodule call to be properly executed
Screenshots
... error: unable to create file output/nested-multi-polygon-outer-counter-clockwise-inner-clockwise-hole-clockwise/-9.83276,36.9411,-8.01453,39.4012,simplify_distance=8,strictly_simple=0,fill_type=0,mpu=0,par=0.geojson: Filename too long error: unable to create file output/nested-multi-polygon-outer-counter-clockwise-inner-clockwise-hole-clockwise/-9.83276,36.9411,-8.01453,39.4012,simplify_distance=8,strictly_simple=0,fill_type=0,mpu=0,par=1.geojson: Filename too long error: unable to create file output/nested-multi-polygon-outer-counter-clockwise-inner-clockwise-hole-clockwise/-9.83276,36.9411,-8.01453,39.4012,simplify_distance=8,strictly_simple=0,fill_type=0,mpu=1,par=0.geojson: Filename too long error: unable to create file output/nested-multi-polygon-outer-counter-clockwise-inner-clockwise-hole-clockwise/-9.83276,36.9411,-8.01453,39.4012,simplify_distance=8,strictly_simple=0,fill_type=0,mpu=1,par=1.geojson: Filename too long e ...
Platform information (please complete the following information):
- OS: Windows 10 (stable as of today)
- Qt version not relevant at this stage
- git version: 2.37.1.windows.1
Additional context Partition is of type NTFS
This can be ignored. Will add it to "known issues" section.