Hello,

After using Mika Hirvonen's rpm's for a while and noticing that his server 
nightwatch.mine.nu no 
longer exists I decided to use the source and compile freenet. 

I uninstalled the rpm's from freenet and did just like mentioned on the website 
in the download 
section. I downloaded the latest stable version and the latest contrib source 
and unpacked 
both in the same parent directory. Then I typed 'ant distclean dist' , and got 
a lot of error 
messages in return.

I'll show you the last lines of the error output below:

---------------------------------------------------------------------------------------------------------------------------------------
    [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:770: cannot 
find symbol
    [javac] symbol  : class HttpServletRequest
    [javac] location: class freenet.PeerHTMLRenderer
    [javac]             HttpServletRequest req,
    [javac]                 ^
    [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:771: cannot 
find symbol
    [javac] symbol  : class HttpServletResponse
    [javac] location: class freenet.PeerHTMLRenderer
    [javac]             HttpServletResponse resp)
    [javac]                 ^
    [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:866: cannot 
find symbol
    [javac] symbol  : class HttpServletRequest
    [javac] location: class freenet.PeerHTMLRenderer
    [javac]             HttpServletRequest req,
    [javac]                 ^
    [javac] /usr/src/fred/freenet/src/freenet/PeerHTMLRenderer.java:867: cannot 
find symbol
    [javac] symbol  : class HttpServletResponse
    [javac] location: class freenet.PeerHTMLRenderer
    [javac]             HttpServletResponse resp)
    [javac]                 ^
    [javac] Note: 
/usr/src/fred/freenet/src/freenet/interfaces/BaseLocalNIOInterface.java uses or 
overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 100 errors

BUILD FAILED
/usr/src/fred/freenet/build.xml:82: Compile failed; see the compiler error 
output for details.
---------------------------------------------------------------------------------------------------------------------------------------

I'm using  Fedora Core 4 with kernel 2.6.11-1.1369_FC4 #1.

Anybody any ideas?


Reply via email to