Re: [Pkg-d-devel] Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-28 Thread Matthias Klumpp
2017-02-28 13:17 GMT+01:00 Andreas Tille : > Hi Matthias, > > On Tue, Feb 28, 2017 at 11:16:37AM +0100, Matthias Klumpp wrote: >> > I'd fully trust your insight here but I admit Meson is totally new to me >> > and crafting a Meson control file for a library without having any idea >> > about D is a

Re: [Pkg-d-devel] Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-28 Thread Andreas Tille
Hi Matthias, On Tue, Feb 28, 2017 at 11:16:37AM +0100, Matthias Klumpp wrote: > > I'd fully trust your insight here but I admit Meson is totally new to me > > and crafting a Meson control file for a library without having any idea > > about D is a bit over my current status of knowledge. So I eit

Re: [Pkg-d-devel] Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-28 Thread Matthias Klumpp
2017-02-26 20:17 GMT+01:00 Andreas Tille : > [...] >> but in general I would >> strongly recommend to not use dub at all for Debian packaging. >> It has a lot of issues which make it a pain to work with in the >> context of Debian packaging, some of the issues are summarized at >> https://gist.gith

Re: Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-26 Thread Andreas Tille
Hi, On Sun, Feb 26, 2017 at 05:10:11PM +0100, Matthias Klumpp wrote: > >> I just added "dub run" to debian/rules. > > > > I think you want "dub build" instead. > > Yes, `dub build` is the right thing to do, Fine. > but in general I would > strongly recommend to not use dub at all for Debian pac

Re: [Pkg-d-devel] Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-26 Thread Matthias Klumpp
Hello! 2017-02-26 15:19 GMT+01:00 James Cowgill : > Hi, > > On 26/02/17 07:03, Andreas Tille wrote: >> On Sat, Feb 25, 2017 at 10:01:17PM +, James Cowgill wrote: >>> On 25/02/17 21:31, Andreas Tille wrote: I intend to package BioD[1] but I have no idea how to build the D code (and ru

Re: Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-26 Thread James Cowgill
Hi, On 26/02/17 07:03, Andreas Tille wrote: > On Sat, Feb 25, 2017 at 10:01:17PM +, James Cowgill wrote: >> On 25/02/17 21:31, Andreas Tille wrote: >>> I intend to package BioD[1] but I have no idea how to build the D code >>> (and run the unit tests). Considering BioD is a library I might ne

Attempt to build BioD blocked by undeaD and missing module string (Was: How to build D source)

2017-02-25 Thread Andreas Tille
Hi, On Sat, Feb 25, 2017 at 10:01:17PM +, James Cowgill wrote: > On 25/02/17 21:31, Andreas Tille wrote: > > I intend to package BioD[1] but I have no idea how to build the D code > > (and run the unit tests). Considering BioD is a library I might need > > something like a dynamic lib and a d

Re: How to build D source

2017-02-25 Thread James Cowgill
Hi, On 25/02/17 21:31, Andreas Tille wrote: > I intend to package BioD[1] but I have no idea how to build the D code > (and run the unit tests). Considering BioD is a library I might need > something like a dynamic lib and a development package, but may be this > is different for D than in C. It

How to build D source

2017-02-25 Thread Andreas Tille
Hi, I intend to package BioD[1] but I have no idea how to build the D code (and run the unit tests). Considering BioD is a library I might need something like a dynamic lib and a development package, but may be this is different for D than in C. Kind regards Andreas. [1] https://github.