all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: merlyn@stonehenge.com (Randal L. Schwartz)
Cc: emacs-devel@gnu.org
Subject: Re: CVS main branch fails to build on OSX
Date: Sun, 20 May 2007 15:22:33 +0200	[thread overview]
Message-ID: <87y7jj4okm.fsf@lrde.org> (raw)
In-Reply-To: <86tzu763jl.fsf@blue.stonehenge.com> (Randal L. Schwartz's message of "Sun\, 20 May 2007 06\:13\:50 -0700")


[-- Attachment #1.1.1: Type: text/plain, Size: 1434 bytes --]

merlyn@stonehenge.com (Randal L. Schwartz) writes:

>>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:
>
> Randal>     $ make clean bootstrap install
> Randal>     [...]
> Randal>     gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o  window.o charset.o coding.o category.o ccl.o cm.o term.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 print.o lread.o abbrev.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  mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o  terminfo.o lastfile.o         LIBGPM -lncurses   
> Randal>     i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory
> Randal>     make[2]: *** [temacs] Error 1
> Randal>     make[1]: *** [bootstrap-build] Error 2
> Randal>     make: *** [bootstrap] Error 2
>
> Randal> What's that "LIBPGM" doing in there?
>
> And "cvs up -A -D yesterday" works just fine, so the problem is something
> in the last 24 hours.

Just a guess, but does the following fixes your problem?


[-- Attachment #1.1.2: Makefile.diff --]
[-- Type: text/plain, Size: 1125 bytes --]

Index: src/Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.342
diff -c -r1.342 Makefile.in
*** src/Makefile.in	20 May 2007 05:09:33 -0000	1.342
--- src/Makefile.in	20 May 2007 13:21:18 -0000
***************
*** 941,947 ****
     Note that SunOS needs -lm to come before -lc; otherwise, you get
     duplicated symbols.  If the standard libraries were compiled
     with GCC, we might need gnulib again after them.  */
! LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) LIBGPM\
     LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
     LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
     $(GNULIB_VAR)
--- 941,947 ----
     Note that SunOS needs -lm to come before -lc; otherwise, you get
     duplicated symbols.  If the standard libraries were compiled
     with GCC, we might need gnulib again after them.  */
! LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) LIBGPM \
     LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
     LIBS_DEBUG $(GETLOADAVG_LIBS) $(GNULIB_VAR) LIB_MATH LIB_STANDARD \
     $(GNULIB_VAR)

[-- Attachment #1.1.3: Type: text/plain, Size: 329 bytes --]



-- 
 |   Michaël `Micha' Cadilhac       |  In a World without Walls and Fences,  |
 |   http://michael.cadilhac.name   |     who needs Windows and Gates?       |
 |   JID/MSN:                       |          -- Dino Esposito              |
 `----  michael.cadilhac@gmail.com  |                                   -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-05-20 13:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-20 12:57 CVS main branch fails to build on OSX Randal L. Schwartz
2007-05-20 13:13 ` Randal L. Schwartz
2007-05-20 13:22   ` Michaël Cadilhac [this message]
2007-05-20 13:21 ` Jan Djärv
2007-05-20 13:36   ` Randal L. Schwartz

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

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

  git send-email \
    --in-reply-to=87y7jj4okm.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=emacs-devel@gnu.org \
    --cc=merlyn@stonehenge.com \
    /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 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.