in reply to Re^3: Problems installing Language::Prolog::Yaswi
in thread Problems installing Language::Prolog::Yaswi

I'm using Windows XP and the SWI-Prolog Windows binary. I've linked /usr/bin/pl (in Cygwin) to the Windows Prolog.
The test of the Prolog settings (PLTHREADS, etc.) shows, that the right binary is found.
I will try to use MinGW and to change the name of the library.
  • Comment on Re^4: Problems installing Language::Prolog::Yaswi

Replies are listed 'Best First'.
Re^5: Problems installing Language::Prolog::Yaswi
by Madcap Laughs (Acolyte) on Jan 15, 2006 at 08:36 UTC
    The error you're getting indicates that the wrong SWI-Prolog.h is getting found. Not sure how that would be happening ... but I can't see that there's any other explanation. If the SWI-Prolog.h that ships with 5.6.1 gets found, then you simply won't get those errors when opaque.c is compiled.

    Cheers,
    Rob