[Paraview-developers] ANN: ParaView 3.10.0 Available for download.

David E DeMarle dave.demarle at kitware.com
Thu Mar 10 08:58:19 EST 2011


I ran into this with the pgi compilers and with help from Dave Gobbi's
I excluded that file from wrapping and get a valid compile.
Unfortunately I did not check in my change as I thought I was dealing
with a one off problem on an obscure machine.

To remove it from wrapping, add an exclusion for vtkOpenGLState to
VTK/CMake/vtkWrapHierarchy.cmake around line 70.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Thu, Mar 10, 2011 at 8:34 AM, Paul Melis <paul.melis at sara.nl> wrote:
> On 03/10/2011 02:08 PM, Paul Melis wrote:
>>
>> Hi David,
>>
>> On 03/10/2011 01:18 PM, David Partyka wrote:
>>>
>>> That is very strange, It should only take a few seconds. Those files
>>> are generated as part of the python wrapping.
>
> Seems to get stuck on processing VTK/Rendering/vtkOpenGLState.h:
>
> 3396
>  open("/home/paulmlocal/c/ParaView-3.10.0/VTK/Rendering/vtkOpenGLState.h",
> O_RDONLY) = 3
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a9750) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  fstat(3, {st_mode=S_IFREG|0644, st_size=21988, ...}) = 0
> 3396  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
> 0) = 0x7f9432e9f000
> 3396  read(3, "/*=============================="..., 8192) = 8192
> [...]
> 3396  read(3, "e;\n  \n  // OpenGL 1.1 state\n  \n "..., 8192) = 8192
> 3396  read(3, "a;\n  \n  // Pixels, 2.1\n  GLenum "..., 4096) = 4096
> 3396  brk(0x4a24000)                    = 0x4a24000
> 3396  read(3, "t ClientAtribStackDepth;\n  GLint"..., 4096) = 1508
> BTW ^^^^^^^^^^^^^^^^ typo in the abbrevation of attribute? ;-)
> 3396  read(3, "", 4096)                 = 0
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a9720) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> 3396  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffff9a96d0) = -1 ENOTTY
> (Inappropriate ioctl for device)
> 3396  read(3, "", 8192)                 = 0
> [...]
>
> Paul
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list