emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS main branch fails to build on OSX


From: Michaël Cadilhac
Subject: Re: CVS main branch fails to build on OSX
Date: Sun, 20 May 2007 15:22:33 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

address@hidden (Randal L. Schwartz) writes:

>>>>>> "Randal" == Randal L Schwartz <address@hidden> 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?

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)

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

Attachment: pgp1OCa5pPgNK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]