Hi Dahn,
Version 0.0 is no longer maintained; you'd better update your plugins.
Have a look at the Tutorial section to create and write your own plugins:
-
http://www.yakuru.fr/granoo//tutorial/simu_2_init-new-plugin.html# -
http://www.yakuru.fr/granoo//tutorial/simu_3_implement-new-plugin.html#If you need to recover old domains from .gdd files (not old simulation results), you can use the Util tool, located in /trunk/Tools/Util/. With this tool, you can convert your domains into ASCII files, which are portable to the most recent version of GranOO (2.0), which is still unofficial but stable.
According to your snapshots, it seems you are missing the libpthread, probably because of the recent version of your Linux distribution. You will also encounter the problem when building the Util tool.
A workaround would be to add the "-lpthread" flag to one of the variables in /trung/Local/Makefile.granoo, for instance the CGAL_LIB (line 38). It will look like:
LIB_CGAL = -lCGAL -lpthread
Best reagrds,
Cédric