Myra-

Were you able to build and test successfully with
WITH_POGL=>0?  If you do that you should have
a working PDL except for the TriD graphics.

Next, check that the Perl OpenGL module install
is ok.  Get the distribution files from http://search.cpan.org
and try running the test.pl program in the top level
directory.  That should give you something like a
spinning cube with an inset in the upper right corner.

If you don't see that then the problem is with the
OpenGL install and not the PDL build.  If that
program works, then I can help work through the
TriD build further.

I hope having TriD working is not in your critical
path for using PDL as even without that module
you'll still have 99.9% of PDL goodness left!

--Chris

On Fri, Mar 23, 2012 at 12:53 AM, Myra Nelson <[email protected]> wrote:
> On Tue, Mar 20, 2012 at 21:32, chm <[email protected]> wrote:
>> Hi Myra-
>>
>> I haven't seen this particular problem before
>> but it looks like you are building on a 64bit
>> platform and I know there are some issues with
>> detection and use of the correct OpenGL libraries
>> especially with 32bit and 64bit options
>> available.
>>
>> I recommend, as has Rob, that you try building
>> without the WITH_POGL option set to see if that
>> completes successfully.  If so, you'll have
>> almost all of PDL up and running and we can
>> look into debugging the specifics for the
>> PDL::Graphics::TriD support.
>>
>> --Chris
>>
> Gentlemen:
>
> First let me say I know how busy you are. I'm a Geologist (retired)
> and it kept me going in circles. I'm trying to use this as a learning
> experience so I haven't quit looking. Since the build is successful
> and the tests fail I ran the following commands in the build
> directory.
>
> prove -v -b -I t/opengl.t 2>&1 | tee opengl.t-test.results
>
> The following is the final snippet.
>
> t/nsdatahandle.t ............
> 1..1
> # Running under perl version 5.014002 for linux
> # Current time local: Thu Mar 22 23:30:58 2012
> # Current time GMT:   Fri Mar 23 04:30:58 2012
> # Using Test.pm version 1.25_02
> ok 1
> ok
> t/ones.t ....................
> 1..4
> ok 1
> ok 2
>
> [
>  [1 1]
>  [1 1]
>  [1 1]
> ]
> ok 3
> ok 4
> ok
>
> *** glibc detected *** /usr/bin/perl: corrupted double-linked list:
> 0x00000000006bb120 ***
>
> I went ahead and tested the next file in line, opengl.t, with the same
> parameters and it chokes at exactly the same place.
>
> The full test log is here:
>
> http://pastebin.com/gerPmNNP
>
> Sorry If I'm being a PIA. I don't expect miracles, just trying to be helpful.
>
> Myra
> --
> Chaos! Panic! Disaster! (My work here is done)
>
> _______________________________________________
> Perldl mailing list
> [email protected]
> http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to