Re: Restructuring druntime

2012-02-26 Thread Johannes Pfau
Am Sun, 26 Feb 2012 18:00:49 -0300 schrieb Leandro Lucarella : > Kagamin, el 26 de febrero a las 19:30 me escribiste: > > On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote: > > >still have to make sure core.* works. > > > > That's an issue. Given the c libraries incompatibilities,

HowTo: Compiling GDC (v2) on Mac OS X Lion (10.7.x)

2012-02-26 Thread André Wösten
Hi there, just want to inform the list for whoever who's interested how to compile GDC on Mac OS X Lion because it was tricky. The first steps do as explained here: https://bitbucket.org/goshawk/gdc/wiki/Home#!installation Be sure to have the libraries installed via MacPorts. Clone the rep

Re: Restructuring druntime

2012-02-26 Thread Leandro Lucarella
Kagamin, el 26 de febrero a las 19:30 me escribiste: > On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote: > >still have to make sure core.* works. > > That's an issue. Given the c libraries incompatibilities, what > functionality the core.stdc should provide? What to do with > funct

Re: Restructuring druntime

2012-02-26 Thread Johannes Pfau
Am Sun, 26 Feb 2012 19:30:03 +0100 schrieb "Kagamin" : > On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote: > > still have to make sure core.* works. > > That's an issue. Given the c libraries incompatibilities, what > functionality the core.stdc should provide? What to do with >

Re: Restructuring druntime

2012-02-26 Thread Kagamin
On Sunday, 26 February 2012 at 13:06:58 UTC, Johannes Pfau wrote: still have to make sure core.* works. That's an issue. Given the c libraries incompatibilities, what functionality the core.stdc should provide? What to do with functions like backtrace?

Re: Restructuring druntime

2012-02-26 Thread Johannes Pfau
Am Sun, 26 Feb 2012 12:47:30 +0100 schrieb "Kagamin" : > deimos > |-glibc > |---stdio.d > |---math.d > |---sys > |-posix > |-bionic > |---stdio.d > |---math.d > |---sys > |-posix > |-dietlibc > |---stdio.d > |---math.d > |---sys > |-posix > > Maybe better replicate c library structure

Re: Restructuring druntime

2012-02-26 Thread Kagamin
deimos |-glibc |---stdio.d |---math.d |---sys |-posix |-bionic |---stdio.d |---math.d |---sys |-posix |-dietlibc |---stdio.d |---math.d |---sys |-posix Maybe better replicate c library structure?