From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Le TeXnicien de Surface Newsgroups: gmane.emacs.help Subject: Re: troubles compiling emacs26.1 on ubuntu18.04 Date: Sun, 28 Oct 2018 13:49:21 +0100 Organization: Serveur de salon Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1540730911 11642 195.159.176.226 (28 Oct 2018 12:48:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2018 12:48:31 +0000 (UTC) Injection-Date: Sun, 28 Oct 2018 12:49:25 -0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 13:48:27 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGkUU-0002vX-Vc for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2018 13:48:27 +0100 Original-Received: from localhost ([::1]:40040 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGkWb-0004ST-9H for geh-help-gnu-emacs@m.gmane.org; Sun, 28 Oct 2018 08:50:37 -0400 X-Received: by 2002:ac8:2942:: with SMTP id z2-v6mr751571qtz.20.1540730966324; Sun, 28 Oct 2018 05:49:26 -0700 (PDT) Original-Path: usenet.stanford.edu!e5-v6no8819674qtr.0!news-out.google.com!c29-v6ni1045qtg.1!nntp.google.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!weretis.net!feeder6.news.weretis.net!kf5zxw.com!usenet.pasdenom.info!.POSTED.2a01cb0c048da700b0432b5e06ac2780.ipv6.abo.wanadoo.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Injection-Info: nemo.pasdenom.info; posting-account="yvon.henel@orange.fr"; posting-host="2a01cb0c048da700b0432b5e06ac2780.ipv6.abo.wanadoo.fr:2a01:cb0c:48d:a700:b043:2b5e:6ac:2780"; logging-data="30098"; mail-complaints-to="abuse@pasdenom.info" In-Reply-To: Original-Lines: 38 Content-Language: fr-FR Original-Xref: usenet.stanford.edu gnu.emacs.help:224339 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:118468 Archived-At: Le 28/10/2018 à 12:49, Javier a écrit : > Le TeXnicien de Surface wrote: >> hello all >> >> I'm trying to compile emacs26.1 on my ubuntu18.04 >> the configuration stage works well >> I've just got a warning about GTK+ and a possible crash >> in case of many instances >> The make phase stalls with this message: >> >> ... > > The default build has too many dependencies. If you want to get > something compiled without much hassle just disable dependencies in > the build. > > It looks like you are using libcairo, which is experimental. > What options are you using for ./configure? > > Look at ./configure --help > > ./configure --help | grep -i cairo > --with-cairo compile with Cairo drawing (experimental) > CAIRO_CFLAGS > C compiler flags for CAIRO, overriding pkg-config > CAIRO_LIBS linker flags for CAIRO, overriding pkg-config It appears that cairo is not used by default with what I've got. > Also try a lighter toolkit. > > --with-x-toolkit=KIT (KIT one of: yes or gtk, gtk2, gtk3, lucid or athena, motif, no) that did the trick! I've compiled with gtk3 and it worked. many thanks -- YH TeXnicien de surface