Kevin Egan wrote:
>on the web page it says to compile the GUI you should run "make GUI"
which
>seems to be incorrect.  It should be "make gui" instead.
definitely UNIX Makefile is case sensitive so type in
make node
make cli
make gui
make clean
make jar
>After that the code won't compile but I assume that will be fixed soon
>whereas the web page discrepancy might go unnoticed for a while.
that is
client/GUI.java:158: Wrong number of arguments in method.

msg.initSources(conn.getMyAddress(),conn.getPeerAddress(msg.source.listenPart()));

Vladimir


_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to