--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.0.0 |pre-0.18
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
---
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-01
00:37 ---
All of these are all fixed in 4.0.0 by the merge of the gui branch.
--
What|Removed |Added
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-09-02
05:12 ---
Subject: Bug 16121
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2004-09-02 05:10:34
Modified files:
libjava: ChangeLog Makefile.am Makefile.in
--- Additional Comments From falk at debian dot org 2004-08-31 21:29
---
Hi,
I've reported the GUI lockup as PR 17254.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.
--- Additional Comments From falk at debian dot org 2004-08-31 12:20
---
(In reply to comment #29)
> If you still can't build the gui-branch, can you file a new report with
> details.
Okay, it's PR 17249.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are rece
--- Additional Comments From fitzsim at redhat dot com 2004-08-30 18:41
---
If you still can't build the gui-branch, can you file a new report with details.
I'm closing this, since the compiler warnings have been resolved.
--
What|Removed |Added
---
--- Additional Comments From falk at debian dot org 2004-08-09 08:19
---
(In reply to comment #26)
> You shouldn't have any problem building the java-gui-branch. Have you tried
> updating your tree and doing a clean build?
Yes. I still get the error with CVS from today.
--
http://g
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-08-09
02:41 ---
Subject: Bug 16121
CVSROOT:/cvs/gcc
Module name:gcc
Branch: java-gui-branch
Changes by: [EMAIL PROTECTED] 2004-08-09 02:41:41
Modified files:
libjava: Chang
--- Additional Comments From fitzsim at redhat dot com 2004-08-09 02:40
---
You shouldn't have any problem building the java-gui-branch. Have you tried
updating your tree and doing a clean build?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this ma
--- Additional Comments From falk at debian dot org 2004-08-02 10:39
---
(In reply to comment #24)
> I just added DEBUG_LOCKING in gtkpeer.h on java-gui-branch, so you may need to
> update your tree.
The java-gui-branch doesn't build:
/src/gcc-java-gui-branch-2004.08.02/build/gcc/xgcc
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 21:31
---
Can you define DEBUG_LOCKING to be 1 in jni/gtk-peer/gtkpeer.h, remove
jni/gtk-peer/*.lo from the libjava build directory, do a "make", then re-try
your tests?
I just added DEBUG_LOCKING in gtkpeer.h on java-gui
--- Additional Comments From falk at debian dot org 2004-07-31 21:05
---
The TestAWT program mostly works now, except it hangs after a while if I
resize the main dialog with a "solid resize" window manager.
The testswing program outputs
DEBUG: Trying to load toolkit: gnu.java.awt.peer.g
--- Additional Comments From falk at debian dot org 2004-07-31 19:18
---
(In reply to comment #21)
> The peer library, lib-gnu-java-awt-peer-gtk.la is not being found.
Whoops. I didn't have libart-dev installed, and awt didn't get built, but
the bootstrap still returned successfully.
I
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 16:39
---
The peer library, lib-gnu-java-awt-peer-gtk.la is not being found. Make sure
that file is in /usr/local/lib, and try setting LD_LIBRARY_PATH=/usr/local/lib.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16
--- Additional Comments From falk at debian dot org 2004-07-31 16:03
---
Created an attachment (id=6860)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6860&action=view)
strace output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail beca
--- Additional Comments From falk at debian dot org 2004-07-31 16:02
---
(In reply to comment #18)
> The class lookup for gnu.java.awt.peer.gtk.GtkToolkit is failing. First, are
> you sure you're using the version of gcj you just built?
Pretty much, otherwise I wouldn't see the DEBUG o
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 15:45
---
The class lookup for gnu.java.awt.peer.gtk.GtkToolkit is failing. First, are
you sure you're using the version of gcj you just built? Second, you should not
have the CLASSPATH environment variable set.
Does a
--- Additional Comments From falk at debian dot org 2004-07-31 12:00
---
With the debug patch, output looks like this:
[EMAIL PROTECTED]:/tmp% gcj TestAWT.java --main=TestAWT && ./a.out
DEBUG: Trying to load toolkit: gnu.java.awt.peer.gtk.GtkToolkit
DEBUG: finding class
Exception in th
--- Additional Comments From fitzsim at redhat dot com 2004-07-30 23:56
---
I can't tell from looking at those messages what the problem may be. Would it
be possible for me to get a shell account on that machine, so that I could do
some experimentation?
--
What|Removed
--
What|Removed |Added
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: --
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 00:20
---
Actually, I may not need a shell account. Let me try building the AWT on ia64
first. The same error may show up there.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 00:15
---
Can you try running those test cases with this patch, and post the output here?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: ---
You reported the bug
--- Additional Comments From fitzsim at redhat dot com 2004-07-31 00:12
---
Created an attachment (id=6858)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6858&action=view)
toolkit loading debug output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiv
--- Additional Comments From falk at debian dot org 2004-07-30 23:18
---
I built a compiler with this, it built fine. When I try to run the two
mentioned programs, I get:
[EMAIL PROTECTED]:/tmp% gcj TestAWT.java --main=TestAWT && ./a.out
Exception in thread "main" java.awt.AWTError: Ca
--- Additional Comments From doko at cs dot tu-berlin dot de 2004-07-30
16:16 ---
Subject: Re: [Bug AWT/16121] gtk based awt peers: cast from pointer to integer
of different size
falk at debian dot org writes:
> Okay, I will try to build a compiler with this patch. Can you sugg
--- Additional Comments From falk at debian dot org 2004-07-30 15:52
---
Okay, I will try to build a compiler with this patch. Can you suggest
any simple AWT program that I might try to run?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail bec
--
What|Removed |Added
Attachment #6834 is|0 |1
obsolete||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
---
--- Additional Comments From fitzsim at redhat dot com 2004-07-30 09:51
---
The second patch is a replacement for the first patch.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: ---
You reported the bug, or are watching the rep
--- Additional Comments From falk at debian dot org 2004-07-30 09:40
---
(In reply to comment #7)
> Are you actually testing AWT programs on the alpha? I'd be interested to know
> if they run.
I would like to try it, but the second patch doesn't apply:
[EMAIL PROTECTED]:/src/gcc-3.5-
--
What|Removed |Added
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: --
--- Additional Comments From fitzsim at redhat dot com 2004-07-28 00:37
---
I wanted the contents of the line, to make sure I was looking at the same
version of gthread-jni.c. Anyway, I've attached another patch which should fix
the last warning.
Are you actually testing AWT programs o
--- Additional Comments From fitzsim at redhat dot com 2004-07-28 00:35
---
Created an attachment (id=6843)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6843&action=view)
fix type punning and pointer casts
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are
--- Additional Comments From doko at cs dot tu-berlin dot de 2004-07-27
16:49 ---
Subject: Re: [Bug AWT/16121] gtk based awt peers: cast from pointer to integer
of different size
fitzsim at redhat dot com writes:
>
> --- Additional Comments From fitzsim at redhat dot com 2
--- Additional Comments From fitzsim at redhat dot com 2004-07-27 16:04
---
Which line is that?
--
What|Removed |Added
Status|NEW |WAITI
--
What|Removed |Added
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
--- You are receiving this mail because: --
--- Additional Comments From fitzsim at redhat dot com 2004-07-26 23:52
---
Created an attachment (id=6834)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6834&action=view)
fix pointer casts and type-punning
Can you please try this patch?
--
http://gcc.gnu.org/bugzilla/show_bu
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121
37 matches
Mail list logo