Discussion:
trouble compiling xemacs on my MAC system.
(too old to reply)
r***@gmail.com
2015-02-27 04:46:00 UTC
Permalink
Hi,
I tried to install xemacs 21.4.20 without success. Please advice.

I did a ./configure (no options).

Config.log has a bunch of fatal errors.

configure:2412:10: fatal error: 'features.h' file not found
configure:3516:10: fatal error: 'a.out.h' file not found
configure:3516:10: fatal error: 'elf.h' file not found
configure:3516:10: fatal error: 'cygwin/version.h' file not found
configure:3516:10: fatal error: 'sys/pstat.h' file not found
configure:5606:10: fatal error: 'X11/Intrinsic.h' file not found
configure:8288:10: fatal error: 'libpq-fe.h' file not found
configure:8288:10: fatal error: 'pgsql/libpq-fe.h' file not found
configure:8288:10: fatal error: 'postgresql/libpq-fe.h' file not found
configure:11506:10: fatal error: 'pty.h' file not found
configure:11506:10: fatal error: 'libutil.h' file not found
configure:11550:10: fatal error: 'stropts.h' file not found
configure:11752:10: fatal error: 'sys/loadavg.h' file not found
configure:12401:10: fatal error: 'vfork.h' file not found
configure:13514:10: fatal error: 'machine/soundcard.h' file not found
configure:13514:10: fatal error: 'sys/soundcard.h' file not found
configure:13514:10: fatal error: 'linux/soundcard.h' file not found
configure:13859:10: fatal error: 'ncurses/curses.h' file not found
configure:13889:10: fatal error: 'ncurses/term.h' file not found
configure:13927:10: fatal error: 'ncurses/curses.h' file not found
configure:14171:10: fatal error: 'gpm.h' file not found
configure:14689:10: fatal error: 'db/db.h' file not found

I tried to keep going and did a make install

It couldn't complete the linking process. There were multiple (hundreds) of duplicate symbol errors between abbrev.o and many other .os (widget.o, sysdep,o etc,) There were a bunch of warnings prior to that. I can save and send the make output if required. My machine details...

Darwin Ravi-Kumars-iMac-2.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64

-ravi
Michael Sperber
2015-02-27 07:19:39 UTC
Permalink
Post by r***@gmail.com
Hi,
I tried to install xemacs 21.4.20 without success. Please advice.
I did a ./configure (no options).
Config.log has a bunch of fatal errors.
configure:2412:10: fatal error: 'features.h' file not found
You should post the full config.log output.
--
Regards,
Mike
r***@gmail.com
2015-02-27 10:50:18 UTC
Permalink
This post might be inappropriate. Click to display it.
Michael Sperber
2015-03-07 14:19:12 UTC
Permalink
Post by r***@gmail.com
Post by r***@gmail.com
Hi,
I tried to install xemacs 21.4.20 without success. Please advice.
I did a ./configure (no options).
Config.log has a bunch of fatal errors.
configure:2412:10: fatal error: 'features.h' file not found
That's not a problem in and of itself. (The C compiler considers it a
"fatal error", but configure just invokes the C compiler to see if it's
present.) Are you sure this is the full config.log output? It ends
rather suddenly ...
Post by r***@gmail.com
; return 0; }
configure:15806: gcc -o conftest -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow -Wpointer-arith conftest.c -lncurses -lldap 1>&5
--
Regards,
Mike
Loading...