I'm trying to compile iText 5.0.2 with JCC 2.5, and it's choking on this
line in a generated .h file:
static PdfName *DOMAIN;
build/_iText/com/itextpdf/text/pdf/PdfName.h:202: error: expected
unqualified-id before numeric constant
build/_iText/com/itextpdf/text/pdf/PdfName.h:
Sorry, I accidentally hijacked that subject line!
Bill
Bill Janssen wrote:
> I'm trying to compile iText 5.0.2 with JCC 2.5, and it's choking on this
> line in a generated .h file:
>
> static PdfName *DOMAIN;
>
> build/_iText/com/itextpdf/text/pdf/PdfName.h:202: error: e
On Fri, 4 Jun 2010, Bill Janssen wrote:
I'm trying to compile iText 5.0.2 with JCC 2.5, and it's choking on this
line in a generated .h file:
static PdfName *DOMAIN;
build/_iText/com/itextpdf/text/pdf/PdfName.h:202: error: expected
unqualified-id before numeric constant
bu