
On 5/18/15 11:09 AM, Martin Plutinský wrote: > that problem is solved, but this time scons has given me another error: ... > src/mdt_atom_classes.c:273:3: error: passing argument 1 of > 'mod_file_read_contents' from incompatible pointer type [-Werror]
Ah, this is because the Modeller file API changed in Modeller 9.13, and MDT hasn't yet been updated to match. I'll push a new MDT release in the next day or so - it'll be announced on this list.
> Checking for GLib2 using pkg-config...(cached) found, headers in > /usr/include/glib-2.0 > > it is clear, that scons somehow found an older version of glib (2.4+ > is needed), altough I have defined correct one in config.py.
No, that looks fine. glib is generally found in the "glib-2.0" directory, even if it's a newer version of glib.
Ben