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
itextomml uses SWIG, which has an outstanding bug where it creates invalid Ruby constants. I am receiving this error when running ruby instiki with Ruby 2.1.4:
./vendor/rails/activesupport/lib/active_support/dependencies.rb:305:in `qualified_const_defined?': "swig_runtime_data" is not a valid constant name! (NameError)
Is there any workaround? Ruby 1.8.7 tolerates SWIG's invalid Ruby constants, but I run into other issues with Maruku. I don't need MML support, but Maruku relies upon itextomml.
The text was updated successfully, but these errors were encountered:
itextomml uses SWIG, which has an outstanding bug where it creates invalid Ruby constants. I am receiving this error when running
ruby instiki
with Ruby 2.1.4:Is there any workaround? Ruby 1.8.7 tolerates SWIG's invalid Ruby constants, but I run into other issues with Maruku. I don't need MML support, but Maruku relies upon itextomml.
The text was updated successfully, but these errors were encountered: