maplibre / maplibre-native-qt

MapLibre Native Qt Bindings and Qt Location Plugin
https://maplibre.org/maplibre-native-qt/docs/
43 stars 16 forks source link

git submodule call under windows: file names too long #157

Closed petricf closed 2 months ago

petricf commented 3 months ago

Describe the bug Windows platform: During "git submodule ..." got error "filename too long"

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/maplibre/maplibre-native-qt.git
  2. cd maplibre-native-qt
  3. git submodule update --init --recursive
  4. 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):

Additional context Partition is of type NTFS

ntadej commented 3 months ago

This can be ignored. Will add it to "known issues" section.