* Sven-Ola Tücke <[EMAIL PROTECTED]> [2008-03-03 23:34:01]:

> Hey devs,
> 
> I still want to build a freenet client for embedded devices (my target: 
> mips). 
> Can you please give me a pointer where to grab missing sources.

svn co http://freenet.googlecode.com/svn/trunk/freenet/src/freenet/support/io/ 
java

> Something closed here?

No :)

> [EMAIL PROTECTED]:/usr/src/freenet-v1118/contrib/NativeThread# make
> rm -f freenet/support/io/NativeThread.class *.class NativeThread.h 
> libNativeThread*.so
> javac java/NativeThread.java
> File java/NativeThread.java is missing
> 
> Ref: http://emu.freenetproject.org/pipermail/devl/2007-December/296282.html
> 
> Thank you,
> // Sven-Ola

You will probably need to export the CLASSPATH variable... Use something
like :
CLASSPATH=.:freenet-stable-latest.jar:freenet-ext.jar make
to build the library.

When it's built, you should put it into the lib/ folder of you node (the
current node won't attempt to load it from the -ext.jar file on mips)

By all means, keep us posted on how freenet works on embedded systems :)

NextGen$

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to