You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi not sure if you are still using this one but I'd love get get GDAL going in Nim. I am trying to get this working for GDAL 3.2.
Any help appreciated. Thanks
nimterop throws an error:
PS C:\Users\bboug\nim_tests\gdal\nimgdal-master\tests> nim c "test.nim"
Hint: used config file 'C:\Apps\nim-1.4.2\config\nim.cfg' [Conf]
Hint: used config file 'C:\Apps\nim-1.4.2\config\config.nims' [Conf]
Hint: used config file 'C:\Users\bboug\nim_tests\gdal\nimgdal-master\tests\config.nims' [Conf]
...........................................
-----------C:\Users\bboug\nim_tests\gdal\nimgdal-master\src\wrap\gdal
# Importing C:\Users\bboug\nim_tests\gdal\nimgdal-master\src\wrap\gdal\gcore\gdal.h
# Saved to C:/Users/bboug/nimcache/nimterop/toastCache/nimterop_1349008159.nim
C:\Users\bboug\nim_tests\gdal\nimgdal-master\src\wrap\gdal.nim(179, 8) template/generic instantiation of `cImport` from here
C:\Users\bboug\.nimble\pkgs\nimterop-0.6.13\nimterop\cimport.nim(704, 10) template/generic instantiation of `cImport` from here
C:\Users\bboug\nimcache\nimterop\toastCache\nimterop_1349008159.nim(569, 42) Error: 2147483649 can't be converted to OGRwkbGeometryType
PS C:\Users\bboug\nim_tests\gdal\nimgdal-master\tests>
The text was updated successfully, but these errors were encountered:
Hi not sure if you are still using this one but I'd love get get GDAL going in Nim. I am trying to get this working for GDAL 3.2.
Any help appreciated. Thanks
nimterop throws an error:
The text was updated successfully, but these errors were encountered: