bksys sequel

Nagy Thomas tnagy256 at yahoo.fr
Tue Jan 31 14:04:08 CET 2006


Thanks :)

Another archive is available at this location:
http://freehackers.org/~tnagy/kdissert-1.0.5-wafb.tar.bz2
(with more install features for data files this time -
http://freehackers.org/~tnagy/waf-0.6.7.tar.bz2).

Regards,
Thomas

> Same happens for me.
> 
> The attached patch fixes the problem
> 
> CU
> Andi
> > --- Task.py.orig	2006-01-30 19:53:28.000000000
+0100
> +++ Task.py	2006-01-30 19:43:56.000000000 +0100
> @@ -128,8 +128,13 @@
>  				# TODO looks suspicious
>  				lst = tree.m_depends_on[node]
>  
> +				skip = 0
>  				for dep in lst:
> -					_sig += get_node_sig(dep)
> +					if dep == node:
> +						skip = 1
> +				if not skip:
> +					for dep in lst:
> +						_sig += get_node_sig(dep)
>  			return _sig+0
>  		sig=0
>  		for node in self.m_inputs:
> > _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
>
https://mail.kde.org/mailman/listinfo/kde-buildsystem
> 


/* Thomas Nagy */


	

	
		
___________________________________________________________________________ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com


More information about the Kde-buildsystem mailing list