all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app
@ 2009-01-26 11:42 Peter Dyballa
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2009-01-26 11:42 UTC (permalink / raw
  To: emacs-pretest-bug

Hello!

After updating this European (UTC+1) morning to see Emacs.app display  
SVG images compilation fails:

echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o  
coding.o category.o ccl.o character.o chartab.o cm.o term.o  
terminal.o xfaces.o   dbusbind.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    " > buildobj.lst
gcc -I/sw/include -L/sw/lib  -prebind -framework AppKit -Xlinker - 
headerpad -Xlinker 6C8 -bind_at_load -dead_strip -multiply_defined  
suppress -L/sw/lib/ncurses -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 cm.o term.o terminal.o xfaces.o   dbusbind.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        -L/sw/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo - 
lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/sw/lib -ldbus-1 - 
lncurses  -L/sw/lib/fontconfig2/lib -lfontconfig
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning -prebind  
ignored because MACOSX_DEPLOYMENT_TARGET environment variable greater  
or equal to 10.4
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
_x_query_color
collect2: ld returned 1 exit status
make[2]: *** [temacs] Error 1

It obviously comes from src/image.c (./src/image.c:86:extern void  
x_query_color (struct frame *f, XColor *color);) and shows that  
nsimage.m does not provide this function:

./src/xterm.c:1705:x_query_color (f, color)
./src/w32term.c:1550:x_query_color (f, color)

--
Greetings

   Pete       (:
         _    / __    -    -
       _/ \__/_/        -     -
      (´`)      (´`)   -    -
       `´        `´









^ permalink raw reply	[flat|nested] 5+ messages in thread
* bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app
@ 2009-01-28 21:28 Adrian Robert
  2009-01-29 10:40 ` Adrian Robert
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Robert @ 2009-01-28 21:28 UTC (permalink / raw
  To: 2063; +Cc: Peter Dyballa

I have a patch for this, I'll commit it as soon as I can get some  
unrelated changes in or split them out.







^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-29 23:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 11:42 bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app Peter Dyballa
  -- strict thread matches above, loose matches on Subject: below --
2009-01-28 21:28 Adrian Robert
2009-01-29 10:40 ` Adrian Robert
     [not found]   ` <92AE87EF-5508-4D9B-B324-4C81A62C0108@Freenet.DE>
2009-01-29 22:35     ` Adrian Robert
2009-01-29 23:07       ` Peter Dyballa

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.