|
| From: | joseph |
| Subject: | Re: [Mldonkey-users] error when make |
| Date: | Thu, 22 May 2003 09:27:18 +0200 |
HI, after a fresh download from CVS and a./configure --enable-batch --enable-pthread --disable-soulseek --disable-directconnect --disable-opennap -- disable-gnutellaor ./configure --enable-batch --disable-multinet, i get this error: File "src/networks/donkey/donkeyClient.ml", line 960, characters 16-32: This expression has type bool but is here used with type int make: *** [src/networks/donkey/donkeyClient.cmx] Error 2 Any idea or help ? Txs
i have the same problem.
there's also an error in config/configure with macosX:
./configure: line 4144: syntax error near unexpected token `!(('
./configure: line 4144: `static int test_array [1 - 2 * !(((long)
(sizeof (long))) >= $ac_mid)];'
i replaced with :static int test_array [1 - 2 * (!(((long) (sizeof (long))) >= $ac_mid))];
and it works fine (then i get the donkeyClient.ml error) Jo.
| [Prev in Thread] | Current Thread | [Next in Thread] |