Never used a Mac, so can't really tell. But I noticed that even the linux config became stale, so I updated it in the XSB SVN repository (note:XSB is now in svn - dont use the deprecated CVS repository).
Pls try and see if it works. The xpath flags have changed to just one: --with-xpath-dir. It should be the one where include/libxml2 and lib/*/libxml2.dylib are found.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never used a Mac, so can't really tell. But I noticed that even the linux config became stale, so I updated it in the XSB SVN repository (note:XSB is now in svn - dont use the deprecated CVS repository).
Pls try and see if it works. The xpath flags have changed to just one: --with-xpath-dir. It should be the one where include/libxml2 and lib/*/libxml2.dylib are found.
That branch solved the configure libxml2 issue: "./configure --with-xpath-dir=/usr/lib"
Thanks for the timely and effective response Michael!