public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/26593]  New: libgcjawt should be built even if the gtk peers aren't
@ 2006-03-07 13:04 bero at arklinux dot org
  2006-03-07 13:06 ` [Bug libgcj/26593] " bero at arklinux dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bero at arklinux dot org @ 2006-03-07 13:04 UTC (permalink / raw)
  To: java-prs

Currently, libgcjawt (used, among other things, by OpenOffice.org) is built
only if the gtk peers are used.

Looks like the classpath guys have already fixed it to work with other peers,
but the Makefiles need updating.


-- 
           Summary: libgcjawt should be built even if the gtk peers aren't
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org


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


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

* [Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't
  2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
@ 2006-03-07 13:06 ` bero at arklinux dot org
  2006-03-07 13:35 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bero at arklinux dot org @ 2006-03-07 13:06 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from bero at arklinux dot org  2006-03-07 13:06 -------
Created an attachment (id=10980)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10980&action=view)
Build libgcjawt when using Qt peers

Attaching patch, currently tested only in a "It compiles, therefore it
works(R)" fashion.

[(R) indicates a registered trademark of Microsoft's QA department]


-- 


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


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

* [Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't
  2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
  2006-03-07 13:06 ` [Bug libgcj/26593] " bero at arklinux dot org
@ 2006-03-07 13:35 ` pinskia at gcc dot gnu dot org
  2006-05-01 17:50 ` bero at arklinux dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-07 13:35 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-03-07 13:35 -------
Hmm, shouldn't libgcjawt built even without the peers selected as someone might
have their own peers to install after GCJ was install? (this is directed
towards the reporter)


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't
  2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
  2006-03-07 13:06 ` [Bug libgcj/26593] " bero at arklinux dot org
  2006-03-07 13:35 ` pinskia at gcc dot gnu dot org
@ 2006-05-01 17:50 ` bero at arklinux dot org
  2006-05-27 15:30 ` bero at arklinux dot org
  2006-05-27 15:31 ` bero at arklinux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bero at arklinux dot org @ 2006-05-01 17:50 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from bero at arklinux dot org  2006-05-01 17:50 -------
Agreed, should be built in any case (which is apparently done correctly in
current trunk).

trunk still has the problem that the classpath_jawt_* functions are defined for
the gtk peer only; an implementation for the qt and xlib peers is needed to
make libgcjawt useful.


-- 


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


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

* [Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't
  2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
                   ` (2 preceding siblings ...)
  2006-05-01 17:50 ` bero at arklinux dot org
@ 2006-05-27 15:30 ` bero at arklinux dot org
  2006-05-27 15:31 ` bero at arklinux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bero at arklinux dot org @ 2006-05-27 15:30 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from bero at arklinux dot org  2006-05-27 15:30 -------
After some digging around, the other peers need an implementation of
classpath_jawt for this to work -- I've attached a working implementation for
the Qt peer to classpath bug #27555


-- 

bero at arklinux dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |27555


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


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

* [Bug libgcj/26593] libgcjawt should be built even if the gtk peers aren't
  2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
                   ` (3 preceding siblings ...)
  2006-05-27 15:30 ` bero at arklinux dot org
@ 2006-05-27 15:31 ` bero at arklinux dot org
  4 siblings, 0 replies; 6+ messages in thread
From: bero at arklinux dot org @ 2006-05-27 15:31 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from bero at arklinux dot org  2006-05-27 15:31 -------
Created an attachment (id=11521)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11521&action=view)
Patch for gcc adding support for the Qt classpath_jawt bits from bug 27555 to
libjava


-- 

bero at arklinux dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10980|0                           |1
        is obsolete|                            |


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


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

end of thread, other threads:[~2006-05-27 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-07 13:04 [Bug libgcj/26593] New: libgcjawt should be built even if the gtk peers aren't bero at arklinux dot org
2006-03-07 13:06 ` [Bug libgcj/26593] " bero at arklinux dot org
2006-03-07 13:35 ` pinskia at gcc dot gnu dot org
2006-05-01 17:50 ` bero at arklinux dot org
2006-05-27 15:30 ` bero at arklinux dot org
2006-05-27 15:31 ` bero at arklinux dot org

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).