Help with Program D AI Bot

1 reply [Last post]
f13ticket
Offline
Joined: 12/30/2009

I have been trying to run Program D for about a year. At one point I had been in contact with the guy running the web site. He tried to help, but I still can't get the program to run.

http://aitools.org/Program_D

I go to download and download the 4.6 "binary." I extract the files and use GNOME-Terminal to navigate to the bin folder inside the ProgramD folder.

I then try to run either simple-console or simple-gui-console. I would like to be able to run both.

When I type in ./simple-console I get the fallowing:

:~/Downloads/ProgramD/bin$ ./simple-console
./simple-console: 21: source: not found
./simple-console: 30: start_programd: not found

When I type in ./simple-console I get the fallowing:

:~/Downloads/ProgramD/bin$ ./simple-gui-console
./simple-gui-console: 23: source: not found
./simple-gui-console: 32: start_programd: not found

Why do neither of these work? What do I do?

Thank you.

technicalpickle

I am a member!

Offline
Joined: 03/27/2011

I can't tell you exactly what the problem is but I suggest you skip the binary and compile the source code yourself. Binaries are meant to work "out of the box" but are built for specific environments. If the binary doesn't work it means you need to compile it yourself. Good luck!