Tobias Pape uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-topa.2418.mcz==================== Summary ====================
Name: VMMaker.oscog-topa.2418
Author: topa
Time: 16 June 2018, 9:06:33.035626 pm
UUID: 6a3317fd-ca50-498f-8879-332f920fe363
Ancestors: VMMaker.oscog-cb.2417
An include got missing, put it back where it belongs
=============== Diff against VMMaker.oscog-cb.2417 ===============
Item was changed:
----- Method: VMProfileLinuxSupportPlugin class>>declareHeaderFilesIn: (in category 'translation') -----
declareHeaderFilesIn: cg
cg
addHeaderFile: '<limits.h>';
addHeaderFile: '#if defined(HAVE_DLFCN_H)\# include <dlfcn.h>\#endif' withCRs;
+ addHeaderFile: '<link.h>';
addHeaderFile: '#ifndef RTLD_NODELETE\# define RTLD_NODELETE 0\#endif' withCRs!