According to <a href="http://opensimulator.org/wiki/Build_Instructions">http://opensimulator.org/wiki/Build_Instructions</a> <br>OpenSim is now working on PowerPC Macs! Thanks to Dr. Scofield and those 
who helped him. Current nightly builds for PowerPC are not working, not 
sure about Intel so use the 0.5 Build. OpenSim works on Intel Macs. I'm 
testing on PowerBook G4. Tested these step on 10.5, but not 10.4 but 
should work (Works on iMac G5 with OS 10.4.11, including expanding to 
local grid mode. 
<br><br><br><div class="gmail_quote">On Thu, Oct 14, 2010 at 6:51 AM, Villano, Paul Mr CIV USA TRADOC <span dir="ltr"><<a href="mailto:paul.villano@us.army.mil">paul.villano@us.army.mil</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I guess I had ass-umed that OS would work on a Mac, especially since Mac is kin to Linux.  But apparently not?<br>
<div class="im"><br>
----- Original Message -----<br>
From: lamont cranston <<a href="mailto:l.cranston@gmail.com">l.cranston@gmail.com</a>><br>
Date: Wednesday, October 13, 2010 21:36<br>
Subject: Re: [Opensim-users] Opensim-users Digest, Vol 38, Issue 24<br>
To: <a href="mailto:opensim-users@lists.berlios.de">opensim-users@lists.berlios.de</a><br>
<br>
<br>
</div><div class="im">> <a href="http://drupal.org/node/263" target="_blank">http://drupal.org/node/263</a><br>
><br>
> but really, Windows???<br>
> Why not a real OS?<br>
><br>
><br>
</div><div class="im">> On Wed, Oct 13, 2010 at 9:26 PM, Andrew < wrote:<br>
><br>
> >  will drupal work in windows?<br>
> > i have php5 installed<br>
> ><br>
> > On 13/10/2010 4:05 PM, <a href="mailto:opensim-users-request@lists.berlios.de">opensim-users-request@lists.berlios.de</a> wrote:<br>
> ><br>
> >> Message: 6<br>
> >> Date: Wed, 13 Oct 2010 18:44:33 +0200<br>
> >> From: ssm2017<<br>
</div><div class="im">> >> <a href="mailto:To%3Aopensim-users@lists.berlios.de">To:opensim-users@lists.berlios.de</a> <<br>
> >> Subject: Re: [Opensim-users] Offline IM to email module<br>
> >> Message-ID:<br>
> >>        <<br>
> >> ><br>
</div><div class="im">> >> Content-Type: text/plain; charset=ISO-8859-1<br>
> >><br>
> >> hello<br>
> >> as said in irc , you need to have the "osprofile" module to store the<br>
> >> user preference in the database first (the user can select in viewer<br>
> >> preferences if the message can be emailed)<br>
> >> then you need to tell in your opensim.ini the offline message url (use<br>
> >> the same url for mute messages) (see<br>
> >> <a href="http://opensimulator.org/wiki/Offline_Messaging" target="_blank">http://opensimulator.org/wiki/Offline_Messaging</a>)<br>
> >> then, the sim will send an xml document to the url script you<br>
> >> mentionned (your script can be php, ruby, pyhthon etc...)<br>
> >> the message sent is like that :<br>
> >><br>
</div><div class="im">> >> <>> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>
> >> xmlns:xsd="<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>"><br>
</div><div class="im">> >>   <UUID of the user sending message<<br>
</div>> >>   <NAME of sender<<br>
> >>   <UUID of destination user<<br>
> >>   <INTEGER defining message type<<br>
> >>   <true<<br>
<div class="im">> >>   <here is the message sent<<br>
</div><div class="im">> >>   <UUID of the im session<<br>
</div>> >>   <1<<br>
> >>   <<0<<0<<0<<<br>
> >>   <AA==<<br>
> >>   <100<<br>
<div class="im">> >>   <UUID of the region from where the message was sent<<br>
</div>> >>   <1286477676<<br>
<div class="im">> >> <<br>
> >><br>
> >> so you can use "simlexml" or something else to parse the message first<br>
> >> and then send the email or not<br>
</div>> >> note : the<  element is also sending "typing" text that is 42,<br>
<div class="im">> >> so you should filter it:)<br>
> >><br>
> >> here is the code i have made to use it with drupal :<br>
> >><br>
> >> <a href="http://github.com/ssm2017/d4os/blob/master/io/d4os_io_services/d4os_io_services_offline_message/d4os_io_services_offline_message.module" target="_blank">http://github.com/ssm2017/d4os/blob/master/io/d4os_io_services/d4os_io_services_offline_message/d4os_io_services_offline_message.module</a><br>

> >> but you can also take inspiration from other projects like wiredux :<br>
> >><br>
> >> <a href="http://forge.opensimulator.org/gf/project/opensimwi/scmsvn/?action=browse&path=%2Ftrunk%2Foffline.php&revision=84&view=markup" target="_blank">http://forge.opensimulator.org/gf/project/opensimwi/scmsvn/?action=browse&path=%2Ftrunk%2Foffline.php&revision=84&view=markup</a><br>

> >><br>
</div>> >> 2010/10/13 Jor3l Boa<:<br>
<div class="im">> >><br>
> >>> >  Hey Andrew, The offline msg module is PHP, so look when the message is<br>
> >>> >  stored in the DB and send an email to that user, If you have the<br>
> >>> module<br>
> >>> >  working with 0.7 mail me and we can work this<br>
> >>> ><br>
> >>> >  2010/10/13 Andrew<<br>
> >>><br>
> >>>> >><br>
</div><div><div></div><div class="h5">> >>>> >>  ?hi there,<br>
> >>>> >><br>
> >>>> >>  i think i have ask before i cant remember, anyway.<br>
> >>>> >>  i have been looking everywhere that do offline im to email. but i<br>
> >>>> cannot<br>
> >>>> >>  find and been asking Meta7 to provide that module, i cant get them<br>
> >>>> to give.<br>
> >>>> >>  so can anyone can make one or give me instruction how to make one.<br>
> >>>> I'm not<br>
> >>>> >>  very good programmer yet but still learning.<br>
> >>>> >>  i am surprise no one has made one expect throu private grid like<br>
> >>>> Meta7,<br>
> >>>> >>  InWorldz, maybe OpenLife.<br>
> >>>> >>  thank<br>
> >>>> >>  Andsim<br>
> >>>><br>
> >>> _______________________________________________<br>
> > Opensim-users mailing list<br>
> > <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
> > <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
> ><br>
><br>
><br>
><br>
> --<br>
> (\__/)<br>
> (='.'=)<br>
> (")_(")<br>
> _______________________________________________<br>
> Opensim-users mailing list<br>
> <a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
> <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>(\__/)<br>(='.'=)<br>(")_(")<br>