On Wednesday 24 April 2002 06:54 am, Juergen Buchmueller wrote: > FWIW you might want to give my work-in-progress P2P software a try.
I got the following warnings when trying to compile the CVS version: store.c: In function `_store_put': store.c:276: warning: implicit declaration of function `pwrite' store.c: In function `_store_get': store.c:322: warning: implicit declaration of function `pread' md5.c: In function `md5_append': md5.c:360: warning: signed and unsigned type in conditional expression And the following error: make: *** No rule to make target `/usr/local/lib/libexpat.a', needed by `entropy'. Stop. I have libexpat installed: $ rpm -qa|grep -i expat expat-devel-1.95.2-2 expat-1.95.2-2 but RedHat doesnt compile static libraries :/ Is it easy to modify the Makefile to use .so files? Thx, Chris _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
