Re: Building cvs HEAD in Mac OS X (Intel)
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Filipe Cabecinhas wrote: > > On 25 May, 2008, at 14:24, Raymond Toy wrote: > >> Filipe Cabecinhas wrote: >>> Hi. I tried to send this before, but it didn't end up on gmane and I >>> wasn't yet subscribed to the list so I didn't see if there were any >>> replies. >> Yes, cmucl-help became a closed list a few months ago due to spam. > Ah, so that's why I didn't see it. It would be nice if there was a > warning on cons.org. :-) > I'll try to update the webpages to say so. > > Now I have two more questions: > How can I pass compilation flags to the C source-code? I wanted to > include -I/.../OpenMotif but couldn't and had to resort to macports > because it's directory was included in the search path. For motif, you need to go and edit src/motif/server/Config.Darwin. For the other C code, look in src/lisp/Config.x86_darwin. Any particular reason not to use the macports version? > also: how can I make Emacs show me the source to a CMUCL function When > I M-. it (Not one of my defined functions but a CMUCL function > (format, for example))? > > When I M-. format and choose #'format, I get: > Error opening #P"target:code/format.lisp", No such file or directory. > If you've installed the code somewhere, there should be a file lib/cmucl/lib/site-init.lisp. In this file, you need to edit the search-list target: to point to wherever you stored the sources. Then you should be able to have emacs display the sources. Ray