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
hi!
The code for the tests module needs to be built separately? Following your instructions from FigureScripts, I built the project and [100%] Built target breve_bin, but the following error occurred: "error: array bound is not an integer constant before ‘]’ token" on line 4032 | static char altStackMem[4 * SIGSTKSZ]; and "error: ‘altStackMem’ was not declared in this scope" on line 4051 | sigStack.ss_sp = altStackMem;.
The text was updated successfully, but these errors were encountered:
hi!
The code for the tests module needs to be built separately? Following your instructions from FigureScripts, I built the project and [100%] Built target breve_bin, but the following error occurred: "error: array bound is not an integer constant before ‘]’ token" on line 4032 | static char altStackMem[4 * SIGSTKSZ]; and "error: ‘altStackMem’ was not declared in this scope" on line 4051 | sigStack.ss_sp = altStackMem;.
The text was updated successfully, but these errors were encountered: