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
Currently the bindings are removed as they cannot be compiled in their current state (see #19) and the best place for them is a separate repository.
The major issue is that the build system is obsolete and convoluted, needs to be rewritten from scratch, perhaps using cmake:
the build scripts assume that UDBM is installed and udbm-config is available, we should use find_udbm.cmake or similar to discover all that.
the swig Makefile is generated and then modified by a extconf.rb, perhaps we could achieve the same in cmake.
The text was updated successfully, but these errors were encountered:
mikucionisaau
changed the title
UDBM swig bindings/wrapper for rubby need to moved into separate repo
Swig bindings/wrapper for rubby need to moved into separate repo
Jun 14, 2022
mikucionisaau
changed the title
Swig bindings/wrapper for rubby need to moved into separate repo
Swig bindings/wrapper for rubby need to be moved into separate repo
Jun 14, 2022
Currently the bindings are removed as they cannot be compiled in their current state (see #19) and the best place for them is a separate repository.
The major issue is that the build system is obsolete and convoluted, needs to be rewritten from scratch, perhaps using cmake:
udbm-config
is available, we should usefind_udbm.cmake
or similar to discover all that.Makefile
is generated and then modified by aextconf.rb
, perhaps we could achieve the same in cmake.The text was updated successfully, but these errors were encountered: