У меня есть небольшой файл C++, как показано ниже
#include
#include
#include
#include "/opt/homebrew/Cellar/gdal/3.11.5/include/gdal_priv.h"
// #include "/opt/homebrew/Cellar/gdal/3.11.0_2/include/cpl_conv.h"
// #include "/opt/homebrew/Cellar/gdal/3.11.0_2/include/gdalwarper.h"
int main(int argc, char* argv[]) {
if (argc > 1) {
std::cout
Подробнее здесь: https://stackoverflow.com/questions/798 ... n-macos-m1