Hi all, Just a small experience report getting Mozart to work on 64 bit MacOS X (10.7)
The binary in http://www.mozart-oz.org/Mozart-intel(beta).zip mostly works, but I get complaints when building stuff with oztool because some code wants to cast pointers to unsigned int (in mozart.h:731, OZ_Container::cacGetMark). I'm guessing there'll be a long term desire for a more portable but that in the meantime we're building 32 bit binaries only anyway, so just telling this to the C++ compiler is enough. The attached patch allows me to build the tools I'm using (incidentally, Deny Duchier's select package and XMG) Hope that was the right thing to do, and if so, that it helps others out there. Thanks, Eric
oztool.patch
Description: Binary data
-- Eric Kow <http://erickow.com>
signature.asc
Description: Message signed with OpenPGP using GPGMail
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
