Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-30 Thread Tim Burrell
Hi Alexander, >> I have no problem creating some test cases however the D compiler module >> is a bit complicated. It supports two different compilers, and two >> different standard library sets (which are incompatible with each >> other). I'm curious how automated testing might work. Would the

Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-30 Thread Alexander Neundorf
On Tuesday 28 August 2007 20:56, you wrote: > Hey Alexander, > > >> Will this patch make it into CVS and eventually an upcoming CMake > >> release? > > > > Done. It will be in cmake 2.6.0. > > Excellent! Thanks again for the quick work on this. > > >> I'm also curious, what would it take to get th

Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-28 Thread Tim Burrell
Hey Alexander, >> Will this patch make it into CVS and eventually an upcoming CMake release? > > Done. It will be in cmake 2.6.0. Excellent! Thanks again for the quick work on this. >> I'm also curious, what would it take to get the D modules into the >> default CMake install? Of course I wou

Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-28 Thread Alexander Neundorf
On Tuesday 28 August 2007 13:38, you wrote: > Hi Alexander, > > Thanks very much for the patch! This does exactly what I needed! I > just finished testing and the D module is now working great on all > platforms and compilers finally. > > Will this patch make it into CVS and eventually an upcomin

Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-28 Thread Tim Burrell
Hi Alexander, Thanks very much for the patch! This does exactly what I needed! I just finished testing and the D module is now working great on all platforms and compilers finally. Will this patch make it into CVS and eventually an upcoming CMake release? I'm also curious, what would it take t

Re: [CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-28 Thread Alexander Neundorf
On Tuesday 28 August 2007 12:02, Tim Burrell wrote: > Hi there, > > I'm currently working on a compiler module for CMake for the D > programming language, and so far it's worked quite well, with one > exception: > > The digital mars linker _requires_ that TARGET_LINK_LIBRARY paths have a > trailing

[CMake] New compiler module for Digital Mars' D language -- one problem remains!

2007-08-28 Thread Tim Burrell
Hi there, I'm currently working on a compiler module for CMake for the D programming language, and so far it's worked quite well, with one exception: The digital mars linker _requires_ that TARGET_LINK_LIBRARY paths have a trailing slash on them. To make matters worse it uses the same command li