3.5.6 'make check' problems... LOTS of them

Matthew Woehlke mw_triad at users.sourceforge.net
Fri Feb 2 20:56:44 GMT 2007


Matthew Woehlke wrote:
> I had a number of failures running 'make check' on a pristine 3.5.6 
> kdelibs (I am building on another box over ssh with X forwarding enabled).
> 
> First, dcop/tests/test.cpp couldn't find test.h. I noted that this seems 
> to have been fixed in trunk (at least, google found comments to that 
> effect); the rule to generate test.h is not being run before trying to 
> build test.cpp. Fixed by 'make -k check', and oddly, now I can't 
> reproduce it even after 'make clean' (in dcop/tests).

Ok, this seems to fix it. Ok to commit?

Index: dcop/tests/Makefile.am
===================================================================
--- dcop/tests/Makefile.am   (revision 629402)
+++ dcop/tests/Makefile.am   (working copy)
@@ -19,8 +19,10 @@
  driver_LDADD = $(LIB_KDECORE)
  driver_LDFLAGS = $(KDE_RPATH)

-CLEANFILES = batch.generated definitions.generated driver.generated 
shell.generated
+CLEANFILES = batch.generated definitions.generated driver.generated 
shell.generated test.h

+BUILT_SOURCES = test.h
+
  test-clean:
         rm batch.returns driver.returns shell.returns batch.stdout 
driver.stdout shell.stdout

-- 
Matthew
OFFICER throws a tear gas grenade at you. You start to feel nauseous. 
You need fresh air quickly.
 > OPEN WINDOWS
Sorry, I have a philosophical objection to Microsoft products.





More information about the kde-core-devel mailing list