clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
GDAL code is https://github.com/OSGeo/gdal/blob/69aebed453b7520c3f5a7fd2eed8594f34903077/gdal/ogr/ogrsf_frmts/gpkg/ogrgeopackagedatasource.cpp#L6138 …
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Look for MacOS issues on https://github.com/OSGeo/gdal/issues related to SQLite
clemens-tolboom commented on issue boku-ilen/geodot-plugin#36
With this setup we can add test scenes into the root and maybe use Godot testing with https://github.com/bitwes/Gut ?
clemens-tolboom commented on issue boku-ilen/geodot-plugin#36
I think it's enough to have the correct structure in this repo. addons/geodot/gdnative/** addons/geodot/demo/** cpp/ .gitattributes (excluding all …
clemens-tolboom commented on issue boku-ilen/geodot-plugin#42
Not sure what my last comment tried to tell : I guess same goes for linux ... can we deploy to a clean machine by just using libgdal.* I can test f…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
#33 (comment) looks similar to #33 (comment) Weird line is 2 ???
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Look like another codeflow crash handle_crash: Program crashed with signal 11 ERROR: notification: NativeScriptInstance detected crash on method: g…
clemens-tolboom opened an issue in boku-ilen/geodot-plugin
Commit a47587e broke the build. scons scons: Reading SConscript files ... SConsEnvironmentError: No module named compilation_db: File "/Users/cleme…
clemens-tolboom pushed to feature/support-macos in clemens-tolboom/geodot-plugin
- 02cce2d Build libgeodot.dylib.
- ad5a881 Sync the 2 SConstruct files.
- 14 more commits »
clemens-tolboom pushed to patch-1 in clemens-tolboom/tutorials
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
File exists GeoDot info path : /Users/clemens/Downloads/godot/sample1_2.gpkg layer_name : countiestbl attribute_name: NAME
clemens-tolboom commented on issue boku-ilen/geodot-plugin#42
The MacOS homebrew brew install gdal has lots of dependencies installed too. See brew info gdal and #33 (comment)
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
brew info gdal gives lots of dependencies ... guess we want a static build?! See #42? gdal: stable 3.2.1 (bottled), HEAD Geospatial Data Abstracti…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
Note to self: find correct location find demo -name libgdal.dylib demo/addons/geodot/osx/libgdal.dylib demo/libgdal.dylib demo/build/libgdal.dylib
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
- 'VirtualXPath' [XML Path Language - XPath] handle_crash: Program crashed with signal 11 ERROR: notification: NativeScriptInstance detected crash…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#43
Not sure how your testing goes right now. Is https://scons.org/doc/production/HTML/scons-user.html#chap-add-method pseudo builder which talks about d…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#43
Godot uses in core/SCsub which gave me an error while testing. The nice effect is the SCsub will become almost empty. #!/usr/bin/env python Import(…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
I tried various locations. Not I have a script to run Godot 3.2 beta5 cd demo/ gd 5 --editor # wrong file locations mkdir build mv addons/geodot/os…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#43
This would probably help with rebuilding from scratch using scons --clean Oops vector-extractor clemens$ scons --clean scons: Reading SConscript fi…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#33
I'm still stuck but are now rebuilding to double check steps taken.