Ignore that.  After 'make distclean' I get a different error, which is:

gcc-4.0  -prebind -framework AppKit -lresolv -Xlinker -headerpad
-Xlinker 6C8  -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   termcap.o tparam.o lastfile.o
     -L/opt/local/lib -ldbus-1 -lresolv
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning prebinding
disabled because dependent library: /opt/local/lib/libdbus-1.3.dylib
is not prebound
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_BC
_UP
_tgoto
_tputs
_PC
_tgetent
_tgetflag
_tgetnum
_tgetstr
collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make: *** [src] Error 2
*** Compilation failed. ***
Please examine the above output to determine what went wrong,
edit the configure options in this script (\'compile\') to fix it, and rerun.


I have dbus 1.2.1 installed through Macports.

-Denis

On Tue, Jul 15, 2008 at 21:27, Denis Bueno <[EMAIL PROTECTED]> wrote:
> I get a build failure on OS X 10.4.11, after running ./compile in the
> nextstep directory:
>
> gcc -c -fpascal-strings -DMAC_OSX   -Demacs -DHAVE_CONFIG_H  -I.
> -I/Users/Shared/src/emacs/src -fpascal-strings -DMAC_OSX
> -I/usr/X11R6/include -DXTHREADS -I/opt/local/include/gtk-2.0
> -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0
> -I/opt/local/include/cairo -I/opt/local/include/pango-1.0
> -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
> -I/opt/local/include -I/opt/local/include/freetype2
> -I/opt/local/include/libpng12 -I/usr/X11R6/include
> -I/opt/local/include/pixman-1 -DXTHREADS -I/opt/local/include
> -I/usr/X11R6/include -I/opt/local/include/freetype2 -Dtemacs
> -DXTHREADS -I/opt/local/include/librsvg-2
> -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
> -I/opt/local/include -I/opt/local/include/gtk-2.0
> -I/opt/local/include/cairo -I/opt/local/include/freetype2
> -I/opt/local/include/libpng12 -I/usr/X11R6/include
> -I/opt/local/include/pixman-1 -I/opt/local/include/dbus-1.0
> -I/opt/local/lib/dbus-1.0/include -g -O2 -Wno-pointer-sign  xftfont.c
> ftfont.c: In function 'ftfont_pattern_entity':
> ftfont.c:163: error: 'FC_WEIGHT_REGULAR' undeclared (first use in this 
> function)
> ftfont.c:163: error: (Each undeclared identifier is reported only once
> ftfont.c:163: error: for each function it appears in.)
> ftfont.c:172: error: 'FC_WIDTH' undeclared (first use in this function)
> ftfont.c: In function 'ftfont_list':
> ftfont.c:768: error: 'FC_WIDTH' undeclared (first use in this function)
> make[1]: *** [ftfont.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> xftfont.c: In function 'xftfont_open':
> xftfont.c:218: error: 'FC_WIDTH' undeclared (first use in this function)
> xftfont.c:218: error: (Each undeclared identifier is reported only once
> xftfont.c:218: error: for each function it appears in.)
> make[1]: *** [xftfont.o] Error 1
> make: *** [src] Error 2
> *** Compilation failed. ***
> Please examine the above output to determine what went wrong,
> edit the configure options in this script (\'compile\') to fix it, and rerun.
>
> nextstep[508] > gcc --version
> i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370)
>
> The last commit of the repo when I tried this was by Miles Bader, "Add
> arch tagline."
>
>
> On Tue, Jul 15, 2008 at 14:52, Adrian Robert <[EMAIL PROTECTED]> wrote:
>> Yes, it finally happened!
>>
>> Please use that version as basis for any bug reporting or development
>> work.
>>
>> For CVS checkout info see:
>>
>> http://savannah.gnu.org/cvs/?group=emacs
>>
>> The file nextstep/FOR-RELEASE contains the current list of issues, and
>> I hope to keep this as a summary of the most important bugs reported
>> through various channels.  One of the most major ones is getting
>> dumping working under GNUstep.
>>
>> I hope the inclusion in GNU CVS will make it easier for others to
>> obtain the latest version of the code and contribute to improving
>> Emacs.app to be the best interface for GNU Emacs.
>>
>>
>> -Adrian
>>
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Emacs-app-dev- mailing list
>> Emacs-app-dev-@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
>>
>
>
>
> --
>  Denis
>



-- 
 Denis

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to