-
Notifications
You must be signed in to change notification settings - Fork 4
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
Geany not supported by gettext-tiny #10
Comments
Unpacked the gettext-tiny source to create the missing shared library:
Looks like errors still remains, but if I install a version of geany that was built under a system that uses GNU's gettext, geany loads fine. Seems like a system that uses gettext-tiny, |
Attempted to manually rebuild
Modified
Seems like error is gone. Of course, packages installed were from a previous MLFS built with GNU's gettext. Not sure if error would have been avoided if packages were compiled under a host with gettext-tiny instead of GNU's Gettext. |
Rebuilding a MLFS build with vanilla gettext-tiny to see if issue was caused by gettext-tiny or a mix-up of some packages built with GNU's gettext instead |
Built toolchain with gettext-mini. Built MLFS with gettext-tiny via same toolchain. Built all dependencies of geany with gettext-mini. Geany now builds fine. In short, don’t mix packages built with GNU’s Gettext. |
Compiling under a system that uses gettext-tiny instead of GNU's gettext, cause geany to not link during build:
Gettext-tiny installs
/usr/lib/libintl.a
instead oflibintl.so
orlibintl.la
The text was updated successfully, but these errors were encountered: