Re: [gentoo-user] Paraview 4.2 not building

2014-12-30 Thread Helmut Jarausch
On 12/30/2014 05:44:16 AM, Andrew Lowe wrote:
 Hi all,
   Anyone out there using Paraview? A quick question before I put
 all of
 the supporting doco, build/error logs etc, together.
 
   I'm attempting to get the latest version in portage, V4.2,
 built but
 I'm running into problems at the 45% stage, Linking
 libvtkRenderingOpenGL. Has anyone else come across any problems in
 this
 area? Any thoughts on how to fix the problem.
 

Hi,

it's the same here. It looks like a template error.
I'm using gcc 4.9.2 which is very strict w.r.t. the C++ standard.

I suggest, you create a bug report.

Helmut




Re: [gentoo-user] Paraview 4.2 not building

2014-12-30 Thread Andrew Lowe
On 12/30/2014 05:26 PM, Helmut Jarausch wrote:
 On 12/30/2014 05:44:16 AM, Andrew Lowe wrote:
 Hi all,
  Anyone out there using Paraview? A quick question before I put
 all of
 the supporting doco, build/error logs etc, together.

  I'm attempting to get the latest version in portage, V4.2,
 built but
 I'm running into problems at the 45% stage, Linking
 libvtkRenderingOpenGL. Has anyone else come across any problems in
 this
 area? Any thoughts on how to fix the problem.

 
 Hi,
 
 it's the same here. It looks like a template error.
 I'm using gcc 4.9.2 which is very strict w.r.t. the C++ standard.
 
 I suggest, you create a bug report.
 
 Helmut
 
 
 

Will do. I also have Clang installed on this machine and set that to
compile paraview. Unlike under gcc where it failed at trying to link
libvtkRenderingOpenGL, it is now failing when trying to link
libvtkRenderingVolume. The libvtkRenderingOpenGL problem appears to not
exist under clang..

Andrew




[gentoo-user] Paraview 4.2 not building

2014-12-29 Thread Andrew Lowe
Hi all,
Anyone out there using Paraview? A quick question before I put all of
the supporting doco, build/error logs etc, together.

I'm attempting to get the latest version in portage, V4.2, built but
I'm running into problems at the 45% stage, Linking
libvtkRenderingOpenGL. Has anyone else come across any problems in this
area? Any thoughts on how to fix the problem.

Regards,
Andrew