mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Syntax error in make depend version 2-5-11


From: ditfau6
Subject: Re: [Mldonkey-users] Syntax error in make depend version 2-5-11
Date: Fri, 13 Feb 2004 09:11:42 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031204 Thunderbird/0.4RC1

Bruno Saverio Delbono wrote:
lenny bruce wrote:

I'm also on Mac 10.3 with Darwin 7.2.0 and gcc 3.3.

I was afraid to continue to the compilation state
when I got this "make depend" error.

Also on Solaris. (You can ignore the rm build/CVS error). Here's a patch that fixes it.


? patch Index: commonSources.ml =================================================================== RCS file: /cvsroot/mldonkey/mldonkey/src/daemon/common/commonSources.ml,v retrieving revision 1.4 diff -u -r1.4 commonSources.ml --- commonSources.ml 10 Feb 2004 23:25:08 -0000 1.4 +++ commonSources.ml 13 Feb 2004 00:39:08 -0000 @@ -1014,10 +1014,10 @@ (* lprintf "ERROR: client should be in file queue (1)\n"; *) match s.source_client with SourceLastConnection _ -> -(* lprintf " ERROR: client source has last conn\n" *) + lprintf " ERROR: client source has last conn\n" | SourceClient cc -> if c !=cc then -(* lprintf " ERROR: client source client is different\n" *) + lprintf " ERROR: client source client is different\n" end; s.source_in_queues <- List2.removeq file s.source_in_queues


Thank you for your patch

It is good for me

ditfau6


reply via email to

[Prev in Thread] Current Thread [Next in Thread]