Re: CMake support for D

2018-05-30 Thread Stefan via Digitalmars-d-learn
On Tuesday, 27 February 2018 at 14:32:54 UTC, King_DuckZ wrote: ... My problem is mixing D with C and C++ ... you found already Dragos cmake-d, but not sure if you also know Dragos talk about mixing D with C/C++. If not, have a look: https://gitlab.com/dcarp/MUCplusplus/tree/master/2016.01.2

Re: CMake support for D

2018-05-30 Thread King_Duckz via Digitalmars-d-learn
On Tuesday, 27 February 2018 at 14:32:54 UTC, King_DuckZ wrote: On Tuesday, 27 February 2018 at 09:20:21 UTC, Russel Winder wrote: [...] Right, I stand corrected about Rust, though as you say there are those who use it with CMake. About cmake-d, there's this https://github.com/dcarp/cmake-d/

Re: CMake support for D

2018-02-27 Thread King_DuckZ via Digitalmars-d-learn
On Tuesday, 27 February 2018 at 09:20:21 UTC, Russel Winder wrote: On Mon, 2018-02-26 at 20:28 +, King_DuckZ via Digitalmars-d-learn wrote: […] One [more] year ahead, and I found this old thread I had forgotten about. In the meantime, trentforkert has stopped (apparently) working on cmake

Re: CMake support for D

2018-02-27 Thread Russel Winder via Digitalmars-d-learn
On Mon, 2018-02-26 at 20:28 +, King_DuckZ via Digitalmars-d-learn wrote: > […] > > One [more] year ahead, and I found this old thread I had > forgotten about. In the meantime, trentforkert has stopped > (apparently) working on cmake, and dcarp's has failed me for > projects larger than a co

Re: CMake support for D

2018-02-26 Thread King_DuckZ via Digitalmars-d-learn
On Monday, 16 January 2017 at 19:44:34 UTC, Russel Winder wrote: On Mon, 2017-01-16 at 17:47 +, King_DuckZ via Digitalmars-d-learn wrote: […] > Meson can build D stuff out of the box. > Hadn't heard of this before, I'll have a look. Btw I don't see any mention of D on their home page.

Re: CMake support for D

2017-01-16 Thread Russel Winder via Digitalmars-d-learn
On Mon, 2017-01-16 at 17:47 +, King_DuckZ via Digitalmars-d-learn wrote: > […] > > Meson can build D stuff out of the box. > > > > Hadn't heard of this before, I'll have a look. Btw I don't see  > any mention of D on their home page. It is very nice. D seems to work OOTB. […] > I'm not say

Re: CMake support for D

2017-01-16 Thread King_DuckZ via Digitalmars-d-learn
On Monday, 16 January 2017 at 12:29:46 UTC, Russel Winder wrote: On Mon, 2017-01-16 at 11:40 +, King_DuckZ via Digitalmars-d-learn wrote: On Sunday, 3 January 2016 at 17:30:15 UTC, Dibyendu Majumdar wrote: > Does CMake recognise D in the enable_language command? > > If not is there a worka

Re: CMake support for D

2017-01-16 Thread Russel Winder via Digitalmars-d-learn
On Mon, 2017-01-16 at 11:40 +, King_DuckZ via Digitalmars-d-learn wrote: > On Sunday, 3 January 2016 at 17:30:15 UTC, Dibyendu Majumdar  > wrote: > > Does CMake recognise D in the enable_language command? > > > > If not is there a workaround? > > > > Thanks and Regards > > Dibyendu > > One y

Re: CMake support for D

2017-01-16 Thread King_DuckZ via Digitalmars-d-learn
On Sunday, 3 January 2016 at 17:30:15 UTC, Dibyendu Majumdar wrote: Does CMake recognise D in the enable_language command? If not is there a workaround? Thanks and Regards Dibyendu One year later, is there any progress on this? Now that gdc has gained support for .so (it seems), lack of cmak

Re: CMake support for D

2016-01-04 Thread Edwin van Leeuwen via Digitalmars-d-learn
On Monday, 4 January 2016 at 12:40:23 UTC, Dibyendu Majumdar wrote: Thanks for suggesting dub, will check it out. Also premake seems to support D so that is another option. Another alternative is reggae which supports mixed code base: https://github.com/atilaneves/reggae and can generate

Re: CMake support for D

2016-01-04 Thread Dibyendu Majumdar via Digitalmars-d-learn
On Monday, 4 January 2016 at 08:28:03 UTC, Luis wrote: I suggest use dub instead of cmake. I did a try to use cmake some time ago (a few years ago, before dub), and was a nightmare to get ir working on GNU/Linux and Windows. With dub , simply works fine with a simple json file. CMake has wo

Re: CMake support for D

2016-01-04 Thread Russel Winder via Digitalmars-d-learn
On Mon, 2016-01-04 at 08:28 +, Luis via Digitalmars-d-learn wrote: > > I suggest use dub instead of cmake. I did a try to use cmake some  > time ago (a few years ago, before dub), and was a nightmare to  > get ir working on GNU/Linux and Windows. With dub , simply works  > fine with a simple

Re: CMake support for D

2016-01-04 Thread Luis via Digitalmars-d-learn
On Sunday, 3 January 2016 at 17:30:15 UTC, Dibyendu Majumdar wrote: Does CMake recognise D in the enable_language command? If not is there a workaround? Thanks and Regards Dibyendu I suggest use dub instead of cmake. I did a try to use cmake some time ago (a few years ago, before dub), and w

Re: CMake support for D

2016-01-03 Thread Trent Forkert via Digitalmars-d-learn
On Sunday, 3 January 2016 at 17:30:15 UTC, Dibyendu Majumdar wrote: Does CMake recognise D in the enable_language command? No. If not is there a workaround? I have a fork of CMake that adds D support here: https://github.com/trentforkert/cmake It's been a while since I published updates, b