Re: make error for Language::Prolog::Yaswi::Low
- From: esia168@xxxxxxxxx (William)
- Date: Fri, 30 May 2008 03:37:55 -0700 (PDT)
----- Original Message ----
From: William <esia168@xxxxxxxxx>
To: Chas. Owens <chas.owens@xxxxxxxxx>
Cc: beginner perl mailling list <beginners@xxxxxxxx>
Sent: Friday, May 30, 2008 14:50:40
Subject: Re: make error for Language::Prolog::Yaswi::Low
On May 29, 2008, at 16:08, William wrote:
Hello, sigh...the erros seem like without end. Does it happen to you
guys that debugging takes much much longer time than actual coding ?
It is called yak shaving*, and, yes, constantly.
snip
Here I have problem of building Language::Prolog::Yaswi athttp://search.cpan.org/~salva/Language-Prolog-Yaswi-0.14/Yaswi.pm
It's an XS module. Recently, before I upgrade from perl 5.8.8 tosnip
perl 5.10 I have not problem building this module.
snip
Low.xs: In function ‘XS_Language__Prolog__Yaswi__Low_END’:
Low.xs:50: error: ‘my_cxt_index’ undeclared (first use in this
function)
Low.xs:50: error: (Each undeclared identifier is reported only once
Low.xs:50: error: for each function it appears in.)
Low..xs: In function ‘XS_Language__Prolog__Yaswi__Low_start’:
Low.xs:68: error: ‘my_cxt_index’ undeclared (first use in this
function)
Any idea why ? Thanks.snip
Sounds like you are missing header files for some library.
* http://projects.csail.mit.edu/gsb/old-archive/gsb-archive/gsb2000-02-11.html
Not sure what library, but it does compile successfully previously. Thanks
if I use perl-5.8.8 to build it has not problem, but if I use perl-5.10 it will give those errors. I thought that the file Low/ppport.h that it's using is perl-5.8.8 so I generate a new ppport.h for perl-5.10 but it still gives the same error. Thanks
Send instant messages to your online friends http://uk.messenger.yahoo.com
.
- Prev by Date: Re: How perl program execution happened ?
- Next by Date: Re: cgi ordering a table with sql
- Previous by thread: Re: make error for Language::Prolog::Yaswi::Low
- Next by thread: how does file gets send to remote machine using perl
- Index(es):
Relevant Pages
|