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
/Users/amos/Dev/ooc/rock/sdk/os/native/TerminalWin32.ooc: In function 'os_native_TerminalWin32__TerminalWin32___defaults___impl':
/Users/amos/Dev/ooc/rock/sdk/os/native/TerminalWin32.ooc:85:41: error: '__os_native_TerminalWin32_arrLit1' undeclared (first use in this function)
/Users/amos/Dev/ooc/rock/sdk/os/native/TerminalWin32.ooc:85:41: note: each undeclared identifier is reported only once for each function it appears in
/Users/amos/Dev/ooc/rock/sdk/os/native/TerminalWin32.ooc:85:81: error: '__os_native_TerminalWin32_ptrLit2' undeclared (first use in this function)
error seems to be in rock\build\c-source\ooc\sdk\os\native\TerminalWin32.c , lines 89-98:
seems like __os_native_TerminalWin32_arrLit1 and __os_native_TerminalWin32_ptrLit2 are used before they are defined.
You can manually fix it and continue with compilation, but it will fail later when compiling TerminalWin32.ooc, so I guess that this file is the real source of the problem.
The text was updated successfully, but these errors were encountered:
error seems to be in
rock\build\c-source\ooc\sdk\os\native\TerminalWin32.c
, lines 89-98:seems like
__os_native_TerminalWin32_arrLit1
and__os_native_TerminalWin32_ptrLit2
are used before they are defined.You can manually fix it and continue with compilation, but it will fail later when compiling TerminalWin32.ooc, so I guess that this file is the real source of the problem.
The text was updated successfully, but these errors were encountered: