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
i met the same question.
in my case it arised from build.c, line 259
strcpy(o->lineorders[lcnt].opriority,o->opriority);
sometimes lineorder.opriority exceeds the limit:MAXAGG_LEN
in shared.h, line 120, change MAXAGG_LEN from 10 to 32,
#define MAXAGG_LEN 32 /* max component length for a agg str */
and it works
The resulting file appears incomplete:
This is on OSX 10.12.6
The text was updated successfully, but these errors were encountered: