Comment 4 for bug 1263242

Revision history for this message
su_v (suv-lp) wrote :

> Can somebody please test this on a Mac (…)

Trunk r12937 with changes_2014_01_15d.patch applied fails to compile [*] - apparently attempts to include files missing in trunk, and not added by the patch:

  CXX extension/init.o
In file included from ../../src/extension/init.cpp:37:
../../src/extension/internal/emf-inout.h:15:10: fatal error: 'extension/internal/metafile-inout.h' file not found
#include "extension/internal/metafile-inout.h" // picks up PNG
         ^
1 error generated.
make[3]: *** [extension/init.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--
[*] tested with llvm-gcc-4.2 and with (outdated) clang from Xcode 4.3.2, on OS X 10.7.5 Note that for tests with latest clang on OS X 10.9 Mavericks (uses libc++ instead of libstcd++), we'll for now have to rely on feedback from the maintainer of the inkscape-devel port in MacPorts (and the build result of the MacPorts built-bots) once the changes are committed to trunk.