* [OSx] building emacs 25 with xwidgets support
@ 2016-08-09 1:28 Filipe Silva
2016-08-09 18:07 ` John Mastro
2016-08-10 2:23 ` Stefan Monnier
0 siblings, 2 replies; 5+ messages in thread
From: Filipe Silva @ 2016-08-09 1:28 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I'm trying to build emacs 25 (git HEAD) with widget support with no luck.
I have gtk+3 installed and webkitgtk.
I ran ./autogen.sh && ./configure --with-xwidgets
I get this error:
configure: error: xwidgets requested but gtk3 not used.
What am I missing?
thanks in advance,
Filipe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OSx] building emacs 25 with xwidgets support
2016-08-09 1:28 [OSx] building emacs 25 with xwidgets support Filipe Silva
@ 2016-08-09 18:07 ` John Mastro
2016-08-10 2:23 ` Stefan Monnier
1 sibling, 0 replies; 5+ messages in thread
From: John Mastro @ 2016-08-09 18:07 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org; +Cc: Filipe Silva
Filipe Silva <filipe.silva@gmail.com> wrote:
> I'm trying to build emacs 25 (git HEAD) with widget support with no luck.
>
> I have gtk+3 installed and webkitgtk.
>
> I ran ./autogen.sh && ./configure --with-xwidgets
>
> I get this error:
>
> configure: error: xwidgets requested but gtk3 not used.
>
> What am I missing?
Try adding --with-x-toolkit=gtk3
John
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OSx] building emacs 25 with xwidgets support
2016-08-09 1:28 [OSx] building emacs 25 with xwidgets support Filipe Silva
2016-08-09 18:07 ` John Mastro
@ 2016-08-10 2:23 ` Stefan Monnier
2016-08-10 21:41 ` Filipe Silva
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2016-08-10 2:23 UTC (permalink / raw)
To: help-gnu-emacs
> I have gtk+3 installed and webkitgtk.
A common mistake is to think there is such a thing as "gtk+3 is
installed", when in fact gtk+3 is divided into many different packages
and it's very likely you only have a particular subset which doesn't
include some of the those files that Emacs's build needs.
Concretely I suggest you try something like "apt-get build-deps emacs24"
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OSx] building emacs 25 with xwidgets support
2016-08-10 2:23 ` Stefan Monnier
@ 2016-08-10 21:41 ` Filipe Silva
2016-08-10 21:50 ` Stefan Monnier
0 siblings, 1 reply; 5+ messages in thread
From: Filipe Silva @ 2016-08-10 21:41 UTC (permalink / raw)
To: Stefan Monnier; +Cc: help-gnu-emacs
Stefan, right. But what if I'm in OSx? Is it possible to compile emacs
with xwidget support in osx?
On Tue, Aug 9, 2016 at 11:23 PM, Stefan Monnier <monnier@iro.umontreal.ca>
wrote:
> > I have gtk+3 installed and webkitgtk.
>
> A common mistake is to think there is such a thing as "gtk+3 is
> installed", when in fact gtk+3 is divided into many different packages
> and it's very likely you only have a particular subset which doesn't
> include some of the those files that Emacs's build needs.
>
> Concretely I suggest you try something like "apt-get build-deps emacs24"
>
>
> Stefan
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OSx] building emacs 25 with xwidgets support
2016-08-10 21:41 ` Filipe Silva
@ 2016-08-10 21:50 ` Stefan Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2016-08-10 21:50 UTC (permalink / raw)
To: help-gnu-emacs
> Stefan, right. But what if I'm in OSx? Is it possible to compile Emacs
> with xwidget support in osx?
I don't see why not. But of course, you'd need to compile "--with-x"
rather than the default "--with-ns".
Stefan
> On Tue, Aug 9, 2016 at 11:23 PM, Stefan Monnier <monnier@iro.umontreal.ca>
> wrote:
>> > I have gtk+3 installed and webkitgtk.
>>
>> A common mistake is to think there is such a thing as "gtk+3 is
>> installed", when in fact gtk+3 is divided into many different packages
>> and it's very likely you only have a particular subset which doesn't
>> include some of the those files that Emacs's build needs.
>>
>> Concretely I suggest you try something like "apt-get build-deps emacs24"
>>
>>
>> Stefan
>>
>>
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-08-10 21:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 1:28 [OSx] building emacs 25 with xwidgets support Filipe Silva
2016-08-09 18:07 ` John Mastro
2016-08-10 2:23 ` Stefan Monnier
2016-08-10 21:41 ` Filipe Silva
2016-08-10 21:50 ` Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).