On Tue, May 22, 2007 at 11:16:41PM +0100, José Matos wrote: > On Tuesday 22 May 2007 10:59:07 pm Helge Hafting wrote: > > I'll try that. But now I wonder: how > > can I possibly have a "wrong" file when "svn status" comes up empty? > > I thought that meant everything is up-to-date with nothing extra? > > There are files which are ignored by svn because we say so, in your case > the > problems should be the .deps directories. > > I am not sure if make distclean does the job fully but I think not.
Ok. I did a: find . -name ".deps" -exec rm -r \{\} \; The compile seems to go better now - at least it haven't stopped yet. Perhaps this command could be added to "make distclean" actions then? Is this type of problem merely a make-killer, or could it possibly lead to other problems as well? Helge Hafting