On 24 janv. 07, at 02:44, Tim Tesluk wrote:

I've been trying this guide to get mozart working on my mac:

Here are my notes (in French). If you need additional information, don't hesitate to ask.

Alan

### Compiler Mozart pour Mac Intel

Installer X11, XCode, et X11SDK (en installant XCode)

Récupérer [gmp](http://www.swox.com/gmp/)

        ./configure --host=none-apple-darwin --enable-cxx --enable-shared
        make
        make check
        make install

Récupérer [Mozart](http://www.mozart-oz.org/)

        ./configure --disable-contrib-gdbm
        make

### Installer Mozart pour Mac PowerPC

Installer le paquet OS X de Mozart

**Attention** La dernière version du paquet de Mozart est incomplète (il manque un répertoire "lib"). On peut soit l'utiliser et chercher le répertoire "lib" d'une version précédente, soit installer la version précédente.

- [Version courante de Mozart (sans répertoire lib)](http:// www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-18-macosx/ Mozart-1.3.2.20060618.pkg.tgz) - [Version précédente de Mozart (avec répertoire lib)](http:// www.mozart-oz.org/download/mozart-ftp/store/1.3.1-2004-06-20-macosx/ Mozart-Oz-Core.1.3.1.pkg.tgz)

### Interface Emacs pour OS X

Récupérer [Carbon Emacs](http://www.apple.com/downloads/macosx/ unix_open_source/carbonemacspackage.html)

Mettre dans le .emacs:
        
        (add-to-list 'load-path "/usr/local/oz/share/elisp")
        (require 'oz)

Pour le lancer:

OZEMACS="/Applications/Emacs.app/Contents/MacOS/Emacs" /usr/local/oz/ bin/oz

(ou avoir un alias, une variable d'environnement ...)



--
Alan Schmitt <http://alan.petitepomme.net/>

The hacker: someone who figured things out and made something cool happen.
 .O.
 ..O
 OOO



Attachment: PGP.sig
Description: This is a digitally signed message part

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to