Hello
I have a some problem in installing Chatscriptpg in Linux(Ubuntu 14.04LTS)
I cloned ChatScript from github and I already installed postgres and curl
But when I do “make pgserver” in /ChatScript/SRC, error occured
Error text told me, error occured in compiling json.cpp, and there is no header file ‘curl/curl.h’
So i copied curl directory into /usr/include and /usr/local/include.
But then another problem happened.
Compiler said, “‘CURL’ was not declared in this scope” , “‘curl_infotype’ was not declared in this scope” .... and so on
I don’t know why this error occured, and I already tried editing ‘Makefile’ so put in DDISCARDJSON = 1, but it also didn’t well…
Is there someone who can help me?