From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: Building 22.1, on Ubuntu Date: Sun, 09 Sep 2007 01:59:28 +0300 Organization: SunSITE.dk - Supporting Open source Message-ID: <873axobw6n.fsf@kobe.laptop> References: <711a73df0709080248l7cbcb889r80e7e6242da3a4cd@mail.gmail.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189328621 14656 80.91.229.10 (9 Sep 2007 09:03:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2007 09:03:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 09 11:01:55 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from mail-forward.uio.no ([129.240.10.42]) by dough.gmane.org with esmtp (Exim 4.50) id 1IUINX-0003Xg-OS for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Sep 2007 10:42:51 +0200 Original-Received: from mail-mx6.uio.no ([129.240.10.47]) by pat.uio.no with esmtp (Exim 4.67) (envelope-from ) id 1IUBpQ-0005ca-PU for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Sep 2007 03:43:12 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by mail-mx6.uio.no with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1IUBpM-0001KL-3H for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Sep 2007 03:43:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUBpF-0008Ow-VY for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Sep 2007 21:43:02 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!news.net.uni-c.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (berkeley-unix) Cancel-Lock: sha1:4+Mep805vxgSogyQ7B7mRNzH/iE= Original-Lines: 49 Original-NNTP-Posting-Host: 81.186.70.2 Original-X-Trace: news.sunsite.dk DXC=bMH9nOHL=LPD]J=fIXJe6_YSB=nbEKnk[CA74; ^LPKQSL^MjWX7f^UIZ@YZY5J5hQD_5NoU; G4K46 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-UiO-SPF-Received: Received-SPF: pass (mail-mx6.uio.no: domain of gnu.org designates 199.232.76.165 as permitted sender) client-ip=199.232.76.165; envelope-from=help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org; helo=lists.gnu.org; X-UiO-Spam-info: not spam, SpamAssassin (score=0.0, required=12.0, autolearn=disabled, none) X-UiO-Scanned: ED15C58D74F70FDDB381390374995E4D00E4F9D1 X-UiO-SPAM-Test: remote_host: 199.232.76.165 spam_score: 0 maxlevel 200 minaction 2 bait 0 mail/h: 13 total 17518 max/h 41 blacklist 0 greylist 0 ratelimit 0 Xref: news.gmane.org gmane.emacs.help:47387 Archived-At: On Sat, 08 Sep 2007 15:13:07 +0200, Mathias Megyei wrote: > I had to install more of the *-dev packages (libx11-dev, > libungif-dev, libgtk-dev, ...). Fantastic! Now you have gtk-dev too, so Emacs will use the GTK+ `widgets' for displaying its menu, context menus when you right-click with a mouse, and neat GTK+ based buttons. > Please look at the output of the configure run, whether > configure has found all of the necessary libraries. > > The output from my last build (Emacs 23) looks as follows: > > Configured for `i686-pc-linux-gnu'. > > Where should the build process find the source > code? /home/mathias/gnu/Emacs/emacs > What operating system and machine description files should Emacs use? > `s/gnu-linux.h' and `m/intel386.h' > What compiler should emacs be built with? gcc -g -O2 > -Wno-pointer-sign > Should Emacs use the GNU version of malloc? yes > (Using Doug Lea's new malloc from the GNU C Library.) > Should Emacs use a relocating allocator for buffers? yes > Should Emacs use mmap(2) for buffer allocation? no > What window system should Emacs use? x11 > What toolkit should Emacs use? GTK > 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? no > Does Emacs use X toolkit scroll bars? yes This seems about right. Now is the time to run `make distclean', or extract a clean tarball of the Emacs sources and build everything with this latest version of a build-environment you have installed. Great progress :-)