我正在尝试从源代码编译Bigloo方案,但我不知道如何在OSX10.5(豹)中通过./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.发布于 2020-08-25 16:47:56
配置脚本有一个名为"--os-macosx“的开关,请尝试使用它。我的最后一个例子是去https://github.com/manuel-serrano/bigloo提交一个问题。Bigloo正在积极开发,因为最新版本是在2020年5月发布的。
https://stackoverflow.com/questions/434089
复制相似问题