ToVTK compilation error
Hi,
When I compile using the Makefile in the "ToVTK" folder, I get errors related to "libjcreatevtk_64.a". Is there any problem with this library or the source files provided ?.
Once successfully compiled, how can the ToVTK binary be used ?. I saw very limited info on this in the user guide.
Thanx,
Best Regards,
Sunil
When I compile using the Makefile in the "ToVTK" folder, I get errors related to "libjcreatevtk_64.a". Is there any problem with this library or the source files provided ?.
Once successfully compiled, how can the ToVTK binary be used ?. I saw very limited info on this in the user guide.
Thanx,
Best Regards,
Sunil
Comments
If you still have problems, they will be related with your architecture.
ToVTK is just a program to convert the output binary files of DualSPHysics into VTK or CSV with the changes you want or to add new magnitudes you need. Executing the code, the help displays the information about parameters you can use.
Regards
CC=g++-4.8
which makes it use the older version of g++. After that, ToVtk compiled fine.
Best of luck!