all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ? OSX compile from CVS (and some setup questions)
@ 2002-11-11 12:19 Heiko Hellweg
  2002-11-11 13:22 ` Hugo Wolf
  2002-11-11 17:39 ` Kai Großjohann
  0 siblings, 2 replies; 8+ messages in thread
From: Heiko Hellweg @ 2002-11-11 12:19 UTC (permalink / raw)


I tried (and failed) to build my own Emacs on Mac OSX.2 
directly from CVS (checked out today: 11th. of Nov. 2002)
as described on http://members.shaw.ca/akochoi-emacs/:

--->
  cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs
  cd emacs
  ./configure --with-carbon --without-x
  make bootstrap
<---

wich came up with the following error:

--->
Compiling /Users/hh/tmp/emacs/emacs/lisp/progmodes/cc-mode.el
>>Error occurred processing /Users/hh/tmp/emacs/emacs/lisp/progmodes/cc-mode.el: Symbol's function definition is void ((char-table-p))
make[1]: *** [compile] Error 1
make: *** [bootstrap] Error 2
<---

Is this a known bug in the current CVS? Or is there something obvious 
i missed? I checked the recent emacs-devel archive 
(http://mail.gnu.org/pipermail/emacs-devel/2002-November/thread.html), 
but most (end users) comilation problems there seemed to center
on trying just 'make' without the bootstrap ...

Failing that, i got myself a precompiled binary version
(GNU Emacs 21.3.50.2 (powerpc-apple-darwin6.1)) from 
http://www.webweavertech.com/ovidiu/emacs.html (which i'm using
right now in conjunction with gnus...) and - well - i've still
got some questions:

first of all: when i start emacs from the commandline (Aqua or
tty via '-nw') with a filename as parameter, as in
        /Applications/Emacs.app/Contents/MacOS/Emacs -nw textfile.txt
it starts up showing the general info (the usual 20 or such lines: 
"Welcome to GNU Emacs ...") and only shows the contents of textfile.txt
after i pressed some key. 
That is quite irritating. Is there a way to turn this of?

second: running that emacs on the tty, it seems not to honor
my colorized vt100 terminfo entry:

--->
hh@ifruit:emacs/ %infocmp vt100
#       Reconstructed via infocmp from file: /Users/hh/.terminfo/v/vt100
vt100-color, 
        am, xenl, 
        colors#8, cols#80, it#8, lines#24, pairs#64, vt#3, 
        bel=^G, blink=\E[5m$<2/>, bold=\E[1m$<2/>, 
        clear=\E[;H\E[2J, cr=^M, csr=\E[%i%p1%d;%p2%dr, cub1=^H, 
        cud1=^J, cuf1=\E[C$<2/>, cup=\E[%i%p1%d;%p2%dH$<5/>, 
        cuu1=\E[A$<2/>, ed=\E[J$<50/>, el=\E[K$<3/>, home=\E[H, 
        ht=^I, ind=\ED$<2*/>, kbs=^H, kcub1=\EOD, kcud1=\EOB, 
        kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf2=\EOQ, kf3=\EOR, 
        kf4=\EOS, nel=\r\ED$<2*/>, op=\E[m, rc=\E8, rev=\E[7m$<2/>, 
        rf=/usr/share/tabset/vt100, ri=\EM$<2*/>, 
        rmkx=\E[?1l\E>, rmso=\E[m$<2/>, rmul=\E[m$<2/>, 
        rs2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[;r\E[0m\E(B\E)B\E[2J, 
        sc=\E7, setab=\E[4%p1%dm, setaf=\E[3%p1%dm, 
        setb=\E[4%p1%dm, setf=\E[3%p1%dm, sgr0=\E[m$<2/>, 
        smkx=\E[?1h\E=, smso=\E[7m$<2/>, smul=\E[4m$<2/>, 
<---

The apple supplied emacs (GNU Emacs 21.1.1 (powerpc-apple-darwin6.0)),
and a fink installation of (GNU Emacs 21.2.1 (powerpc-apple-darwin, X toolkit))
[see http://fink.sourceforge.net/pdb/section.php/editors] used color for
font-lock-mode , while the Aqua 21.3.50.2 build reverts to bold/underline
on the tty... 

I also tried the ~/.termcap suggestion from the (cvs source)/mac/INSTALL
file without success.

On the other hand, that 21.3.50.2 Aqua buld seems to be the only
one that accepts 8bit ISO8859-1 umlauts on the tty. the apple 
supplied version always cut of the high bit (e.g. 'ä'=0xe4 becomes
'd'=0x64)... anyone got an idea, why they won't accept, that Terminal.app
is 8 bit clean? 'stty -a' says, among other things:

--->
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -mdmbuf
<---

... oh well ... seems like i'm stuck with either having color or umlauts 
on the tty... (yes: for some reason, i prefer tty emacs).

I hope, all that rambling makes sense.
bye - Heiko

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

end of thread, other threads:[~2002-11-13 20:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-11 12:19 ? OSX compile from CVS (and some setup questions) Heiko Hellweg
2002-11-11 13:22 ` Hugo Wolf
2002-11-12 16:03   ` Heiko Hellweg
2002-11-12 16:48     ` Schone Mullerin
2002-11-11 17:39 ` Kai Großjohann
2002-11-12 15:54   ` Heiko Hellweg
2002-11-13  7:48     ` Kai Großjohann
2002-11-13 20:59     ` Heiko Hellweg

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.