vle-forge / packages

Packages for VLE: output, subformalisms, examples
3 stars 7 forks source link

vle.extension.dsdevs does not compile in mode Debug with vle2.0 #136

Open Chabrier opened 7 years ago

Chabrier commented 7 years ago

DSDevs.cpp:50:17: error: invalid use of incomplete type ‘const struct vle::devs::ExecutiveInit’ assert(model.model().getParent());

and,

Executive.hpp:63:8: note: forward declaration of ‘struct vle::devs::ExecutiveInit’ struct ExecutiveInit;