unregistered class (yade in centos 6)

Asked by ceguo

Hi everyone,

I compiled YADE in a HPC cluster with centos 6 64 bit. Now I can test YADE in most circumstances, but encounter a runtime error "unregistered class" when I try to execute O.save(). I searched and find an old thread saying it is a bug due to libboost_serialization but already gets fixed. My YADE code is a recent trunk version and I am wondering which version of boost-serialization should I use to get rid of the bug? (Now I'm using boost 1.41.0)

Ning

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Gladky (gladky-anton) said :
#1

2013/8/22 ceguo <email address hidden>:
> (Now I'm using boost 1.41.0)

This one is pretty old, released almost 4 years ago.
Try to compile a newer boost version and link against Yade.

Cheers.

Anton

Revision history for this message
ceguo (hhh-guo) said :
#2

Thanks Anton Gladky, that solved my question.