Re: Compiling with gdc vs. gdmd

2012-04-07 Thread Robert Clipsham
On 03/04/2012 22:11, Jacob Carlborg wrote: On 2012-04-03 22:36, Robert Clipsham wrote: So use D! I use D for my build script, works just fine. https://github.com/mrmonday/serenity/blob/master/build.d In ~365 LoC that I hacked together and didn't put much effort in to it builds a library

Re: Compiling with gdc vs. gdmd

2012-04-03 Thread Robert Clipsham
On 03/04/2012 03:35, Andrew Wiley wrote: Unless you want someone else to build your software. My biggest frustration with open source software and specifically with meta build systems is that I don't want to learn a scripting language So use D! I use D for my build script, works just fine. htt

Re: MinGW GCC-4.6.1 GDC r9841510e8ba6 32 and 64-bit

2012-01-09 Thread Robert Clipsham
On 09/01/2012 19:56, Daniel Green wrote: Am I correct in assuming that DMD passes all the tests in the testsuite when it is tagged for release? Yes, as well as all druntime and phobos unittests (and regression testing of a few projects that people do of their own accord when a beta is announc

Re: LDC on Ubuntu 10.4

2010-05-01 Thread Robert Clipsham
On 30/04/10 22:22, Piotrek wrote: Any ideas? I can't remember the source of these errors, you just need to play around a bit and it'll start working... Try adding -L-ltango-user-ldc to your build line, if ld can't find that it's called something else... If it is: $ find /usr/lib -name '*ta

Re: GDC 4.4.3

2010-03-20 Thread Robert Clipsham
On 20/03/10 08:08, Steve Teale wrote: After some time, I have finally got GDC (DMD 2.015) to build and compile Phobos2 with GCC-4.4.3. So far I have only built and run hello world, and a couple of small test programs I made to investigate problems I had patching GCC. However, it's a start. Wha