Re: [CMake] Dependency checking for D

2008-02-07 Thread Tim Burrell
Date: Thu, 7 Feb 2008 19:38:18 +0100 From: Maik Beckmann <[EMAIL PROTECTED]> While C and C++ dependency tracking uses regular expressions the java and fortran pendants use lex/yacc generated parsers. I don't know D very well, but if the language specification forces the import directives

Re: [CMake] Dependency checking for D

2008-02-07 Thread Tim Burrell
Date: Thu, 7 Feb 2008 19:30:08 +0100 From: Alexander Neundorf <[EMAIL PROTECTED]> On Wednesday 06 February 2008, Tim Burrell wrote: Hi there, I'm one of the maintainers of the CMake module for the D programming language (http://dsource.org/projects/cmaked), and currently the m

[CMake] Dependency checking for D

2008-02-06 Thread Tim Burrell
Hi there, I'm one of the maintainers of the CMake module for the D programming language (http://dsource.org/projects/cmaked), and currently the module works really well, with one exception: dependency checking. Since D uses an "import" method which is very similar to java, I'm wondering if it wou

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-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 Tim Burrell
again, Tim. Alexander Neundorf wrote: > 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 >> exceptio

[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