Hello Adrian!

I almost succeeded to build a Carbon Emacs from Unicode Emacs 23 code  
– it failed in the end due to these lines in lib-src/Makefile.in:

        /* Add mac-fix-env for OS X systems. */
        #if defined(COCOA) || defined(HAVE_CARBON)
        INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m 
${EXEEXT} ebrowse${EXEEXT} mac-fix-env${EXEEXT}
        #endif

with this error message:

        install: mac-fix-env: No such file or directory


I moved these lines into the #else part of the #ifndef HAVE_NS just  
below and the problem was solved for building Carbon Emacs. Emacs.app  
gets built too, including mac-fix-env. And the X client can be  
compiled as well.


--
Greetings

   Pete

Time flies like an error -- but fruit flies like a banana!
                              (almost Groucho Marx)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to