-
Today i took a look at boost 1_66_0_b1 (because of boost beast).
But this broke my parser based on x3.
```
source/parser.cpp:48:53: required from here
/home/mike/Downloads/boost_1_66_0_b1/boos…
-
The following change in `boost_1_65` causing compilation errors
https://github.com/boostorg/spirit/commit/379413a50c93539aa432fa9f9fc94fec1d6aa60d#diff-2b82341b4caa57a2a0c6bc9a616a1e1aR260
The …
-
Currently team work is bullshit:
- Redundant work
- Destroying work of others
- No reviews
- No use of tickets
So I want to strongly suggest working together - AS TEAM:
- Using tickets for…
-
> make
> scons/scons.py -j1 \
> --config=cache --implicit-cache --max-drift=1 \
> src/renderer_common/render_group_symbolizer.os \
> src/renderer_common/render_markers_symbolizer.os \
> src…
-
There seems to be a problem building \src\wkt\wkt_grammar_x3
I am using Ubuntu 16.04, Boost 1.63, GCC6.2 and Python 2.7.12. Memory is 6Gb. Mapnik was cloned from git today (3rd March 2017).
./…
-
now, this is part of my log, i don't know what happened
/usr/local/include/boost/spirit/home/x3/core/call.hpp:72:28: error: use of ‘auto boost::spirit::x3::detail::call(F, const Context&, mpl_::true_…
-
I got an error while compiling mapnik.
I only modified my SConstruct to accept my compiler : DEFAULT_CXX11_CXXFLAGS = " -std=c++1y"
Then : XMLPARSER='libxml2' ./configure
`scons: Reading SCon…
-
http://boost-spirit.com/home/2015/05/16/spirit-3-0-0/
-
Hi all, hope this is an easy answer. I'm trying to play around with x3 and wanted to just build json_spirit.
Following the build instructions in the README results in compilation errors in both mas…
-
I'm investigating the relation between long symbol names and slow compile-times, and @K-ballo pointed this repository to me. I'm trying to build the `monster` example using the Spirit included in Boos…