Re: Problem linking the Class++ example with Conan and CMake

2019-07-02 Thread Wouter Beek
Hi Akim, > Well, your instruction to clone and compile are obsolete, the project, > I guess, has changed name. I'm taking a step back from my original attempt to build Calc++, trying the Simple C++ example first. This one works now: . I

Problem linking the Class++ example with Conan and CMake

2019-06-30 Thread Wouter Beek
ror: ld returned 1 exit status gmake[2]: *** [CMakeFiles/calc++.dir/build.make:127: bin/calc++] Error 1 gmake[2]: Leaving directory '/home/wbeek/tmp/calc++/Debug' gmake[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/calc++.dir/all] Error 2 gmake[1]: Leaving directory '/home/wbeek/tmp/calc++/

Re: Errors when building from source

2019-01-24 Thread Wouter Beek
Dear Akim, Thanks for looking into my issue; today I was finally able to test the latest master (see below). > > I can reproduce this error: somewhere inside ./bootstrap, > > symlinks to nonexistent files are removed. And m4/m4.m4 is > > a symlink inside submodule/autoconf: if you run ./bootstra

Re: Errors when building from source

2018-12-27 Thread Wouter Beek
c Tel: +31647674624 On Thu, Dec 27, 2018 at 5:04 AM Wouter Beek wrote: > > Hi Akim, > > > > From the above I had concluded that I should first compile Bison and > > > Flex later. > > > > Can't you get Flex from your distro? > > Yes, I'm now instal

Re: Errors when building from source

2018-12-27 Thread Wouter Beek
Hi Akim, > > From the above I had concluded that I should first compile Bison and > > Flex later. > > Can't you get Flex from your distro? Yes, I'm now installing Flex through the package system (2.6.1). > > BTW, I also ran into the following error while running the `bootstrap' > > script in my

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. > >

Errors when building from source

2018-12-26 Thread Wouter Beek
"src/scan-code.c" When do this on a checkout of tag v3.2.4: In file included from src/AnnotationList.c:23:0: src/AnnotationList.h:23:11: fatal error: bitsetv.h: No such file or directory # include I'm using Ubuntu 18.04 and m4 1.4.18. --- Best regards, Wout

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

User-defined classes in C++ Bison grammar

2018-12-03 Thread Wouter Beek
__p)) _T1(std::forward<_Args>(__args)...); } ^~ 3. I regularly run into compilation issues due to the definition of the driver's methods `scan_begin()' and `scan_end()' in the parser source file `scanner.ll