unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@gmx.de>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.50; strange messages on built-in variables
Date: Sun, 7 Oct 2007 17:11:52 +0200	[thread overview]
Message-ID: <DBE9115D-4716-4BA8-9C7E-CA6BDB189D4B@gmx.de> (raw)
In-Reply-To: <200710070050.l970oeul000999@oogie-boogie.ics.uci.edu>


Am 07.10.2007 um 02:50 schrieb Dan Nicolaescu:

>> (featurep 'mac-carbon) looks like the better choice.
>
> Did you try it? Did it work?

Yes. Substituting

	(or (eq system-type 'mac) (eq system-type 'darwin)))

with

	(featurep 'mac-carbon))

removes the many messages.



>
>
>> The commands reported are from Carbon Emacs –
>
> They seems to be defined only for Carbon.
>
>> which can't be compiled (the usual way) with the mac/make-package
>> script:
>>
>> 	gcc -I/sw/include -L/sw/lib -DMAC_OSX -DHAVE_CONFIG_H
>> -I. -I../src -
>> I/Users/pete/Quellen/Emacs_CVS/emacs/mac/../lib-src -I/Users/pete/
>> Quellen/Emacs_CVS/emacs/mac/../lib-src/../src -dead_strip -
>> bind_at_load -multiply_defined suppress -L/sw/lib/freetype219/lib -L/
>> sw/lib/fontconfig2/lib -L/sw/lib/ncurses -L/sw/lib -L/usr/local/lib -
>> g -O2 -Wno-pointer-sign   movemail.o pop.o getopt.o getopt1.o
>> -o movemail
>> 	powerpc-apple-darwin8-gcc-4.0.1: getopt.o: No such file or directory
>> 	powerpc-apple-darwin8-gcc-4.0.1: getopt1.o: No such file or  
>> directory
>> 	make[1]: *** [movemail] Error 1
>> 	make: *** [lib-src] Error 2
>
> The Carbon port on CVS trunk has been abandoned by its maintainers and
> it is known to be broken. But the above is probably not related to
> what is known to be broken. If you are interested, can you try to
> figure out what goes wrong? It would be better to start by just using
> ./configure
>

I did

	./configure --without-x --without-ns --without-sound --without- 
toolkit-scroll-bars --prefix=/usr/local --enable-carbon-app --enable- 
locallisppath=/Library/Application\ Support/Emacs/calendar23:/Library/ 
Application\ Support/Emacs/caml:/Library/Application\ Support/Emacs:/ 
sw/share/emacs21/site-lisp/elib

which ended in:

   What window system should Emacs use?                    mac
   What toolkit should Emacs use?                          none
   Where do we find X Windows header files?                NONE
   Where do we find X Windows libraries?                   NONE
   Does Emacs use -lXaw3d?                                 no
   Does Emacs use -lXpm?                                   no
   Does Emacs use -ljpeg?                                  no
   Does Emacs use -ltiff?                                  no
   Does Emacs use a gif library?                           no
   Does Emacs use -lpng?                                   no
   Does Emacs use -lrsvg-2?                                yes	; why  
that?
   Does Emacs use -lgpm?                                   no
   Does Emacs use X toolkit scroll bars?                   no

but src/emacs only was able to run inside a terminal emulation.


I'll try to find the changes necessary!

--
Greetings

   Pete

In a world without walls and fences, who needs gates and windows?

  reply	other threads:[~2007-10-07 15:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-06  9:13 23.0.50; strange messages on built-in variables Peter Dyballa
2007-10-06 20:04 ` Dan Nicolaescu
2007-10-06 23:00   ` Peter Dyballa
2007-10-07  0:50     ` Dan Nicolaescu
2007-10-07 15:11       ` Peter Dyballa [this message]
2007-10-08 23:40       ` 23.0.50; WAS: " Peter Dyballa
2007-10-10 21:34       ` 23.0.50; " Peter Dyballa
2007-10-10 23:56         ` Dan Nicolaescu
2007-10-11  0:47           ` Jason Rumney

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=DBE9115D-4716-4BA8-9C7E-CA6BDB189D4B@gmx.de \
    --to=peter_dyballa@gmx.de \
    --cc=dann@ics.uci.edu \
    --cc=emacs-pretest-bug@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).