Hello!

Using gcc-4.0.1 to compile on Mac OS X 10.4.7 an an X11 client works,  
but this version of src/emacs crashes with an illegal instruction.  
Invoking src/emacs with -Q brings this warning:

        Warning (initialization): Building Emacs overflowed pure space.   
(See the node Pure Storage in the Lisp manual for details.)

Further launches are alright!


Make install reveals many such messages:

        tar: ./mac/ChangeLog: file changed as we read it

It starts here:

        rm -f /usr/local/bin/`echo emacs | sed 's,x,x,'`
        ln /usr/local/bin/`echo emacs-23.0.0 | sed 's,x,x,'` /usr/local/bin/ 
`echo emacs | sed 's,x,x,'`
        unset CDPATH; \
        for f in `cd lib-src && echo fns-*.el`; do \
          if test -r lib-src/$f ; then \
            /usr/bin/install -c -m 644 lib-src/$f /usr/local/libexec/emacs/ 
23.0.0/powerpc-apple-darwin8.7.0/$f; \
          else true; fi ; \
        done
        if test "" != ""; then \
          umask 022; mkdir -p /Emacs.app; \
          (cd mac/Emacs.app; (tar -chf - . | \
                (cd /Emacs.app; umask 022; tar -xvf - \
                        && cat > /dev/null))) || exit 1; \
        fi
        if test "@ns_appdir@" != ""; then \
          umask 022; mkdir -p @ns_appdir@/Emacs.app; \
          (cd nextstep/build/Emacs.app; (tar -chf - . | \
                (cd @ns_appdir@/Emacs.app; umask 022; tar -xvf - \
                        && cat > /dev/null))) || exit 1; \
          ( cd site-lisp ; tar chf - . ) | \
              ( cd /usr/local/share/`echo emacs-23.0.0 | sed 's,x,x,'`/site- 
lisp ; tar xf - ) \
        fi
        /bin/sh: line 1: cd: @ns_appdir@/Emacs.app: No such file or directory
        ./
        ./Contents/
        ./Contents/MacOS/
        ./Contents/MacOS/bin/
        ./Contents/MacOS/bin/b2m
        tar: ./Contents/MacOS/bin/b2m: file changed as we read it
        ./Contents/MacOS/bin/ctags
        tar: ./Contents/MacOS/bin/ctags: file changed as we read it

The installation for Emacs.app shows the same symptoms.

Are all patches, including those of previews 2 and 2a, needed to be  
applied for preview 3?

When I try to launch Emacs.app I get:

        2006-07-10 10:02:17.357 open[17859] LSOpenFromURLSpec() returned  
-10827 for application (null) urls file://localhost/Users/pete/ 
Quellen/Emacs_CVS/emacs-23.0.0_NS-9.0pre3/nextstep/build/Emacs.app/.

        pete 193 /\ du -sk build/Emacs.app/Contents/*
          852   build/Emacs.app/Contents/MacOS
        78528   build/Emacs.app/Contents/Resources

--
Greetings

   Pete

»¿ʇı̣ əsnqɐ ʇ,uɐɔ noʎ ɟı̣
ɓuı̣ɥʇʎuɐ sı̣ pooɓ ʇɐɥʍ«




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to