Needs more work. :-) Let's see whether I can identify the issues. Here is a quick overview of the current errors per platform (from the CI):

macOS

 ../../../platforms/iOS/vm/Common/Classes/sqSqueakMainApp.m:190:2: error: implicit declaration of function 'dumpPrimTraceLogOn' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

Windows

 ../../../platforms/win32/vm/sqWin32Main.c:281:7: error: 'debugBreakOnException' undeclared (first use in this function)

Linux (x86/ARM)

 /usr/bin/ld: vm/vm.a(sqUnixMain.o): in function `reportStackState':
  /home/runner/work/opensmalltalk-vm/opensmalltalk-vm/platforms/unix/vm/sqUnixMain.c:951: undefined reference to `dumpPrimTraceLogOn'


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.