Then there is an inconsistency with the PPMs. Are they from the same place? Do you have the most recent version of both distributions from your ppm repository?
Rob maintains http://www.sisyphusion.tk/ppm/. Do you use that one? He has both PDL and PDL::VectorValued. He's usually on top of those distributions. If it's a bug in his repo, it's probably just a matter of pinging him for an update. David On Wed, Jan 23, 2013 at 12:08 PM, Fabio D'Alfonso < [email protected]> wrote: > Hi, > that were both from PPM. > > Thanks > > Fabio D'Alfonso > 'Enabling Business Through IT' > cell. +39.348.059.40.22 *** > web: www.fabiodalfonso.com > email: [email protected] > linkedin: > www.linkedin.com/in/fabiodalfonso<http://it.linkedin.com/in/fabiodalfonso> > twitter: > www.twitter.com/#!/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* > On 1/23/2013 5:23 PM, David Mertens wrote: > > 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: [email protected] >> <mailto:[email protected]>linkedin: >> www.linkedin.com/in/fabiodalfonso < >> http://it.linkedin.com/in/fabiodalfonso> >> twitter: >> 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 >> > > > > -- > "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 > > > -- "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
