From: Duilio J. P. <dp...@fc...> - 2004-06-28 02:36:22
|
> I know i know, you're not understanding me! :) > > 1. Within the CVS directory I ran make dist. > > The resulting package I unpacked and did ./configure ; make in > This is where i get errors regarding the .deps directory. Thus I can't > release tonight :) It would be good if we could solve this tomorrow. > > Cheers, > Dennis You make 'cvs co' or 'cvs update'? Because I have heard somewhere that CVS on sf.net doesn't actualize things well, and is different to make co or update (for a week!). I suggest you try this (within your working directory): make distclean cvs update mkdir BUILD cd BUILD ../configure make make install I have take a look at the CVS, and the ./deps/* files are not there. I have tried the above and it works well. However, if you have any problem, I can send you a distro package for to make the release. Then we can keep trying to resolve the problem, even online as we did the other day, if you like. Duilio. |