[freenet-dev] Re: gcj status

2003-06-19 Thread Mark Wielaard
Hi, > I've almost got it, it's just > 'freenet/client/SplitFileInsertManager.java' > which is giving me problems. It seems to require the same inner class > workaround as RequestManager.java, so I edited Makefile.gcj to add > that support. (If you want a patch, I'll provide one.) Could you send

Re: [freenet-dev] Re: gcj status

2003-06-13 Thread Goran Thyni
On Tue, Jun 10, 2003 at 06:11:11PM -0500, Tiernan Hubble wrote: > --- Makefile.gcj 2003-06-10 18:07:21.0 -0500 > +++ Makefile.gcj.new 2003-06-10 18:04:26.0 -0500 I applied this to CVS, thanks for taking the time to do this grunt work. It worked before if you did: bash# make

Re: [freenet-dev] Re: gcj status

2003-06-10 Thread Tiernan Hubble
Alright, this Makefile.gcj patch should compile the frednode executable, but I get the following error on startup: Exception in thread "main" java.lang.ExceptionInInitializerError at _ZN4java4lang11VMThrowable16fillInStackTraceEPNS0_9ThrowableE (/usr/lib/libgcj.so.4.0.0) at _ZN4java4lang9T

Re: [freenet-dev] Re: gcj status

2003-06-10 Thread Tiernan Hubble
D'OH Ignore this! me == dumbass :( I forgot to remove SplitFileInsertManager.java from the huge list of files to compile, so it was getting compiled twice, and so on. Anyway, there seem to be some more files that need this fix, so I'll see if I can get it to work and then make a new patch.

[freenet-dev] Re: gcj status

2003-06-10 Thread Tiernan Hubble
On Tuesday 10 June 2003 15:49, Mark Wielaard wrote: > Could you send the patch? > Attaching, hope it works. (I also downgraded -O2 to -O since that causes problems with some files, and added -Wno-deprecated to disable annoying warnings.) Apply in (CVS)/freenet/src > > I couldn't find the bugrep