hydra-users
[Top][All Lists]
Advanced

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

Re: Emacs builds failing to pull changes


From: Glenn Morris
Subject: Re: Emacs builds failing to pull changes
Date: Sat, 25 May 2013 23:01:27 -0400

Thanks, it's getting closer to building on those platforms. :)

The x86_64-darwin build now fails due to an Emacs bug.

The i686-cygwin build fails due to a dependency, GNU make. 
I'd expect make to be a dependency of virtually every package.
Does this mean that nothing builds on i686-cygwin?

The i686-freebsd build fails to configure:

    No X toolkit could be found.
    If you are sure you want Emacs compiled without an X toolkit, pass
    --with-x-toolkit=no
    to configure.  Otherwise, install the development libraries for the
    toolkit that you want to use (e.g. Gtk+) and re-run configure.

Is it possible to add a stanza similar to the Darwin one:

    # Fallback for Darwin.
    ++ (stdenv.lib.optional stdenv.isDarwin xlibs.libXaw);

for FreeBSD as well?

If not, then can --with-x-toolkit=no be added to the configure on that
platform?



reply via email to

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