I am trying to build a library (libaiml). I was having problems installing the library using normal methods:
./configure ; make ; make install
Run Code Online (Sandbox Code Playgroud)
In the README, the author says you should use this method to install the libarary, but the standard download does not come with a configure file.
To get around this, I decided to import the source into eclipse and try building the library myself. Now I am having a problem resolving the libxml2 dependency. …