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

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

building emacs on openbsd without-X fails


From: Han Boetes
Subject: building emacs on openbsd without-X fails
Date: Fri, 12 Mar 2004 12:39:58 +0059
User-agent: Mutt/1.5.6i

Hi,

I just configured/bootstrapped emacs on OpenBSD with this option: --without-x

And I got:

egcc -Demacs -DHAVE_CONFIG_H   -I. -I/home/han/nfs/Emacs/emacs/src 
-I/usr/X11R6/include -I/usr/pkg/include -I/usr/local/include -L/usr/pkg/lib 
-L/usr/local/lib -O2 -g -DGC_MCHECK=1 -pipe -fomit-frame-pointer  
/home/han/nfs/Emacs/emacs/src/prefix-args.c -o prefix-args
egcc -nostartfiles  `echo | sed -e 's/-R/-Wl,-rpath,/'` -Z  -o temacs 
pre-crt0.o /usr/lib/crt0.o /usr/lib/crtbegin.o dispnew.o frame.o scroll.o 
xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o   
emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o 
marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o 
indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o 
eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexelf.o bytecode.o 
process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o 
intervals.o textprop.o composite.o md5.o   terminfo.o lastfile.o gmalloc.o 
ralloc.o vm-limit.o   mktime.o    -lossaudio -lncurses   -lm -lgcc -lc -lgcc 
/usr/lib/crtend.o
frame.o: In function `make_terminal_frame':
/home/han/nfs/Emacs/emacs/src/frame.c:508: warning: sprintf() is often misused, 
please use snprintf()
emacs.o: In function `main':
/home/han/nfs/Emacs/emacs/src/emacs.c:1531: undefined reference to 
`syms_of_xmenu'
collect2: ld returned 1 exit status
gmake[1]: *** [temacs] Error 1
gmake[1]: Leaving directory `/home/public/han/Emacs/openbsd/src'
gmake: *** [bootstrap] Error 2

Remarkable is that -I/usr/X11R6/include is still included.



# Han




reply via email to

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