MOTHBALLED-graphviz icon indicating copy to clipboard operation
MOTHBALLED-graphviz copied to clipboard

missing endquote? longer than 16348

Open richie50 opened this issue 7 years ago • 1 comments

Is there away to increase this buffer or specify in somewhere?

richie50 avatar Jul 28 '17 19:07 richie50

It’s a constant generated by GNU flex. You can find this in the file lib/cgraph/scan.c that is generated by running flex on scan.l.

You could add -DYY_BUF_SIZE=64368 or somesuch to the CFLAGS when you run configure, to try to override this constant. I have done this in the past.

Actually, it appears you can uncomment the line // #define YY_BUF_SIZE 128000 in scan.l and rebuild everything.

Stephen North

On Jul 28, 2017, at 3:27 PM, Richmond [email protected] wrote:

Is there away to increase this buffer or specify in somewhere?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ellson/graphviz/issues/1261, or mute the thread https://github.com/notifications/unsubscribe-auth/ACtWz_4kE-16yGrR6BUsO8bXq7GaxjlMks5sSjYEgaJpZM4Om_ca.

magneticnorth avatar Jul 28 '17 22:07 magneticnorth