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: Bruno Saverio Delbono
Subject: Re: [Mldonkey-users] Syntax error in make depend version 2-5-11
Date: Thu, 12 Feb 2004 16:39:12 -0800
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

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

reply via email to

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