win32 build broken test-stubs.cpp
Hello,
the win32 build is broken and I don't know why. The file that blocks the build is test-stubs.cpp. AS this probably belongs to testing code I commented this out of build.xml. pls see the patch below.
HTH, Adib. ---
D:\projekte\inkscape\inkscape_trunk>svn diff Index: build.xml =================================================================== --- build.xml (revision 21287) +++ build.xml (working copy) @@ -299,6 +299,7 @@ <exclude name="bonobo/.*"/> <exclude name="deptool.cpp"/> <!--<exclude name="test-main.cpp"/>--> + <exclude name="test-stubs.cpp"/> <!--<exclude name="test-src.cpp"/>--> <exclude name="display/test-display.cpp"/> <exclude name="display/testnr.cpp"/> @@ -419,6 +420,7 @@ <!-- CxxTest --> <exclude name="test-main.o"/> <exclude name="test-src.o"/> + <exclude name="test-stubs.o"/> <exclude name="display/test-display.o"/> <exclude name="helper/test-helper.o"/> <exclude name="libnr/nr-compose-reference.o"/> @@ -577,6 +579,7 @@ <fileset dir="${build}"> <include name="obj/test-main.o"/> <include name="obj/test-src.o"/> + <include name="obj/test-stubs.o"/> <include name="obj/display/test-display.o"/> <include name="obj/helper/test-helper.o"/> <include name="obj/libnr/nr-compose-reference.o"/>
participants (1)
-
the Adib