From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: No toolkit scrollbars with --with-x-toolkit=lucid Date: Fri, 9 Apr 2010 09:44:18 +0200 Message-ID: <201004090944.19273.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1270800151 31736 80.91.229.12 (9 Apr 2010 08:02:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Apr 2010 08:02:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 09 10:02:27 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O09AU-0007ED-TU for ged-emacs-devel@m.gmane.org; Fri, 09 Apr 2010 10:02:23 +0200 Original-Received: from localhost ([127.0.0.1]:48361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O09AT-000303-4g for ged-emacs-devel@m.gmane.org; Fri, 09 Apr 2010 04:02:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O08tY-00070U-ES for emacs-devel@gnu.org; Fri, 09 Apr 2010 03:44:53 -0400 Original-Received: from [140.186.70.92] (port=39439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O08tQ-0006wA-Ij for emacs-devel@gnu.org; Fri, 09 Apr 2010 03:44:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O08t9-0001TM-0g for emacs-devel@gnu.org; Fri, 09 Apr 2010 03:44:42 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:11775) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O08t4-0001SM-UJ for emacs-devel@gnu.org; Fri, 09 Apr 2010 03:44:25 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 2FA8678A43A0 for ; Fri, 9 Apr 2010 09:44:21 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18538-02 for ; Fri, 9 Apr 2010 09:44:20 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 48E6878A437E for ; Fri, 9 Apr 2010 09:44:20 +0200 (CEST) User-Agent: KMail/1.13.2 (Linux/2.6.33-gentoo; KDE/4.4.2; x86_64; ; ) X-Face: `TY6r/ws=N5uqO1E`M=Sups<}n%T[E^o_?MJj< =?utf-8?q?O4j=265ljV6lU=7DcXU7oftH=26/x=5F=7EK=7B=26zv9=7D=0A=09sB=7D5/Ea=5B?= =?utf-8?q?hU=7BCS=23=3F=3F0=3F=3Fn?=@sX+ft]?{(l?, mp"a`u List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123380 Archived-At: Hi all, I've heard good things about the Lucid/Athena scrollbars, so I wanted to try them out. I configured my bzr copy with --with-sound --with-x --without-gconf --with-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xpm --with-xft --with-libotf --with-m17n-flt --with-x-toolkit=lucid --without-hesiod --without-kerberos --without-kerberos5 --with-gpm --with-dbus Unfortunately, after configuring it says it will build without toolkit scrollbars. What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? yes Does Emacs use -lgpm? yes Does Emacs use -ldbus? yes Does Emacs use -lgconf? no Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? yes Does Emacs use -lotf? yes Does Emacs use -lxft? yes Does Emacs use toolkit scroll bars? no I have libXaw-1.0.7 installed. Or does libXaw provide no scrollbars and I need to have Xaw3d? Bye, Tassilo