-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Genius is not compiled with XML VTK support, skip VTK export..." despite VTK being found #26
Comments
Please check the config log of waf in build/default/config.log to see what happened for VTK library check. |
Thank you for the reply. According to the config.log the VTK library check was successful and config.h does contain the line |
... just for the sake of completeness, the corresponding parts of the config.log are: Checking for header vtkConfigure.h int main() { <== yesChecking for libraries for VTK int main() { <== |
I have installed Genius under Linux (Debian). Although the VTK libraries have been found during installation, i.e. both "Checking for header vtk.Configure.h" and "Checking for libraries for VTK" gave "yes", I still get the message "Genius is not compiled with XML VTK support, skip VTK export..." when running the diode example (Step 7 in the INSTALL file).
I have added the path /usr/local/lib/vtk-5.4 to LD_LIBRARY_PATH. In fact, Genius-TCAD-Open seems to be working... except for the vtk output. I tried installing vtk both with BUILD_SHARED_LIBS ON and OFF, this does not seem to make a difference. The version of vtk I am using is 5.4.2.
I would appreciate any help. Thanks!
The text was updated successfully, but these errors were encountered: