unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: 6760@debbugs.gnu.org
Subject: bug#6760: 24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o
Date: Fri, 30 Jul 2010 00:06:58 +0200	[thread overview]
Message-ID: <94A55DD1-1213-42D7-B887-AD1B19F7BC3A@Freenet.DE> (raw)

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)






             reply	other threads:[~2010-07-29 22:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-29 22:06 Peter Dyballa [this message]
2010-07-30  4:53 ` bug#6760: 24.0.50; ld: duplicate symbol _Qwindow in data.o and buffer.o Dan Nicolaescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94A55DD1-1213-42D7-B887-AD1B19F7BC3A@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=6760@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).