Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 11:55:24 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Patrick Dung <patrick_dkt@yahoo.com.hk>
Cc:        Steve Watt <steve@Watt.COM>, ports@FreeBSD.org
Subject:   Re: gcc34 missing gcj?
Message-ID:  <Pine.BSF.4.62.0508021154440.66285@pulcherrima.dbai.tuwien.ac.at>
In-Reply-To: <20050725155839.25490.qmail@web52114.mail.yahoo.com>
References:  <20050725155839.25490.qmail@web52114.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 25 Jul 2005, Patrick Dung wrote:
> Before I can build gcc41, I have messed up with my FBDS 5.4-stable
> upgrade to FreeBSD6.0BETA1. I have to reinstall my box.
> 
> If you have gcc41, please try to compile pdftk.
> Just change the USE_GCC from 34 to 41. And then build the pdftk port.

It gives an error, unfortunately, but at least gcc41 seems to work per
se!

/usr/local/bin/gcj41  --encoding=UTF-8 
-I"/files/pfeifer/.amd_mnt/nashira/files3/FreeBSD/ports/print/pdftk/work/pdftk-1.12/java_libs" 
-c PngImage.java -o PngImage.o
PngImage.java: In class 'com.lowagie.text.pdf.codec.PngImage':
PngImage.java: In method 'com.lowagie.text.pdf.codec.PngImage.getImage()':
PngImage.java:568: error: Class 'ImgRaw' not found in type declaration.
                img = new ImgRaw(width, height, components, bpc, 
idat.toByteArray());
                             ^

Gerald



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.62.0508021154440.66285>