GNU bug report logs -
#6760
24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o
Previous Next
Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Date: Thu, 29 Jul 2010 22:07:01 UTC
Severity: normal
Found in version 24.0.50
Done: Dan Nicolaescu <dann <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#6760: 24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 6760 <at> debbugs.gnu.org.
--
6760: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6760
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Peter Dyballa <Peter_Dyballa <at> Freenet.DE> writes:
> Hello!
>
> When trying to build the NS variant with GCC 4.2 I get:
>
> gcc-4.2 -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8 \
> -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o
> menu.o window.o charset.o coding.o category.o ccl.o character.o
> chartab.o bidi.o cm.o term.o terminal.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 font.o print.o lread.o
> syntax.o unexmacosx.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 nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o
> nsfont.o fontset.o fringe.o image.o terminfo.o lastfile.o
> -lresolv -
> lncurses
> ld: duplicate symbol _Qwindow in data.o and buffer.o
> collect2: ld returned 1 exit status
> make[1]: *** [temacs] Error 1
> make[1]: Target `all' not remade because of errors.
> make: *** [src] Error 2
> make: Target `all' not remade because of errors.
>
>
> src/data.c:85:Lisp_Object Qwindow;
> src/data.c:212: return Qwindow;
> src/data.c:3188: Qwindow = intern_c_string ("window");
> src/data.c:3213: staticpro (&Qwindow);
> src/buffer.c:165:Lisp_Object Qpriority, Qwindow, Qevaporate,
> Qbefore_string, Qafter_string;
> src/buffer.c:3015: window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:3159: window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:3187: window = Foverlay_get (overlay, Qwindow);
> src/buffer.c:5348: Qwindow = intern_c_string ("window");
> src/buffer.c:5349: staticpro (&Qwindow);
Thanks, fixed.
This bug has been around for a very long time...
[Message part 3 (message/rfc822, inline)]
Hello!
When trying to build the NS variant with GCC 4.2 I get:
gcc-4.2 -prebind -framework AppKit -Xlinker -headerpad -Xlinker 6C8 \
-o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
bidi.o cm.o term.o terminal.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 font.o print.o lread.o syntax.o unexmacosx.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
nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o
fringe.o image.o terminfo.o lastfile.o -lresolv -
lncurses
ld: duplicate symbol _Qwindow in data.o and buffer.o
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [src] Error 2
make: Target `all' not remade because of errors.
src/data.c:85:Lisp_Object Qwindow;
src/data.c:212: return Qwindow;
src/data.c:3188: Qwindow = intern_c_string ("window");
src/data.c:3213: staticpro (&Qwindow);
src/buffer.c:165:Lisp_Object Qpriority, Qwindow, Qevaporate,
Qbefore_string, Qafter_string;
src/buffer.c:3015: window = Foverlay_get (overlay, Qwindow);
src/buffer.c:3159: window = Foverlay_get (overlay, Qwindow);
src/buffer.c:3187: window = Foverlay_get (overlay, Qwindow);
src/buffer.c:5348: Qwindow = intern_c_string ("window");
src/buffer.c:5349: staticpro (&Qwindow);
Mac OS X 10.5.8, PPC
--
Greetings
Pete
Ce qui été compris n'existe plus.
(Paul Eluard)
This bug report was last modified 15 years and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.