17 Mar
2008
17 Mar
'08
2:19 p.m.
Rev 17915 fails VPATH build, because the build instructions for the Java binding assume that srcdir = builddir. Here is a patch (just 1 line changed).
Index: Makefile_insert =================================================================== --- Makefile_insert (revision 17915) +++ Makefile_insert (working copy) @@ -6,7 +6,7 @@ rm -f bind/libbind.a rm -f $(bind_libbind_a_OBJECTS)
-bind_libbind_a_CPPFLAGS = -Ibind/javainc -Ibind/javainc/linux $(AM_CPPFLAGS) +bind_libbind_a_CPPFLAGS = -I$(srcdir)/bind/javainc -I$(srcdir)/bind/javainc/linux $(AM_CPPFLAGS)
bind_libbind_a_SOURCES = \ bind/javabind.h \
Regards, Krzysztof Kosiński
--
View this message in context: http://www.nabble.com/Rev-17915-fails-VPATH-build---patch-tp16092887p1609288...
Sent from the Inkscape - Dev mailing list archive at Nabble.com.