[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] CogVM source as per VMMaker.oscog-eem.3076 (c6b7045)

Marcel Taeumel notifications at github.com
Wed Sep 29 06:59:29 UTC 2021


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 or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c6b70458764ba471a1602b2f5b43357387375504#commitcomment-57222244
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210928/d8031328/attachment.html>


More information about the Vm-dev mailing list