You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ touch a
$ dot2tex aERROR Parse error:^Expected {'graph' | 'digraph'} (at char 0), (line:1, col:1)ERROR Failed to parse the input data. Is it a valid dot file?Try to input xdot data directly. Example: dot -Txdot file.dot | dot2tex > file.texIf this does not work, check that you have an updated version of PyParsing andGraphviz. Users have reported problems with old versions. You can also rundot2tex in debug mode using the --debug option: dot2tex --debug file.dotA file dot2tex.log will be written to the current directory with detailedinformation useful for debugging.
$ echo$?0
This causes problems when running the software in a Makefile - bad/incomplete output is considered valid by build systems, and ends up cached and fed as input to other tools, which then result in confusing errors.
The text was updated successfully, but these errors were encountered:
This causes problems when running the software in a Makefile - bad/incomplete output is considered valid by build systems, and ends up cached and fed as input to other tools, which then result in confusing errors.
The text was updated successfully, but these errors were encountered: