[Bug libgcj/28312] peer libraries are installed into gcjversionedlibdir, not into nativeexeclib

2006-08-14 Thread fitzsim at redhat dot com
--- Comment #4 from fitzsim at redhat dot com 2006-08-14 17:23 --- Yes, closing. -- fitzsim at redhat dot com changed: What|Removed |Added Status|NEW

[Bug libgcj/28312] peer libraries are installed into gcjversionedlibdir, not into nativeexeclib

2006-08-15 Thread fitzsim at redhat dot com
--- Comment #6 from fitzsim at redhat dot com 2006-08-15 15:01 --- What are you trying to do, exactly? This is the intended behaviour, that libgcj's configure overrides classpath's configure by injecting --with-native-libdir. Here is the configure fragment: # Determine

[Bug classpath/28537] gcjwebplugin should call the versioned gappletviewer (honor transform/program_transform_name)

2006-08-17 Thread fitzsim at redhat dot com
--- Comment #2 from fitzsim at redhat dot com 2006-08-17 20:12 --- Fix on GNU Classpath trunk. -- fitzsim at redhat dot com changed: What|Removed |Added

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-26 Thread fitzsim at redhat dot com
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-26 Thread fitzsim at redhat dot com
--- 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/b

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-26 Thread fitzsim at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 --- You are receiving this mail because: --

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-27 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2004-07-27 16:04 --- Which line is that? -- What|Removed |Added Status|NEW

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-27 Thread fitzsim at redhat dot com
--- 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 ---

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-27 Thread fitzsim at redhat dot com
--- 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 pro

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 --- You are receiving this mail because: --

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
--- 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

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
--- 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 ---

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
--- 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 AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
--- 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

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16121 --- You are receiving this mail because: --

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-30 Thread fitzsim at redhat dot com
--- 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? --

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-31 Thread fitzsim at redhat dot com
--- 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. D

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-31 Thread fitzsim at redhat dot com
--- 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

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-07-31 Thread fitzsim at redhat dot com
--- 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

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-08-08 Thread fitzsim at redhat dot com
--- 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

[Bug AWT/16121] gtk based awt peers: cast from pointer to integer of different size

2004-08-30 Thread fitzsim at redhat dot com
--- 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

[Bug java/2370] Behavior of main compilation without --main is unfriendly

2004-10-01 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2004-10-01 16:27 --- I would like this to be even more friendly. Ideally, gcj X.java would generate --main automatically, as mentioned, and gcj *.java would generate --main if there was only one main method in the source files