help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: troubles compiling emacs26.1 on ubuntu18.04


From: Le TeXnicien de Surface
Subject: Re: troubles compiling emacs26.1 on ubuntu18.04
Date: Sun, 28 Oct 2018 13:49:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Le 28/10/2018 à 12:49, Javier a écrit :
Le TeXnicien de Surface <le.texnicien.de.surface@orange.fr> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]