emacs-devel
[Top][All Lists]
Advanced

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

Re: Unable to build from git on emacs-24.5 (866501efe0)


From: Jan D.
Subject: Re: Unable to build from git on emacs-24.5 (866501efe0)
Date: Thu, 16 Apr 2015 09:24:17 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Please send the complete make output.

        Jan D.

Paul Nathan skrev den 2015-04-15 18:48:
Hi,

I have a recently upgraded OSX Yosemite (10.10) system I am attempting
to build emacs on.  I have attempted to update my Xcode, command-line
tools, brew, etc, prior to performing a build.

I begin by running git checkout emacs-24.5

After running autogen.sh, then ./configure --with-ns, then invoking
make, I receive this information.

make[1]: Circular bootstrap-emacs <- temacs dependency dropped.
cd ../lisp; /Applications/Xcode.app/Contents/Developer/usr/bin/make
update-subdirs
for file in `find . -type d -print`; do case $file in .*/cedet* |
.*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \
     for file in $wins; do \
        ./../build-aux/update-subdirs $file; \
     done;
if test "no" = "yes"; then \
       rm -f bootstrap-emacs; \
       ln temacs bootstrap-emacs; \
     else \
       ./temacs --batch --load loadup bootstrap || exit 1; \
       test "X" = X ||  -zex emacs; \
       mv -f emacs bootstrap-emacs; \
     fi
/bin/sh: ./temacs: No such file or directory
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2

Make has the right of it:  find . | grep temacs from the repository root
returns nothing.

I perfectly am willing to believe that my system is misconfigured and
the issue lies solely in the computer and the user, however, I am not
sure exactly where to start the hunt to find the misconfiguration.

Please advise.

Thank you for your time,
Paul




reply via email to

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