pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compile error with paraview



Hi:
I'm having some trouble compiling the paraview
package:

1) When I do it using the Makefile I created for
pkgsrc I get the following error and the compiling
fails:

.
.
.
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:1394:
error: request for member `borderTable' in something
not a structure or union
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:1396:
error: parse error before ')' token
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:
At top level:
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:1134:
error: storage size of `shiftTable' isn't known
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:31:
warning: `BorderInit' declared `static' but never
defined
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:35:
warning: `Intersect' declared `static' but never
defined
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1/Utilities/TclTk/tk8.4.5/generic/tk3d.c:38:
warning: `ShiftLine' declared `static' but never
defined
{standard input}: Assembler messages:
{standard input}:697: Error: symbol `dy' is already
defined
{standard input}:703: Error: symbol `dx' is already
defined
{standard input}:750: Error: symbol `q' is already
defined
{standard input}:756: Error: symbol `p' is already
defined
{standard input}:762: Error: symbol `q' is already
defined
{standard input}:768: Error: symbol `q' is already
defined
gmake: *** [tk3d.o] Error 1
*** Error code 1

Stop.
make: stopped in
/usr/pkgsrc/wip/paraview/work/paraview-2.4.1-netbsd/Utilities/TclTk
*** Error code 1

Stop.

2) But when I do it manually directly in the work
directory I get the following error (note that they
are different):
.
.
.
   class vtkXdmfRenderWindowInteractor' has no member
named 'App'
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk/vtkXdmfRenderWindowInteractor.cxx:73:
error: `
   XtAppPending' undeclared (first use this function)
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk/vtkXdmfRenderWindowInteractor.cxx:74:
error: '
   class vtkXdmfRenderWindowInteractor' has no member
named 'App'
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk/vtkXdmfRenderWindowInteractor.cxx:74:
error: `
   event' undeclared (first use this function)
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk/vtkXdmfRenderWindowInteractor.cxx:74:
error: `
   XtAppNextEvent' undeclared (first use this
function)
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk/vtkXdmfRenderWindowInteractor.cxx:75:
error: `
   XtDispatchEvent' undeclared (first use this
function)
*** Error code 1

Stop.
make: stopped in
/tmp2/hugo/paraview-2.4.1-netbsd/Utilities/Xdmf/vtk
*** Error code 1




I guess this is caused by some enviroment variables,
but my real doubt is: what bug should I try to fix?
(note that the pkgsrc failure happens almost right
away, but the manual compiling failure takes a while)
both of them? perhaps you have a better idea, anyway
there's a copy of my pkgsrc Makefile just in case.

thanks

Hugo

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 

Attachment: Makefile
Description: 402397780-Makefile



Home | Main Index | Thread Index | Old Index