Hi Guillermo,

If it’s working now there’s no need to worry. The -MV= stuff would have been to 
detect if the two PDL* modules were from different sources, but it looks like 
you’ve cracked it already!

Best regards,
Ed

From: Guillermo P. Ortiz<mailto:gor...@exa.unne.edu.ar>
Sent: 17 February 2022 23:37
To: Ed .<mailto:ej...@hotmail.com>
Cc: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net>; 
pdl-gene...@lists.sourceforge.net<mailto:pdl-gene...@lists.sourceforge.net>
Subject: Re: [Pdl-devel] PDL::Graphics::TriD

Hi Ed,
you are right, I forgot to install OpenGL::GLUT before that I did.
Then, after installing OpenGL::GLUT all seem to work OK
Also, I have installed module V, and I obtain reports that seem also OK, for 
example:

perl -MV=PDL
PDL
        
/home/gortiz/.perlbrew/libs/perl-5.26.1@testeo/lib/perl5/x86_64-linux/PDL.pm: 
2.074
        
/home/gortiz/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux/PDL.pm:
 2.052

perl -MV=OpenGL
OpenGL
        
/home/gortiz/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux/OpenGL.pm:
 0.70

perl -MV=OpenGL::GLUT
OpenGL::GLUT
        
/home/gortiz/.perlbrew/libs/perl-5.26.1@testeo/lib/perl5/x86_64-linux/OpenGL/GLUT.pm:
 0.72

But, after doing

perl -MV=PDL::Graphics::TriD::Rout
PDL::Graphics::TriD::Rout
        
/home/gortiz/.perlbrew/libs/perl-5.26.1@testeo/lib/perl5/x86_64-linux/PDL/Graphics/TriD/Rout.pm:
 ?
        
/home/gortiz/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux/PDL/Graphics/TriD/Rout.pm:
 ?

I am not sure if  I need to worry about it.

Regards



El jue, 17 feb 2022 a las 19:52, Ed . 
(<ej...@hotmail.com<mailto:ej...@hotmail.com>>) escribió:
Hi Guillermo,

That looks like the PDL::Graphics::TriD::Rout is one compiled as part of an old 
PDL. Could you try installing the “V” module (cpanm V) then show us what these 
say?

perl -MV=PDL
perl -MV= PDL::Graphics::TriD::Rout
perl -MV= OpenGL
perl -MV=OpenGL::GLUT

My suspicion is your current PDL installation isn’t finding OpenGL (in fact, 
you probably don’t have OpenGL::GLUT installed, which is now needed to build 
and use OpenGL type stuff).

Best regards,
Ed

From: Guillermo P. Ortiz<mailto:gor...@exa.unne.edu.ar>
Sent: 17 February 2022 22:48
To: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net>; 
pdl-gene...@lists.sourceforge.net<mailto:pdl-gene...@lists.sourceforge.net>
Subject: [Pdl-devel] PDL::Graphics::TriD

Hello dear perl developer,
I am trying to load TriD module
using

use PDL::Graphics::TriD;

and I obtain message likes bellow using interactive pdl2 and pdl interfaces

[PDL->Version: 20 PDL_CORE_VERSION: 15 XS_VERSION: 2.052] 
PDL::Graphics::TriD::Rout needs to be recompiled against the newly installed 
PDL at 
/home/gortiz/perl5/perlbrew/perls/perl-5.26.1/lib/5.26.1/x86_64-linux/DynaLoader.pm
 line 210.

After trying with for example with:

cpanm --reinstall --prompt PDL::Graphics::TriD::Rout

The PDL-2.074 version is reinstalled without any complaints.

But the same problem persists.

Thank you in advance for your comments

Regards


--


Dr. Guillermo P. Ortiz
Electromagnetismo Aplicado
Dto. Física, Facultad de Ciencias Exactas
Universidad Nacional del Nordeste
Avda Libertad 5460, W3404AAS Corrientes,
Argentina.
(+54) 379-4424678 interno 4613
gortiz at unne edu ar


_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to