PDL occasionally gets changed in binary-incompatible ways. Any module that
is compiled against PDL bakes-in the PDL version against which it was
compiled and checks at load-time (use time, I suppose) that the current
version of PDL matches the one against which it was built. In this case,
your version of PDL::VectorValued::Utils is telling you that it was
compiled against a binary-incompatible version of PDL, likely an older
version than the one you are presently using on your machine. The correct
solution to this depends on how you got your copy of PDL and
PDL::VectorValued. Are they both from PPM, or did you build (perhaps via a
cpan install)?

David


On Wed, Jan 23, 2013 at 4:21 AM, Fabio D'Alfonso <
[email protected]> wrote:

> Hi,
> I get this:
>
> PDL::VectorValued::Utils needs to be recompiled against the newly
> installed PDL at C:/Perl/lib/DynaLoader.pm line 214, <DATA> line 206.
> Compilation failed in require at C:/Perl/site/lib/PDL/**VectorValued.pm
> line 16, <DATA> line 206.
> BEGIN failed--compilation aborted at C:/Perl/site/lib/PDL/**VectorValued.pm
> line 16, <DATA> line 206.
> Compilation failed in require at D:\HTSXPPX0\DATA\DATASTORE\**
> WORKPLACE\PERL\Perl
>
> Any idea?
>
> Thanks
> --
>
> Fabio D'Alfonso
> 'Enabling Business Through IT'
> cell.  +39.348.059.40.22 ***
> web: www.fabiodalfonso.com <http://www.fabiodalfonso.com/**>
> email: fabio.dalfonso@fabiodalfonso.**com<[email protected]>
> <mailto:fabio.dalfonso@**fabiodalfonso.com<[email protected]>>linkedin:
> www.linkedin.com/in/**fabiodalfonso<http://www.linkedin.com/in/fabiodalfonso><
> http://it.linkedin.com/in/**fabiodalfonso<http://it.linkedin.com/in/fabiodalfonso>
> >
> twitter: 
> www.twitter.com/#!/fabio_**dalfonso<http://www.twitter.com/#!/fabio_dalfonso><
> http://www.twitter.com/#%21/**fabio_dalfonso<http://www.twitter.com/#%21/fabio_dalfonso>
> >
>
> fax: +39.06.874.599.581
> BlackBerry® Wireless Enabled Address.
>
>
>          ** Hidden  numbers are automatically rejected by the phone*
>
>
> ______________________________**_________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.**edu/mailman/listinfo/perldl<http://mailman.jach.hawaii.edu/mailman/listinfo/perldl>
>



-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to