Eclipse用のSICStus PrologおよびSPIDER IDEプラグインをインストールしました。 アップデートサイトを使用してSPIDERをインストールしました。プリファレンスにSICStusインストールパスを設定して検証しました。 は、それから私は、新しいワークスペースのみ、以下のファイルtest.pl
が含まれているPrologのプロジェクトを作成しました:SPIDER IDEを使用してSICStusでPrologをコンパイルするときのエラー
test :- write('Hello World!'), nl.
私はコンパイルするとき(メニュー:SICStus>はPrologのコードをコンパイル)、私は「トップレベル」ウィンドウで、次のメッセージが表示されます:
Restarting Prolog
Unknown option '--spider'.
Usage: /Users/alexraasch/sicstus/bin/sicstus [options] [-- args ...]
Options:
-f Fast start. Do not read initialization files.
-i Force interactive mode.
-m Use maximally compatible memory manager bottom layer.
-r <file> Restore <file> after booting.
-l <file> Ensure that <file> (containing Prolog code)
is loaded on startup.
--goal <goal> Execute <goal> after loading any files.
-Xrs Reduced use of OS-signals (see release notes)
--help Show this message and exit.
-- ... Pass the rest of the arguments as prolog_flag(argv,X).
-a ... Legacy name for --.
Report bugs using http://www.sics.se/sicstus/bugreport/bugreport.html
Process ended with exit value 1
私のバージョン番号は、次のとおりです。
- のMacOS 10.12.5
- ジャVA SE 1.8.0_65
- のEclipse 4.6.0
- SICStus 4.0.8
- SPIDERは0.0.64
SICStusのインストールには、事前に構築され、インストールしました。
私はSICStusと一緒に勉強したことがないので、助けてくれれば幸いです。
4.0.8音が非常に古い。現在のバージョンは4.3.5です。 [The doc](https://sicstus.sics.se/spider/releases.html#current)は4.1.3を最も古い作業バージョンとして言及しています。 – false
リンクをありがとう。私はそれを見つけることができませんでした。 – alexraasch