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

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

bug#13908: Unable to compile Emacs 23.3 Release Candidate 2


From: Paul Eggert
Subject: bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
Date: Tue, 12 Mar 2013 21:51:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Looking at the dispnew.ii you posted at <http://bugs.gnu.org/13908#38>
the problem is here:

  # 1 "/d4m/vid/bin/utils/readline-6.2/config.h" 1 3
  # 14 "/d4m/vid/bin/utils/readline-6.2/config.h" 3
  #define RETSIGTYPE void

I.e., the compiler is including the wrong config.h file.
Can you investigate why that might be?  Looking at the
make.log you posted earlier, it said:

/usr/bin/gcc -std=gnu99 -c  -Demacs  -I. 
-I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src ... dispnew.c

which should be including the config.h in ".", i.e., in the source
directory.  But evidently it's not doing that, and we need to figure
out why.  This easily explains the rest of the failures.

Evidently there is a config.h since you sent it to me.
Is it in the proper directory?  What are its permissions?
What is the output of "make CFLAGS=-v"?





reply via email to

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