问题标签 [yap]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
homebrew - 无法使用 Homebrew 安装 yap
我想在我的 Mac(macOS 10.13 High Sierra)上安装 yap,但我无法使用 Howebrew。
我试过命令
但我得到了错误
知道我能做什么吗?
eclipse - source_sink `library(lineutils)' 不存在
当我尝试编译 prolog 文件时,在带有 prodt 插件的 eclipse 中它给了我这个错误:
该项目不是我创建的,但它是一个大学项目,我不知道在哪里可以找到这个库,它似乎来自 YAP。我使用 SWI Prolog。有没有办法解决这个问题?
prolog - [YAP 6.2.2][Prolog] 在 Ubuntu 20.04 上编译期间出现“mmap”错误
我在 Ubuntu 20.04 上编译 YAP Prolog 6.2.2 时遇到问题。像往常一样,按照自述文件,我浏览到 YAP 文件夹并给出
./configure
成功的命令。接下来,我给出命令make
,但它给了我这个错误:
我已经安装了 README 文件中建议的库(gmp 和 readline),但我不知道问题出在哪里。同样的过程在 Ubuntu 18.04LTS 和 Ubuntu 19.10 上运行良好。