AmziLS / AmziProlog

Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
Other
117 stars 26 forks source link

Release configuration is broken for amzinet #13

Closed fahadash closed 3 years ago

fahadash commented 7 years ago

The dotnet wrapper 'amzinet' is still broken because it is seeking an 'AMZI_DIR' directory in the environment which is not defined. This must be inherited from how the development work was done on this previously. I am simply going to define AMZI_DIR to point at the same lib directory that AMZI_DEV_DIR points to since lib contains release package anyway.

DennisMerritt commented 7 years ago

AMZI_DIR is supposed to be set to the distribution amzi/apls directory.  It can be part of the normal install.  This might not be the same as AMZI_DEV_DIR.  It’s used, for example, when code is looking for loading various libraries.

—Dennis

On March 16, 2017 at 8:55:51 PM, fahadash (notifications@github.com) wrote:

The dotnet wrapper 'amzinet' is still broken because it is seeking an 'AMZI_DIR' directory in the environment which is not defined. This must be inherited from how the development work was done on this previously. I am simply going to define AMZI_DIR to point at the same lib directory that AMZI_DEV_DIR points to since lib contains release package anyway.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.