Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Problems installing Language::Prolog::Yaswi

by reneeb (Chaplain)
on Jan 14, 2006 at 00:49 UTC ( [id://523119]=note: print w/replies, xml ) Need Help??


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

I've installed the newes SWI Prolog for Windows and linked the /usr/bin/pl to the Windows Prolog. It seems to work on the command line, but I still get the above mentioned error message when I try to install the module.

I've even tried to install the module under Windows, but there I get the error message that one .h file could not be found.
  • Comment on Re^2: Problems installing Language::Prolog::Yaswi

Replies are listed 'Best First'.
Re^3: Problems installing Language::Prolog::Yaswi
by Madcap Laughs (Acolyte) on Jan 14, 2006 at 05:32 UTC
    Strange. SWI-Prolog.h (which is #include'd in opaque.c) defines 'PL_blob_t' and the various 'PL_BLOB_*' constants. So - if SWI-Prolog.h has been found, those errors should not arise ... and if SWI_Prolog.h was not found, then you should also have received an error message telling you about that.(You're sure it's the updated version of pl that's being found ? .... not still getting that old SWI-Prolog.h that knows nothing of 'PL_blob_t' and friends ?)

    L::P::Y-0.08 is compiling ok for me against pl-5.6.1. I'm using the MinGW port of gcc in a native Win32 environment (not Cygwin) but I would not expect that to make a big difference. And I'm using the SWI-Prolog Windows binary (apparently built using a Microsoft compiler) provided on the website. I changed the name of pl\lib\libpl.lib to pl\lib\libpl.a so that the library could be found for linking purposes. Alternatively you could probably amend the Low/Makefile.PL so that 'pl.dll' gets used for linking.

    I just noticed that for Windows 95/98/ME they are recommending that you use pl-5.4.7. Is that relevant to your situation ?

    Cheers,
    Rob
      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.
        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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://523119]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found