Multithreading 如何在OS X的Bigloo方案中启用本机线程支持?

Multithreading 如何在OS X的Bigloo方案中启用本机线程支持?,multithreading,configuration,scheme,bigloo,Multithreading,Configuration,Scheme,Bigloo,我试图从源代码处编译Bigloo方案,但我不知道如何通过OSX10.5(Leopard)中的/configure启用本机线程支持(我还没有读到任何关于线程不应该在这个平台上工作的文章) 我运行/configure--enable sqlite--enable web--enable ssl--enable pthreads--enable fthreads,但在配置摘要中,我总是得到: Release features: release number.....................

我试图从源代码处编译
Bigloo
方案,但我不知道如何通过OSX10.5(Leopard)中的
/configure
启用本机线程支持(我还没有读到任何关于线程不应该在这个平台上工作的文章)

我运行
/configure--enable sqlite--enable web--enable ssl--enable pthreads--enable fthreads
,但在配置摘要中,我总是得到:

Release features:
  release number........................ 3.2a
  supported backends.................... native:yes JVM:no .NET:no
  default backend....................... native
  additional APIs....................... fthreads pthreads ssl web sqlite ssl sqlite web multimedia mail calendar pkgcomp pkglib
  native threads support................ no
  openssl support....................... yes (dtls no)
  sqlite support........................ sqltiny + sqlite
  dynamic libraries support............. yes
  bee support........................... partial
我想要
Bigloo
,以便使用
Hop
,当我尝试使用这样创建的二进制文件运行它时,总会收到警告:

*** WARNING:bigloo:hop
Threads disabled, forcing "nothread" scheduler.

配置脚本有一个名为“-os macosx”的开关,请尝试使用它。我的最后一个例子是去提交一个问题。Bigloo正在积极开发中,因为最后一个版本将于2020年5月发布