I’m trying to bring xournalpp to compile and run with msvc. After fixing all compilation issue’s it literally does not load any svg file.
I’ve read, that librsvg is required for this, but I am not sure. Neither rebuilding gtk nor xournalpp helped, when librsvg is build and installed. Therefore something else must be missing.
I’ve built gtk over vcpkg and made sure, that librsvg has been installed previously.
Can someone give me some more hints?
It seems that the SVG pixbuf loader is installed in bin\ (vcpkg/ports/librsvg/CMakeLists.txt at 0fa8459cf3a7caca7adc58f992bc32ff13630684 · microsoft/vcpkg · GitHub) but it should go in lib\gdk-pixbuf-2.0\2.10.0\loaders\. Can you check if that’s the case? Note that the DLL should be named either libpixbufloader-svg.dll or pixbufloader-svg.dll. in case you moved it, be sure to run gdk-pixbuf-query-loaders --update-cache