After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 759438 - [MSVC] call query-pixbuf-loaders from the right dir
[MSVC] call query-pixbuf-loaders from the right dir
Status: RESOLVED FIXED
Product: librsvg
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-14 10:37 UTC by Paolo Borelli
Modified: 2015-12-15 06:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paolo Borelli 2015-12-14 10:37:16 UTC
Hi Fan,

  in rsvg-install.props there is

$(CopyDir)\bin\gdk-pixbuf-query-loaders.exe > $(CopyDir)\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache

I think it should be

$(GlibEtcInstallRoot)\bin\gdk-pixbuf-query-loaders.exe > $(CopyDir)\lib\gdk-pixbuf-2.0\2.10.0\loaders.cache


Since the exe is provided by gdk-pixbuf, so if I am compiling with /p:CopyDir=mydir to put librsvg in its own dir the exe will not be found
Comment 1 Fan, Chun-wei 2015-12-15 06:05:00 UTC
Hi Paolo,

This should now be fixed in commit 0074467, so I will close this bug now.  Please let me know if this is not true :)

With blessings, thank you!