Hi Tom,

I can build FOP without any problem on the same system (ok, jdk1.6.0_13
instead of jdk1.6.0_14 but that shouldn’t change anything really).

Are you sure you are actually running the Sun jdk? This is the usual
trap on Debian-based systems. Run ‘update-alternatives --display javac’
in a terminal. If it is not set to Sun’s jdk, you can set it like this:
    sudo update-java-alternatives -s java-6-sun

HTH,
Vincent


Tom Browder wrote:
> I am getting lots of warnings errors building Fop (trunk, r784614), among 
> them:
> 
> ...
> 
> ASCII
>     [javac]      * Ascender Height is the character???s most positive
> y-axis value.
>     [javac]                                        ^
>     [javac] 
> /usr/local/src/apache-fop-trunk/src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java:100:
> warning: unmappable character for encoding
> 
> [A LOCALE problem?]
> 
> ...
> 
>     [javac] The system is out of resources.
>     [javac] Consult the following stack trace for details.
>     [javac] java.lang.OutOfMemoryError: Java heap space
> 
> I have 4 Gb memory and see no use of swap!
> 
> BUILD FAILED
> /usr/local/src/apache-fop-trunk/build.xml:313: Compile failed; see the
> compiler error output for details.
> 
> 
> Ideas welcome.
> 
> Thanks,
> 
> -Tom
> 
> Tom Browder
> Niceville, Florida
> USA
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to