Re: Build a D project is now easy

2010-11-22 Thread Russel Winder
On Mon, 2010-11-22 at 01:50 +, bioinfornatics wrote: hello community, I have start a project for generate easily a build system for D project. Currently in d world everyone use his own build system for build a new project with a new system is a bit hard for everyone, for debug same

Re: Build a D project is now easy

2010-11-22 Thread Nick Sabalausky
Russel Winder rus...@russel.org.uk wrote in message news:mailman.555.1290424163.21107.digitalmars-d-annou...@puremagic.com... NIH-like syndrome has given rise to SBT, Lancet, GoBuild, GoFR, Rake, etc., etc. Hey, I like rake :) But that's because I dislike python (SCons) syntax and outright

Re: Build a D project is now easy

2010-11-22 Thread bioinfornatics
today i have add some fix some for dmake and i have do a test on ddbi library. I so some change on ddbi for works with latest tango version: https://github.com/bioinfornatics/ddbi so i do: $ cd ddbi $ dmake -p src -l src/dbi/ $ cd src $ make $ su -m -c 'make install LIBDIR=/usr/lib64' done

[Phoronix] Digital Mars Is Wanting To Merge D Into GCC

2010-11-22 Thread Jesse Phillips
Looks like Phoronix posted an article about D moving into GCC a couple weeks ago. So hopefully things are going well on this. http://www.phoronix.com/scan.php?page=news_itempx=ODc2Ng

Re: [Phoronix] Digital Mars Is Wanting To Merge D Into GCC

2010-11-22 Thread Daniel Gibson
Jesse Phillips schrieb: Looks like Phoronix posted an article about D moving into GCC a couple weeks ago. So hopefully things are going well on this. http://www.phoronix.com/scan.php?page=news_itempx=ODc2Ng Phoronix took notice of D? Expect monthly articles revealing performance drawbacks

Re: Build a D project is now easy

2010-11-22 Thread Russel Winder
On Mon, 2010-11-22 at 16:41 +, Manfred_Nowak wrote: Russel Winder wrote: but it has come to the end of its useful life why. I ask because I just realized, that llvm still uses it. For really small systems compiled on a single platform, Make can still cut it. But being an external

Re: Build a D project is now easy

2010-11-22 Thread Leandro Lucarella
Nick Sabalausky, el 22 de noviembre a las 12:54 me escribiste: Manfred_Nowak svv1...@hotmail.com wrote in message news:xns9e38b3afcd756svv1999hotmail...@65.204.18.192... Russel Winder wrote: but it has come to the end of its useful life why. I ask because I just realized, that llvm

Re: Build a D project is now easy

2010-11-22 Thread Leandro Lucarella
Russel Winder, el 22 de noviembre a las 19:10 me escribiste: On Mon, 2010-11-22 at 16:41 +, Manfred_Nowak wrote: Russel Winder wrote: but it has come to the end of its useful life why. I ask because I just realized, that llvm still uses it. For really small systems compiled on