
Am 06.07.2017 um 12:58 schrieb alvinpenner:
attempting to compile this rev, I get the following sequence of errors, after re-trying about 4 times:
[ 28%] Building CXX object src/CMakeFiles/inkscape_base.dir/io/http.cpp.obj [ 28%] Building CXX object src/CMakeFiles/inkscape_base.dir/svg/svg-color.cpp.obj C:\Users\penne_000\AppData\Roaming\InkscapeGit\inkscape\src\io\http.cpp:36:26: fatal error: libsoup/soup.h: No such file or directory
Hi Alvin,
you're missing the library libsoup. Martin added it as a dependency in [1] (if you re-run CMake it would fail immediately because of this).
I'm afraid you're out of luck if you want to continue to use devlibs64 as they don't include this library. I also don't think it makes sense to put any effort into compiling it, because MSYS2 provides it out-of-the-box (su_v already provided the MR to support it [2]). I don't know what Martin plans to use this dependency for, but I guess he added it as required for a reason...
Regards, Eduard
[1] https://gitlab.com/inkscape/inkscape/commit/b264288033bb76311556258914f1ddc0... [2] https://gitlab.com/inkscape/inkscape/merge_requests/38