Questions tagged [prolog]

5 questions
1
vote
1 answer

Prolog for the Mac

For one of my classes I need to write several prolog programs. Can someone suggest a mac friendly prolog compiler? I tried gnu prolog but when it doesn't work for me.
0
votes
0 answers

"no jpl in java.library.path" Error when running my chatbot application (SWI-Prolog and Java)

I have been experiencing this problem for days now. I am trying to run my projects on my new Mac device (M1 MBA Ventura 13.3.1). I'm new to macOS so I went and resorted to a few youtube videos on installing what I need for my projects at university…
Anon
  • 1
0
votes
1 answer

Unable to run Prolog in Eclipse

I've installed SwiProlog and PDT for Eclipse, made new process, consulted my file, where is only one row: male(kalle). It became green. but when I run in console: male(kalle). I've get ERROR: [Thread pdt_console_client_0_male] Undefined procedure:…
puandr
  • 1
0
votes
1 answer

Mac OS X: Trying to install prolog using fink

I am trying to install prolog on Mac OS X 10.4.11. I just downloaded fink because I think that that should help me and I am trying to get either: Package swi-prolog-5.8.1-2 or Package gprolog-1.3.1-1 But I am not having any luck. Here is what I…
0
votes
1 answer

Installing GNU Prolog on Mac OS X (getting a Bus Error)

Just installed gnu prolog on Mac OS X 10.4 but it is not working. When I go: % ./gprolog Bus error Anyone have any ideas?