[vtkusers] is this a bug? should I file it somewhere?

Ilan ilan.tal at gmail.com
Mon Apr 22 12:26:32 EDT 2013


I have compiled vtk for Linux 64, Java wrapping and my Java program crashes
with

./ImageJ-linux64: symbol lookup error:
/home/ilan/Fiji.app/lib/linux64/libvtkRenderingJava.so.5.10.1: undefined
symbol: JAWT_GetAWT

With grep I found 3 references in vtk/Common/vtkJavaAwt.h to the symbol but
I couldn't find it defined anywhere.
It is used as

  /* Get the AWT */
  awt.version = JAWT_VERSION_1_3;
  if (JAWT_GetAWT(env, &awt) == JNI_FALSE) 

I am guessing that vtk somehow gets to the above line, then it doesn't know
what to do with the function call.
Can anyone advise me what to do? (My program crashes so that I can't use
vtk.)

Thanks,
Ilan



--
View this message in context: http://vtk.1045678.n5.nabble.com/is-this-a-bug-should-I-file-it-somewhere-tp5720281.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list