Re: Errors when building from source

2018-12-26 Thread Akim Demaille
Hi Wouter! > Le 26 déc. 2018 à 19:11, Wouter Beek a écrit : > > When I compile Flex prior to compiling Bison, I get the following error: > >$ make >Making all in src >make[1]: Entering directory '/home/wbeek/git/flex/src' >make all-am >make[2]: Entering directory '/home/wbe

Re: RFC: creating a bison-announce list

2018-12-26 Thread Simon Richter
Hi, On 24.12.18 18:00, Akim Demaille wrote: > Recent history has shown that bugs are discovered too late, in a rather > incremental fashion (I'm about to release 3.2.4), mostly revealed when Bison > is finally updated in the main distros. I believe that much of this could > have been avoided

Re: Errors when building from source

2018-12-26 Thread Uxio Prego
> On 26 Dec 2018, at 20:10, Uxio Prego wrote: > > When I changed from the `master` branch to the > `v3.2.4` tag some docs got apparently moved from > `src/whatever.extension` to `src/whatever.extension~`... > don't understand why... In my case just moving the extraneous `doc.extension~` docs

Re: Errors when building from source

2018-12-26 Thread Uxio Prego
> On 26 Dec 2018, at 19:11, Wouter Beek wrote: > > Dear Akim, > > Thanks for looking into my issue! > >> I ran the same sequence, and it worked as expected. I would need more >> information, such as more the complete logs of "make". You do have flex, >> right? > > [...] > > Here are th

Re: Errors when building from source

2018-12-26 Thread Uxio Prego
> On 26 Dec 2018, at 19:03, Uxio Prego wrote: > > To whomever might concern, > > I followed OP's steps while on macOS and only was able to > finish bootstrap once dirtied several `md5sum` occurrences > replacing by `md5`, in `/PATH/TO/BISON/gnulib/gnulib-tool`. I'm able to build [the] `all`

Re: Errors when building from source

2018-12-26 Thread Wouter Beek
Dear Akim, Thanks for looking into my issue! > > I'm having trouble building recent Bison versions from source. (I > > want to use a fairly recent Bison version because of the recent > > improvements for C++.) Does anybody else encounter these problems as > > well, or am I making a mistake. > >

Re: Errors when building from source

2018-12-26 Thread Uxio Prego
To whomever might concern, I followed OP's steps while on macOS and only was able to finish bootstrap once dirtied several `md5sum` occurrences replacing by `md5`, in `/PATH/TO/BISON/gnulib/gnulib-tool`. I've found that `md5sum` is part of GNU Coreutils, which I previously had selected via Homebr

Re: Errors when building from source

2018-12-26 Thread Akim Demaille
Hi Wouter, > Le 26 déc. 2018 à 15:57, Wouter Beek a écrit : > > Dear Bison users, > > I'm having trouble building recent Bison versions from source. (I > want to use a fairly recent Bison version because of the recent > improvements for C++.) Does anybody else encounter these problems as > we

Errors when building from source

2018-12-26 Thread Wouter Beek
Dear Bison users, I'm having trouble building recent Bison versions from source. (I want to use a fairly recent Bison version because of the recent improvements for C++.) Does anybody else encounter these problems as well, or am I making a mistake. These are the commands that I run: git cl

Re: User-defined classes in C++ Bison grammar

2018-12-26 Thread Wouter Beek
Thanks for your help Akim! I've been using Bison for a while now without issues (except for building from sources, but I'll write a separate email about that later). --- Best regards, Wouter Beek. Email: wou...@triply.cc WWW: https://triply.cc Tel: +31647674624 On Tue, Dec 4, 2018 at 6:30 AM Ak