unofficial mirror of bug-gnu-emacs@gnu.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

* bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app
  2009-01-28 21:28 bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app Adrian Robert
@ 2009-01-29 10:40 ` Adrian Robert
       [not found]   ` <92AE87EF-5508-4D9B-B324-4C81A62C0108@Freenet.DE>
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Robert @ 2009-01-29 10:40 UTC (permalink / raw)
  To: 2063, Peter Dyballa


On Jan 28, 2009, at 11:28 PM, Adrian Robert wrote:

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

I checked it in, please try when you have a chance.








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

* bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app
       [not found]   ` <92AE87EF-5508-4D9B-B324-4C81A62C0108@Freenet.DE>
@ 2009-01-29 22:35     ` Adrian Robert
  2009-01-29 23:07       ` Peter Dyballa
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Robert @ 2009-01-29 22:35 UTC (permalink / raw)
  To: Peter Dyballa; +Cc: 2063

I can reproduce only the xbm failures, and don't have librsvg to test  
svg.  Safari must use some special method to view SVG, otherwise I'd  
expect Preview would be able to do it.








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

* bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app
  2009-01-29 22:35     ` Adrian Robert
@ 2009-01-29 23:07       ` Peter Dyballa
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Dyballa @ 2009-01-29 23:07 UTC (permalink / raw)
  To: Adrian Robert; +Cc: 2063


Am 29.01.2009 um 23:35 schrieb Adrian Robert:

> I can reproduce only the xbm failures, and don't have librsvg to  
> test svg.

Both MacPorts and Fink offer librsvg 2.22.3.

Previous Emacs-app version were using:

	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit  
(compatibility version 45.0.0, current version 824.48.0)
	/sw/lib/fontconfig2/lib/libfontconfig.1.dylib (compatibility version  
3.0.0, current version 3.0.0)
	/sw/lib/libdbus-1.3.dylib (compatibility version 8.0.0, current  
version 8.0.0)
	/sw/lib/ncurses/libncurses.5.dylib (compatibility version 5.0.0,  
current version 5.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current  
version 88.1.12)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current  
version 1.0.0)

The new Emacs.app uses additionally, from Fink:

	/sw/lib/libcairo.2.dylib (compatibility version 10803.0.0, current  
version 10803.6.0)
	/sw/lib/libgdk_pixbuf-2.0.0.dylib (compatibility version 1401.0.0,  
current version 1401.7.0)
	/sw/lib/libglib-2.0.0.dylib (compatibility version 1801.0.0, current  
version 1801.4.0)
	/sw/lib/libgmodule-2.0.0.dylib (compatibility version 1801.0.0,  
current version 1801.4.0)
	/sw/lib/libgobject-2.0.0.dylib (compatibility version 1801.0.0,  
current version 1801.4.0)
	/sw/lib/libintl.3.dylib (compatibility version 8.0.0, current  
version 8.3.0)
	/sw/lib/librsvg-2.2.dylib (compatibility version 25.0.0, current  
version 25.3.0)


> Safari must use some special method to view SVG, otherwise I'd  
> expect Preview would be able to do it.
>


WebKit?

--
Greetings

   Pete

The light at the end of the tunnel has been turned off due to budget  
cuts.








^ 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-28 21:28 bug#2063: 23.0.60; repeated compile failures after updates for Emacs.app 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
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26 11:42 Peter Dyballa

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).