-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fxruby script breaking #170
Comments
What is strange is that it DOES seem to be finding the fox16_c.so file if I run with
From this SO: https://stackoverflow.com/questions/59924813/ruby-sqlite3-ocra-executable-missing-sqlite-native-so/59937281#59937281
into the bin directory of the ruby version I was using, but still get the same error (the verbose output indicates it was able to find the libFOX-1.6-0.dll and libfxscintilla-20.dll just fine |
Same exact problem... |
Hello,
I'm running into an error when I try to execute an fxruby script I've written:
I had to add the
--dll ruby_builtin_dlls\libssp-0.dll
to solve the dll issue that's been reported here as well, and the--gem-all
flag was added to try and get around this current problem. Any advice?The script I'm trying to create into an exe is here: https://github.com/jpearl01/qs_automation/blob/main/calc_qs_results.rb
The text was updated successfully, but these errors were encountered: