clemens-tolboom opened an issue in boku-ilen/geodot-plugin
After #33 lands we still face: The MacOS build process results in the supporting files into res://build/ directory. Fiddling removing /build makes…
clemens-tolboom opened an issue in boku-ilen/geodot-plugin
Trying to resolve PR #33 we did not manage to fix an SQLite crash. We hope the community experiences different or is able to fix this. handle_crash…
clemens-tolboom pushed to feature/support-macos in clemens-tolboom/geodot-plugin
- 8ca7016 Build libgeodot.dylib.
- 31dfa44 Sync the 2 SConstruct files.
- 5 more commits »
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
I will edit all comments later but mweh ... it's getting a mesh on my brew trying to reinstall stable gdal library (libstdc++ from clang). This ma…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Trying to install using brew the master version of gdal brew search gdal@ ==> Formulae gdal seems futile as there is only one version somehow while …
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Above suggest it's OK but we can also add some probing within Godot later on gdalinfo --formats | grep GPKG || echo "missing format"
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Running gdalinfo GPKG:sample1_2.gpkg:1 gives gdalinfo GPKG:sample1_2.gpkg:2 - 'VirtualXPath' [XML Path Language - XPath] ERROR 1: Cannot find table…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Note to self: gdalinfo --formats ogrinfo --formats
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Are we missing features on homebrew/MacOS disabled https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gdal.rb#L110 https://github.com/Hom…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
RasterDemo runs ok
clemens-tolboom opened an issue in boku-ilen/geodot-plugin
Not sure this is useful but could we log (add debug switch) some internal state? I did a simple test printing path. Is there info useful for debugg…
clemens-tolboom opened a pull request in boku-ilen/geodot-plugin
Guess this info could help use checking user errors as we have some config info
+12 -2clemens-tolboom opened a pull request in boku-ilen/geodot-plugin
clemens-tolboom created a branch feature/add-log-info in clemens-tolboom/geodot-plugin
Updated Jan 24
clemens-tolboom created a branch feature/no-scons-4-exception in clemens-tolboom/geodot-plugin
Updated Jan 24
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
I give up :-(
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
SQLite I can just query our database. sqlite3 demo/geodata/geopackage_sample.gpkg gives SQLite version 3.33.0 2020-08-14 13:23:32 Enter ".help" fo…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
GDAL location Trying to cleanup the locations for GDAL as mentioned in #33 (comment) lead to the file mentioned in crash [14] 14 libgdal.28.dylib is …
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Code is not in mentioned location but in line 1163 GDALGeoPackageDataset::Open and 1461 SQLQuery https://github.com/OSGeo/gdal/blob/69aebed453b752…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
The code is not touched for years there ... so not sure it's GDAL. It could be a data structure for SQLite. I did git log ..258d73a17b1f7e93c9cf9b6…