Skip to content
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

Need to call create_makefile("pdf417/pdf417") on Ruby 2.7.7 / Bundler 2.4.2 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ndbroadbent
Copy link

Closes #11

Sorry I'm not exactly sure when or where this changed, but I started seeing this error message: LoadError: cannot load such file -- pdf417/pdf417.

This change fixes the issue

@ndbroadbent
Copy link
Author

ndbroadbent commented Jan 5, 2023

I think the library might have actually been broken before this change and it wasn't working properly on recent Ruby versions. After fixing the native extension, I can see that PDF417 barcode images are actually being generated properly in my test suite:

Screen Shot 2023-01-06 at 12 36 57 AM

(Which ironically broke the test... I didn't realize it was broken before!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After updating to Ruby 2.7.7 and Bundler 2.4.2: LoadError: cannot load such file -- pdf417/pdf417
2 participants