yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #03625
Re: For compiling yade and kdevelop4
> When I compiled my codes (.cpp and hpp) with yade using kdevelop4,
> There is an error. I donot understand. the following is the error:
>
> /home/yu/yade-0.50/pkg/dem/PreProcessor/Triaxial.cpp:234: error:
> 'class Body' has no member named 'setDynamic'
Aren't you mixing yade-0.50 with later code? There were some changes
that make the code incompatible (Body::setDynamic, in this case). You
are not supposed to do that. Either get trunk source
(https://code.launchpad.net/~yade-dev/yade/trunk) and use it, or fix
those incompatibilities by hand (not recommended).
v.
References