Hello,

I've updated the Xcode project for Emacs.app.  It should be fully  
functional now.  You need to run configure --with-ns first but  
otherwise it should coexist nicely with regular command line  
building.  You can build either way at any time.

There are two targets: temacs and Emacs.app.  'temacs' just builds  
temacs (undumped emacs) within xcode, and transfers the results to  
the src directory.  'Emacs.app' invokes the Makefiles via "Run  
Script" build phases to do the assembly.  This minimizes the keeping- 
in-sync that needs to be done as the build process changes.

Rebuilds from Xcode after C changes should be minimal.  The "Run  
Script" phases check for existence of files before running full lisp  
installation.  This part could probably be improved, as now it may  
not pick up changes in individual lisp files.

I was able to run Emacs.app (but not temacs -- it complains about  
tty / display) from within Xcode and hopefully debugging would work,  
though I haven't tried it yet.  One TODO would be to ensure somehow  
that emacs/src/.gdbinit gets picked up...

(BTW you should be able to set /Applications/Emacs.app as your Xcode  
editor, though I'm uncertain if open-file-at-line works.. Emacs.app  
understands the message, but Xcode might not send it.)

Improvements welcome.

-Adrian


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to