December 01, 2005
Any luck yet, David?
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
December 02, 2005
Casper Ellingsen wrote:
> Any luck yet, David?

I have a C/C++ cross-compiler (Mac OS X -> SkyOS) so far.  I am working on the SkyOS-specific changes for Phobos.

David
December 07, 2005
On Fri, 02 Dec 2005 05:07:47 +0100, David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:

> Casper Ellingsen wrote:
>> Any luck yet, David?
>
> I have a C/C++ cross-compiler (Mac OS X -> SkyOS) so far.  I am working on the SkyOS-specific changes for Phobos.
>
> David
Good job.

Any more news at this time? The exam period is almost over, and it would be awesome if I could play with D on SkyOS during the Christmas vacation. :)
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
December 08, 2005
Casper Ellingsen wrote:
> On Fri, 02 Dec 2005 05:07:47 +0100, David Friedman  <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:
> 
>> Casper Ellingsen wrote:
>>
>>> Any luck yet, David?
>>
>>
>> I have a C/C++ cross-compiler (Mac OS X -> SkyOS) so far.  I am working  on the SkyOS-specific changes for Phobos.
>>
>> David
> 
> Good job.
> 
> Any more news at this time? The exam period is almost over, and it would  be awesome if I could play with D on SkyOS during the Christmas vacation.  :)

I'm making progress.  The next release should have at least a native SkyOS compiler.

David
December 20, 2005
On Thu, 08 Dec 2005 02:16:10 +0100, David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:

> Casper Ellingsen wrote:
>> On Fri, 02 Dec 2005 05:07:47 +0100, David Friedman  <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:
>>
>>> Casper Ellingsen wrote:
>>>
>>>> Any luck yet, David?
>>>
>>>
>>> I have a C/C++ cross-compiler (Mac OS X -> SkyOS) so far.  I am working  on the SkyOS-specific changes for Phobos.
>>>
>>> David
>>  Good job.
>>  Any more news at this time? The exam period is almost over, and it would  be awesome if I could play with D on SkyOS during the Christmas vacation.  :)
>
> I'm making progress.  The next release should have at least a native SkyOS compiler.
>
> David

Update please? :)

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
December 22, 2005
Casper Ellingsen wrote:
> On Thu, 08 Dec 2005 02:16:10 +0100, David Friedman  <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:
> 
>> Casper Ellingsen wrote:
>>
>>> On Fri, 02 Dec 2005 05:07:47 +0100, David Friedman   <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:
>>>
>>>> Casper Ellingsen wrote:
>>>>
>>>>> Any luck yet, David?
>>>>
>>>>
>>>>
>>>> I have a C/C++ cross-compiler (Mac OS X -> SkyOS) so far.  I am  working  on the SkyOS-specific changes for Phobos.
>>>>
>>>> David
>>>
>>>  Good job.
>>>  Any more news at this time? The exam period is almost over, and it  would  be awesome if I could play with D on SkyOS during the Christmas  vacation.  :)
>>
>>
>> I'm making progress.  The next release should have at least a native  SkyOS compiler.
>>
>> David
> 
> 
> Update please? :)
> 

If I don't get a full release out this weekend, I'll post a binary package.  The problem I have now is that the OS doesn't provide support for garbage collection in multiple threads.  What's the best way to get Robert to add new features?  Ask on the message board?

David

December 23, 2005
On Thu, 22 Dec 2005 19:06:19 +0100, David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:

> The problem I have now is that the OS doesn't provide support for garbage collection in multiple threads.  What's the best way to get Robert to add new features?  Ask on the message board?

Make a new thread in the developer forum. Make it as detailed as possible, and I'll make sure he reads it.
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
December 26, 2005
I have uploaded an 'unstable' version of GDC for SkyOS:

http://home.earthlink.net/~dvdfrdmn/d/gdc-skyos-unstable.pkg

It installs to /boot/programs/gdc.  Add /boot/programs/gdc/bin to your PATH and you will have the 'gdc' and 'gdmd' commands.

Multithreading is very dicey right now, but other than that, it should be usable.  Good luck!

David
December 26, 2005
On Mon, 26 Dec 2005 19:07:49 +0100, David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:

>
> I have uploaded an 'unstable' version of GDC for SkyOS:
>
> http://home.earthlink.net/~dvdfrdmn/d/gdc-skyos-unstable.pkg
>
> It installs to /boot/programs/gdc.  Add /boot/programs/gdc/bin to your PATH and you will have the 'gdc' and 'gdmd' commands.
>
> Multithreading is very dicey right now, but other than that, it should be usable.  Good luck!
>
> David

Awesome! I'll try it once I get back home. Thanks! I'm already working on
a project which I think the D community will learn to love. That is if
I actually manage to do it. Can't tell you what it is yet though.. ;)

Merry Christmas!
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
December 27, 2005
On Tue, 27 Dec 2005 00:16:05 +0100, Casper Ellingsen <no@reply.com> wrote:

> On Mon, 26 Dec 2005 19:07:49 +0100, David Friedman <d3rdclsmail_a_@_t_earthlink_d_._t_net> wrote:
>
>> I have uploaded an 'unstable' version of GDC for SkyOS:
>>
>> http://home.earthlink.net/~dvdfrdmn/d/gdc-skyos-unstable.pkg
>>
>> It installs to /boot/programs/gdc.  Add /boot/programs/gdc/bin to your PATH and you will have the 'gdc' and 'gdmd' commands.
>>
>> Multithreading is very dicey right now, but other than that, it should be usable.  Good luck!
>>
>> David
>
> Awesome! I'll try it once I get back home.

I got to try GDC on SkyOS some today, and so far it works almost perfectly. The only remark I have is that the compiler complains that it can't find 'libgphobos.spec'. When I copy the file from /boot/programs/gdc/lib/ to my working folder, it works. Is this a pilot error on my side, or does the file need to be referenced differently somewhere?

Also, did you get Robert to implement to stuff you needed to get multithreading working properly?
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/