Re: Meson build definition

Daniele Nicolodi <[email protected]> Sun, 20 Dec 2020 12:33:45 +0100
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
On 20/12/2020 08:09, Akim Demaille wrote:
> Hi Daniele,
> 
>> Le 19 déc. 2020 à 20:17, Daniele Nicolodi <[email protected]> a écrit :
>>
>> Hello,
>>
>> I am working on a project that uses Bison to generate a parser and Meson
>> as build system. I would like to include Bison as a subproject [1] in
>> particular to make it easier for folks to hack on the project on OSes
>> where managing dependencies is not easy (ie Windows).
> 
> I believe chocolatey addresses that issue.  And people who want to hack
> Bison should certainly be able to use their Unix subsystem.

I realize I was not very clear: I meant working on my project (ie
modifying the parser) not hacking on Bison itself. I agree that using
the Bison main build system while working on Bison itself is a fair
expectation.

Cheers,
Dan