[Vm-dev] Build failed: opensmalltalk-vm 1.0.1504

Ben Coman btc at openinworld.com
Thu Dec 6 18:37:19 UTC 2018


On Fri, 7 Dec 2018 at 00:46, AppVeyor <no-reply at appveyor.com> wrote:

>
> Build opensmalltalk-vm 1.0.1504 failed
> <https://ci.appveyor.com/project/OpenSmalltalk/vm/builds/20822501>
>
> Commit 5f8620febe
> <https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5f8620febe> by Ben
> Coman <btc at openInWorld.com> on 12/6/2018 4:28 PM:
> Fix compile for Windows serial
>

This failed with....
../../platforms/Cross/plugins/SerialPlugin/sqNullSerialPort.c:76:14: error:
redeclaration of 'serialPortClose' cannot add 'dllexport' attribute
EXPORT (int) serialPortClose(int portNum) {

Here are all the other definition...
https://github.com/OpenSmalltalk/opensmalltalk-vm/search?q=serialPortClose&unscoped_q=serialPortClose

I'm not sure which way to jump...
* remove the EXPORT from (which might also need it removed
from sqMacSerialPort.c.
* push EXPORT out further into the other files

Can someone advise?
cheers -ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181207/7a2121ab/attachment.html>


More information about the Vm-dev mailing list