public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/12182] New: compilation of iText fails, probably a bug
@ 2003-09-05 11:58 jahwe2000 at gmx dot net
  2003-09-05 15:02 ` [Bug java/12182] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jahwe2000 at gmx dot net @ 2003-09-05 11:58 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12182

           Summary: compilation of iText fails, probably a bug
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jahwe2000 at gmx dot net
                CC: gcc-bugs at gcc dot gnu dot org

When compiling iText 1.0.0 (with gcj 3.4 and 3.3.1 und windows/mingw) I get 
the following error:

D:\MinGW\classpath\lib_test\PdfCopy.java: In class 
`com.lowagie.text.pdf.PdfCopy':
D:\MinGW\classpath\lib_test\PdfCopy.java: In method 
`com.lowagie.text.pdf.PdfCopy.copyIndirect
(com.lowagie.text.pdf.PRIndirectReference)':
D:\MinGW\classpath\lib_test\PdfCopy.java:170: error: Can't find constructor 
`com.lowagie.text.pdf.PdfCopy$RefKey
(Lcom/lowagie/text/pdf/PRIndirectReference;)' in type 
`com.lowagie.text.pdf.PdfCopy$RefKey'. Candidates are:  `
(com.lowagie.text.pdf.PdfCopy,com.lowagie.text.pdf.PdfIndirectReference)' in
`com.lowagie.text.pdf.PdfCopy$RefKey'
  `(com.lowagie.text.pdf.PdfCopy,com.lowagie.text.pdf.PRIndirectReference)' in 
`com.lowagie.text.pdf.PdfCopy$RefKey'.
           RefKey key = new RefKey(in);

This could probably be a bug, because this works without errors with the JDK 
and also compiled with the Excelsior JET trial version.
I have assembled all files required for the project in a zip file, to 
reproduce it. It is 2.4 MB big, so I could mail it to anyone interested on 
demand.

I am calling gcj with this command line:
D:\mingw\bin\gcj.exe --classpath=D:\MinGW\classpath\rt --
main=com.lowagie.tools.encrypt_pdf 
D:\MinGW\classpath\rt\com\lowagie\tools\encrypt_pdf.java 
D:\MinGW\classpath\lib_test\*.java -o d:\mingw\encryptpdf.exe
All files are placed in D:\MinGW\classpath\rt and subdirectories, but I also 
had to include all files seperately, because else I got undefined reference 
errors. So all files are placed in D:\MinGW\classpath\lib_test and included in 
a bulk.

regards,
Philip


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/12182] compilation of iText fails, probably a bug
  2003-09-05 11:58 [Bug java/12182] New: compilation of iText fails, probably a bug jahwe2000 at gmx dot net
@ 2003-09-05 15:02 ` pinskia at gcc dot gnu dot org
  2004-01-21 17:53 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-05 15:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12182



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-05 15:02 -------
Can you attach it, please it would be nice so if you cannot be found on the face of the earth.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/12182] compilation of iText fails, probably a bug
  2003-09-05 11:58 [Bug java/12182] New: compilation of iText fails, probably a bug jahwe2000 at gmx dot net
  2003-09-05 15:02 ` [Bug java/12182] " pinskia at gcc dot gnu dot org
@ 2004-01-21 17:53 ` dhazeghi at yahoo dot com
  2004-01-21 19:26 ` dhazeghi at yahoo dot com
  2004-04-13 18:36 ` bbell at hp dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 17:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 17:53 -------
I found itext 1.00 (from itext.sf.net) and tried this out with gcc 3.3.1. It worked fine. Where did you 
get your sources for iText?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12182


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/12182] compilation of iText fails, probably a bug
  2003-09-05 11:58 [Bug java/12182] New: compilation of iText fails, probably a bug jahwe2000 at gmx dot net
  2003-09-05 15:02 ` [Bug java/12182] " pinskia at gcc dot gnu dot org
  2004-01-21 17:53 ` dhazeghi at yahoo dot com
@ 2004-01-21 19:26 ` dhazeghi at yahoo dot com
  2004-04-13 18:36 ` bbell at hp dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 19:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 19:26 -------
Okay, reproduced. Someone with more knowledge should probably try to reduce it though.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-21 19:26:49
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12182


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/12182] compilation of iText fails, probably a bug
  2003-09-05 11:58 [Bug java/12182] New: compilation of iText fails, probably a bug jahwe2000 at gmx dot net
                   ` (2 preceding siblings ...)
  2004-01-21 19:26 ` dhazeghi at yahoo dot com
@ 2004-04-13 18:36 ` bbell at hp dot com
  3 siblings, 0 replies; 5+ messages in thread
From: bbell at hp dot com @ 2004-04-13 18:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bbell at hp dot com  2004-04-13 18:03 -------
Any status on this?  I'd love to try out a patch or...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12182


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-13 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 11:58 [Bug java/12182] New: compilation of iText fails, probably a bug jahwe2000 at gmx dot net
2003-09-05 15:02 ` [Bug java/12182] " pinskia at gcc dot gnu dot org
2004-01-21 17:53 ` dhazeghi at yahoo dot com
2004-01-21 19:26 ` dhazeghi at yahoo dot com
2004-04-13 18:36 ` bbell at hp dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).