Compilation MacOS (2 of 2)
Found by @dudouet when compiling on Mac:
the example classes were in fact never compiled as example classes, but only example functions, which meant they never had an accompanying dictionary generation, and apparently it's not a problem on Linux. On Mac however, this lead to lots of linker errors about missing definitions for '*::Class()' and '*::Streamer()' methods.