Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph.Graph.main() - Unrecognized character '.' (46) #5

Open
maiermic opened this issue Mar 14, 2016 · 0 comments
Open

graph.Graph.main() - Unrecognized character '.' (46) #5

maiermic opened this issue Mar 14, 2016 · 0 comments

Comments

@maiermic
Copy link

INSTALL.txt

Run graph.Graph.main() and verify that a cleanly formatted Java window
displaying a graph appears.

When I run ./run graph.Graph I get:

WARNING: Lexer[6(12)]: Unrecognized character '.'(46) -- ignored
ERROR: Parser[6(16)]: Syntax error
Exception: at [6(16)]: Syntax error
att.grappa.GraphParserException: at [6(16)]: Syntax error
        at att.grappa.Parser.report_error(Parser.java:372)
        at java_cup.runtime.lr_parser.syntax_error(lr_parser.java:395)
        at java_cup.runtime.lr_parser.parse(lr_parser.java:594)
        at graph.gviz.DotViewer.showWindow(DotViewer.java:71)
        at graph.gviz.DotViewer.showWindow(DotViewer.java:64)
        at graph.Graph.launchViewer(Graph.java:624)
        at graph.Graph.launchViewer(Graph.java:605)
        at graph.Graph.main(Graph.java:1268)

I have graphviz version 2.38.0 installed. dot and neato are in my PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant