Yes, bjam v.1 supports lex/yacc, but apparently not in the complex manner that libbgl-viz.* requires. If I'm incorrect here, I'd really like a graph/build/Jamfile that actually worked. That is one that has no dependencies on graph/src/Makefile. David Abrahams wrote:
Jeff Holle
writes: I too failed to build the BGL Graphviz I/O library via the supplied v1 Jamfile with boost_1_29_0 and boost_1_30_0. I suspect that this problem is because the task is too difficult for bjam v1 (lex/yacc issues), and expect this will be fixed with v2.
Boost.Build v1 supports lex and yacc, or at least it used to (code rots, and all).
On linux, the solution is to use the provided Makefile in the graph src directory. The only problem this Makefile had was not cleaning up the file graphviz_parser.h properly (with boost_1_29_0). It gets generated by lex.
On Windows, I don't exactly know how one gets lex/yacc and gcc tools.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
*Yahoo! Groups Sponsor* ADVERTISEMENT http://rd.yahoo.com/M=246920.2960106.4328965.2848452/D=egroupweb/S=170500678...
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/.