This seems to be similar to bug 732: https://sourceforge.net/p/gimp-print/bugs/732/ I was able to fix this with this change, which should now be included in the 5.3.5 release: https://sourceforge.net/p/gimp-print/source/merge-requests/10/ I found that this is due an interaction with void-packages, wherein gutenprint ends up being built so that rastertogutenprint.5.3 cannot find the modules in $PKGMODULEDIR due to the library directory being defined incorrectly in config.h as: /* */ #define PKGMODULEDIR...
This seems to be similar to bug 732: https://sourceforge.net/p/gimp-print/bugs/732/ I was able to fix this with this change, which should now be included in the 5.3.5 release: https://sourceforge.net/p/gimp-print/source/merge-requests/10/ I got a similar error when using gutenprint on Void Linux. I found that this is due to rastertogutenprint.5.3 not being able to find the modules in $PKGMODULEDIR due to the library directory being defined incorrectly in config.h as: /* */ #define PKGMODULEDIR "${exec_prefix}/lib64/gutenprint/5.3/modules"...
This seems to be similar to bug 732: https://sourceforge.net/p/gimp-print/bugs/732/ I was able to fix this with this change, which should now be included in the 5.3.5 release: https://sourceforge.net/p/gimp-print/source/merge-requests/10/ I got a similar error when using gutenprint on Void Linux. I found that this is due to rastertogutenprint.5.3 not being able to find the modules in $PKGMODULEDIR due to the library directory being defined incorrectly in config.h as: / / define PKGMODULEDIR "${exec_prefix}/lib64/gutenprint/5.3/modules"...
Add Epson ET-2800 EcoTank
build: Move expansion of pathnames to build time
I got a similar error when using gutenprint on Void Linux. I found that this is due to rastertogutenprint.5.3 not being able to find the modules in $PKGMODULEDIR due to the library directory being defined incorrectly in config.h as: /* */ #define PKGMODULEDIR "${exec_prefix}/lib64/gutenprint/5.3/modules" This is due to these lines in void-packages which specify libdir on the configure command line in terms of exec_prefix, which the current configure script of gutenprint puts directly into config.h...
Use correct function to find printer list length in stpi_find_duplicate_printers
Expand directory variables at build time rather than at configuration time