Closed lcf001 closed 3 months ago
我有空试下
@lcf001 可能有几个情况需要你考虑下:
ogr.Open("/vsizip//data/user/0/com.example.gdaltest/files/gdal_test_data/shp中文测试.zip/shp中文测试.shp")
哦,可以了,是我测试数据有问题,谢谢。 还有,我之前想自己编译一个,但没成功,在mac虚拟机装了个ubuntu arm版的,然后一跑到这里就报错了,是arm版不支持还是什么原因 config.log
gdal/build_cpp.sh 里面配置使用的编译工具链为x86_64版本,没办法在苹果arm上跑。我估计也没兴趣修改支持,还是太小众。
UPDATE:貌似在Android没有提供arm版的ndk,所以好像没办法在苹果arm芯片上编译 https://developer.android.com/ndk/downloads
/home/lichunfeng/android-ndk-r23b/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang: line 3: /home/lichunfeng/android-ndk-r23b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang: cannot execute binary file: Exec format error
网上说配置GDAL_FILENAME_IS_UTF8,但不行