[OpenSmalltalk/opensmalltalk-vm] 51cd74: Try to fix missing setjmp implementation in window...

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

[OpenSmalltalk/opensmalltalk-vm] 51cd74: Try to fix missing setjmp implementation in window...

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

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Try to fix missing setjmp implementation in windows minheadless


Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] 51cd74: Try to fix missing setjmp implementation in window...

Eliot Miranda-2
 
Why are we using CMake at all in our standard windows builds?  Neither the Cygwin/mingw build nor the MSVC build use CMake.  I have no problem building either.

_,,,^..^,,,_ (phone)

> On Oct 25, 2020, at 4:56 PM, Nicolas Cellier <[hidden email]> wrote:
>
> 
>  Branch: refs/heads/Cog
>  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>  Commit: 51cd741267ea6520406e02320a58f2d8b5da1205
>      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/51cd741267ea6520406e02320a58f2d8b5da1205
>  Author: Nicolas Cellier <[hidden email]>
>  Date:   2020-10-26 (Mon, 26 Oct 2020)
>
>  Changed paths:
>    M CMakeLists.txt
>
>  Log Message:
>  -----------
>  Try to fix missing setjmp implementation in windows minheadless
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [OpenSmalltalk/opensmalltalk-vm] 51cd74: Try to fix missing setjmp implementation in window...

Eliot Miranda-2
 


> On Oct 25, 2020, at 6:33 PM, Eliot Miranda <[hidden email]> wrote:
>
> Why are we using CMake at all in our standard windows builds?  Neither the Cygwin/mingw build nor the MSVC build use CMake.  I have no problem building either.

Ah, I see.  The minheadless builds.  Why don’t we simply disable these until someone has a need?

>
> _,,,^..^,,,_ (phone)
>
>> On Oct 25, 2020, at 4:56 PM, Nicolas Cellier <[hidden email]> wrote:
>>
>> 
>> Branch: refs/heads/Cog
>> Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>> Commit: 51cd741267ea6520406e02320a58f2d8b5da1205
>>     https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/51cd741267ea6520406e02320a58f2d8b5da1205
>> Author: Nicolas Cellier <[hidden email]>
>> Date:   2020-10-26 (Mon, 26 Oct 2020)
>>
>> Changed paths:
>>   M CMakeLists.txt
>>
>> Log Message:
>> -----------
>> Try to fix missing setjmp implementation in windows minheadless
>>
>>