OK thanks, 3 Questions:
1) Now it complies and links but does nothing when your run it, either in single terminal or client/server. I have installed on Windows in a VM too and all works there, no issues, just MAC. Yes I checked I am running the output of the link !
when I run:
$ ./BINARIES/ChatScript
ChatScript Release Version 6.86 64 bit MACH compiled Oct 27 2016 15:13:46 host=0.0.0.0
WordNet: dict=201372 fact=85707 stext=12704204 Oct23’16-10:49:29
Dictionary building disabled.
======== Began server 6.86 compiled Oct 27 2016 15:13:46 on host 0.0.0.0 port 1024 at Thu Oct 27 15:27:40 2016 serverlog:1 userlog: 1
Server ready - logfile:LOGS/serverlog1024.txt serverLog:1 userLog:1
thats it; it never returns the prompt. Seems not writing/reading STDOUT/STDIN ?
Log Extract
======== Began server 6.86 compiled Oct 27 2016 15:13:46 on host 0.0.0.0 port 1024 at Thu Oct 27 15:22:11 2016 serverlog:1 userlog: 1
Server ready - logfile:LOGS/serverlog1024.txt serverLog:1 userLog:1
Server ChatScript Release Version 6.86 64 bit MACH compiled Oct 27 2016 15:13:46 host=0.0.0.0
Params: dict:720895 fact:800000 text:70000kb hash:50000
buffer:22x80kb cache:1x5000kb userfacts:100
Build0: dict=67753 fact=130444 stext=1146028 Oct23’16-10:49:34 0
Build1: dict=167 fact=15 stext=211788 Oct23’16-10:48:15 harry
Used 51MB: dict 269,293 (21543kb) hashdepth 18/1 fact 216,166 (8646kb) text 14185kb
buffer (1760kb) cache (5000kb) POS: 918 (29kb)
Free 79MB: dict 451,602 hash 922 fact 583,834 text 55,814KB
*** Server WIDE OPEN to :command use.
Seems it is ready ? thought that maybe its in server mode by default, but no, starting another instance with client parameters does not work either, it also has no STDIN ?
2) what if I want to use Mongo and Mysql ? ..... Give up on the MAC !
3) Is there a Xcode project that is up to date for Macs