unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: joakim@verona.se
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: summer of code results
Date: Sat, 27 Sep 2014 22:26:21 +0200	[thread overview]
Message-ID: <m37g0oq07m.fsf@exodia.verona.se> (raw)
In-Reply-To: <9lzjdk6fzz.fsf@fencepost.gnu.org> (Glenn Morris's message of "Sat, 27 Sep 2014 15:05:36 -0400")

Glenn Morris <rgm@gnu.org> writes:

> Answering my own question (a bit), I see there was (?) an Xwidgets project
> again.
>
> https://www.google-melange.com/gsoc/project/details/google/gsoc2014/nick7s/5724160613416960
>
> I wonder if it is any closer to being merged to trunk.
> I see a single non-merge-from-trunk change in the xwidgets branch this year.
>

I'm in the process of collating the patches atm.

I'm preparing a Docker image with the xwidget branch build environment
to enable people to try it out more easily.

The docker file and other things were moved to a new repo:

https://github.com/jave/xwidget-aux

I hope to prepare a better report when I verified that the images are
good enough for public consumption.

Menwhile, the Dockerfile looks like this:
-----------
FROM fedora:20

# install things we need to build the emacsxwidget branch
RUN yum -y install git

RUN yum -y groupinstall "Development Tools"
RUN yum -y install gobject-introspection-devel webkitgtk3-devel libjpeg-turbo libXpm-devel libungif-devel libjpeg-devel libnsurses-devel texinfo libncurses-devel
RUN yum -y install libtiff-devel
RUN yum -y install ncurses-devel
RUN yum -y install  xorg-x11-apps #this is just for debugging
run yum -y install gdb

RUN git clone  --depth 1 -b xwidget git://git.savannah.gnu.org/emacs.git xwidget

RUN	cd xwidget && git checkout xwidget &&		export CFLAGS=" -g" && ./autogen.sh &&  	./configure --with-xwidgets --with-x-toolkit=gtk3 && 	make -j4
------------

And you could try it with this unsecure xforward hack:
xhost +
docker run -it -v /tmp/.X11-unix/X76:/tmp/.X11-unix/X76 --env DISPLAY=:76 d18554142086  /xwidget/src/emacs

of course using your own display numbers and docker image hash.






-- 
Joakim Verona



      reply	other threads:[~2014-09-27 20:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-15  0:37 summer of code results Glenn Morris
2014-09-27 19:05 ` Glenn Morris
2014-09-27 20:26   ` joakim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m37g0oq07m.fsf@exodia.verona.se \
    --to=joakim@verona.se \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).