[OpenSmalltalk/opensmalltalk-vm] 1fde5a: Another attempt at fixing linux32 builds

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 1fde5a: Another attempt at fixing linux32 builds

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 1fde5ab77f6b4ef677014676e7925a4005471bc5
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1fde5ab77f6b4ef677014676e7925a4005471bc5
  Author: Nicolas Cellier <[hidden email]>
  Date:   2020-10-26 (Mon, 26 Oct 2020)

  Changed paths:
    M platforms/unix/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  Another attempt at fixing linux32 builds

failure is related to ftello signature mismatch


Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] 1fde5a: Another attempt at fixing linux32 builds

Eliot Miranda-2
 


> On Oct 25, 2020, at 5:10 PM, Nicolas Cellier <[hidden email]> wrote:
>
> 
>  Branch: refs/heads/Cog
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: 1fde5ab77f6b4ef677014676e7925a4005471bc5
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1fde5ab77f6b4ef677014676e7925a4005471bc5
>  Author: Nicolas Cellier <[hidden email]>
>  Date:   2020-10-26 (Mon, 26 Oct 2020)
>
>  Changed paths:
>    M platforms/unix/vm/sqPlatformSpecific.h
>
>  Log Message:
>  -----------
>  Another attempt at fixing linux32 builds
>
> failure is related to ftello signature mismatch

Hi Nicolas, we should be removing these defines from sqPlatformSpecific.h abd updating clients to use the right functions, as I did in reimplementing the image I/o above system calls.