Re: [kaffe] --without-classpath-gtk-awt ignored

2005-10-24 Thread Gianluca Moro
hi,

try adding

--disable-native-awt 

bye
giammy

--- Ito Kazumitsu [EMAIL PROTECTED] ha scritto: 

 Hi,
 
 I have got the following error while doing
 
   ./configure \
 --without-classpath-gtk-awt \
 --without-kaffe-qt-awt \
 --enable-debug
 
 in an environment where neither GTK nor X is available.
 
 checking for X... no
 configure: error: GTK+ peers requested but no X library available
 configure: error: /bin/sh './configure' failed for
 libraries/javalib/external/classpath
 
 ___
 kaffe mailing list
 kaffe@kaffe.org
 http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
 


--
Gianluca Moro  http://groups.yahoo.com/group/embeddeditalia/
ISCRIVITI alla Mailing List Italiana su LINUX EMBEDDED
[EMAIL PROTECTED]   Visit http://ilpinguino.altervista.org/






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] --without-classpath-gtk-awt ignored

2005-10-24 Thread Ito Kazumitsu
From: Gianluca Moro [EMAIL PROTECTED]
Date: Sun, 23 Oct 2005 23:44:41 -0700 (PDT)

 try adding
 --disable-native-awt 

Thank you. This worked.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] --without-classpath-gtk-awt ignored

2005-10-23 Thread Ito Kazumitsu
Hi,

I have got the following error while doing

  ./configure \
--without-classpath-gtk-awt \
--without-kaffe-qt-awt \
--enable-debug

in an environment where neither GTK nor X is available.

checking for X... no
configure: error: GTK+ peers requested but no X library available
configure: error: /bin/sh './configure' failed for 
libraries/javalib/external/classpath

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] --without-classpath-gtk-awt ignored

2005-10-23 Thread Dalibor Topic

Ito Kazumitsu wrote:

Hi,

I have got the following error while doing

  ./configure \
--without-classpath-gtk-awt \
--without-kaffe-qt-awt \
--enable-debug

in an environment where neither GTK nor X is available.

checking for X... no
configure: error: GTK+ peers requested but no X library available
configure: error: /bin/sh './configure' failed for 
libraries/javalib/external/classpath


Thanks for the bug report, Ito.

that comes from GNU Classpath's configure trying to build gtk peers by 
default. I'll remove the classpath peers from kaffe's native libraries, 
and remove the --with-classpath-gtk-awt and --with-classpath-qt-awt 
options, to make sure they don't interfere with classpath's build. The 
option for turning off gtk awt peers there is the --disable-gtk-peer.


cheers,
dalibor topic

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe