Root v6.08.00 - shared libraries - cling VS cint

Hi,
i use root v6.08.00 version, and i’ve a problem executing shell script that load my personal classes and shared libraries.
When i execute this script.sh in root v5 (5.34/10) in an other machine, it works fine. In my pc, with ubuntu 16.04 distribution and root v6, it reports this error:

In file GI_Config.h:38:17: error: expected namespace name
using namespace libconfig;
^
GI_Config.h:43:2: error: unknown type name 'Config’
Config cfg;

in this header class GI_Config.h, i’ve insert:
#include <libconfig++.h>
using namespace libconfig;

So, how do i load this shared library?
thanks in advance.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.