-
Notifications
You must be signed in to change notification settings - Fork 15
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
Why do dynamic libraries have to be stored in a directory called bin for them to work properly when generating thumbnails of dpx files? #34
Comments
Hi, I just observed the same behavior. When extracting this: running this inside bin folder shoes this: VIPS-INFO: 09:44:55.983: loading "D:\vips-dev-w64-all-8.11.3\vips-dev-8.11/bin/vips-modules-8.11\vips-jxl.dll"
after renaming the bin folder:
|
@cocoon |
- Update GLib to 2.70.0. - Update libexif to 0.6.23. - Update librsvg to 2.52.0. - Update FFTW to 3.3.10. - Update ImageMagick to 6.9.11-23. - Update MinGW-w64 to the latest master version. - Link against ucrtbased for debug builds. - Ensure loadable modules are found when bin/ is renamed (#34). MXE Updates: - Update HarfBuzz to 3.0.0.
Fixed with commit 06090f0 and released as v8.11.4. I now see: PS C:\vips-dev-8.11\bin2> $env:VIPS_INFO = "1"
PS C:\vips-dev-8.11\bin2> .\vips.exe --version
VIPS-INFO: 18:41:46.811: VIPS_PREFIX = /data/mxe/usr/x86_64-w64-mingw32.shared.posix.all
VIPS-INFO: 18:41:46.813: VIPS_LIBDIR = /data/mxe/usr/x86_64-w64-mingw32.shared.posix.all/lib
VIPS-INFO: 18:41:46.813: prefix = C:\vips-dev-8.11\bin2
VIPS-INFO: 18:41:46.813: libdir = C:\vips-dev-8.11\bin2
VIPS-INFO: 18:41:46.814: searching "C:\vips-dev-8.11\bin2/vips-modules-8.11"
VIPS-INFO: 18:41:46.815: loading "C:\vips-dev-8.11\bin2/vips-modules-8.11\vips-jxl.dll"
VIPS-INFO: 18:41:46.816: loading "C:\vips-dev-8.11\bin2/vips-modules-8.11\vips-magick.dll"
VIPS-INFO: 18:41:46.817: loading "C:\vips-dev-8.11\bin2/vips-modules-8.11\vips-openslide.dll"
VIPS-INFO: 18:41:46.819: loading "C:\vips-dev-8.11\bin2/vips-modules-8.11\vips-poppler.dll"
vips-8.11.4-Thu Sep 23 09:40:01 UTC 2021 Thanks for reporting this! |
Why do dynamic libraries have to be stored in a directory called bin for them to work properly when generating thumbnails of dpx files?
It works fine when I change the name of the directory it is working in to bin
How can I solve this problem? If my application is in a directory other than bin, then I can't use libvips properly.
The text was updated successfully, but these errors were encountered: