public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/29460]  New: configure: error: libXtst not found, required by java.awt.Robot
@ 2006-10-13 16:11 dir at lanl dot gov
  2006-10-13 20:09 ` [Bug libgcj/29460] " tromey at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dir at lanl dot gov @ 2006-10-13 16:11 UTC (permalink / raw)
  To: java-prs

I am trying to build java with gtk support. I configured with -

 ../gcc/configure --prefix=/usr/local/java --enable-languages=c,c++,java
--enable-java-awt=gtk --enable-gtk-cairo --x-includes=/usr/x11R6/include
--x-libraries=/usr/x11R6/lib

And I get this output -

checking for pkg-config... /usr/local/bin/pkg-config
checking for gtk+-2.0 >= 2.4... yes
checking GTK_CFLAGS... -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/pango-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  
checking GTK_LIBS... -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl -liconv  
checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4... yes
checking GLIB_CFLAGS... -D_REENTRANT -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  
checking GLIB_LIBS... -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lintl -liconv  
checking for libart-2.0 >= 2.1... yes
checking LIBART_CFLAGS... -I/usr/local/include/libart-2.0  
checking LIBART_LIBS... -L/usr/local/lib -lart_lgpl_2  
checking for XTestQueryExtension in -lXtst... no
configure: error: libXtst not found, required by java.awt.Robot
make[1]: *** [configure-target-libjava] Error 1
make: *** [all] Error 2
[dranta:~/gfortran/ibin] dir% ls /usr/X11R6/lib/libXtst.*
/usr/X11R6/lib/libXtst.6.1.dylib        /usr/X11R6/lib/libXtst.a
/usr/X11R6/lib/libXtst.6.dylib          /usr/X11R6/lib/libXtst.dylib


Since libXtst is where it is supposed to be, it not clear what the problem is.


-- 
           Summary: configure: error: libXtst not found, required by
                    java.awt.Robot
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dir at lanl dot gov
  GCC host triplet: powerpc-apple-darwin8.7.0


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
@ 2006-10-13 20:09 ` tromey at gcc dot gnu dot org
  2006-10-14  2:37 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-10-13 20:09 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from tromey at gcc dot gnu dot org  2006-10-13 20:09 -------
The config.log file in the appropriate build directory
(the libjava target directory, or maybe the classpath subdir)
will have more information -- the test program, the command line.
Could you post that info here?


-- 


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
  2006-10-13 20:09 ` [Bug libgcj/29460] " tromey at gcc dot gnu dot org
@ 2006-10-14  2:37 ` pinskia at gcc dot gnu dot org
  2006-10-16 12:39 ` dir at lanl dot gov
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-14  2:37 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-14 02:37 -------
Can you attach config.log?


-- 


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
  2006-10-13 20:09 ` [Bug libgcj/29460] " tromey at gcc dot gnu dot org
  2006-10-14  2:37 ` pinskia at gcc dot gnu dot org
@ 2006-10-16 12:39 ` dir at lanl dot gov
  2006-10-16 12:42 ` dir at lanl dot gov
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dir at lanl dot gov @ 2006-10-16 12:39 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from dir at lanl dot gov  2006-10-16 12:39 -------
Created an attachment (id=12442)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12442&action=view)
config.log file from gfortran/ibin/powerpc-apple-darwin8.7.0/libjava


-- 


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
                   ` (2 preceding siblings ...)
  2006-10-16 12:39 ` dir at lanl dot gov
@ 2006-10-16 12:42 ` dir at lanl dot gov
  2006-10-16 12:47 ` pluto at agmk dot net
  2006-10-16 15:40 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dir at lanl dot gov @ 2006-10-16 12:42 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from dir at lanl dot gov  2006-10-16 12:42 -------
Created an attachment (id=12443)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12443&action=view)
config.log file from /Users/dir/gfortran/ibin


-- 


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
                   ` (3 preceding siblings ...)
  2006-10-16 12:42 ` dir at lanl dot gov
@ 2006-10-16 12:47 ` pluto at agmk dot net
  2006-10-16 15:40 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pluto at agmk dot net @ 2006-10-16 12:47 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from pluto at agmk dot net  2006-10-16 12:47 -------
this is a dup of PR25026.


-- 


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


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

* [Bug libgcj/29460] configure: error: libXtst not found, required by java.awt.Robot
  2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
                   ` (4 preceding siblings ...)
  2006-10-16 12:47 ` pluto at agmk dot net
@ 2006-10-16 15:40 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-16 15:40 UTC (permalink / raw)
  To: java-prs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-10-16 15:40 -------


*** This bug has been marked as a duplicate of 25026 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2006-10-16 15:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-13 16:11 [Bug java/29460] New: configure: error: libXtst not found, required by java.awt.Robot dir at lanl dot gov
2006-10-13 20:09 ` [Bug libgcj/29460] " tromey at gcc dot gnu dot org
2006-10-14  2:37 ` pinskia at gcc dot gnu dot org
2006-10-16 12:39 ` dir at lanl dot gov
2006-10-16 12:42 ` dir at lanl dot gov
2006-10-16 12:47 ` pluto at agmk dot net
2006-10-16 15:40 ` pinskia at gcc dot gnu 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).