V5-34-30 installs but can't find cling

Hello,

I recently installed root v5-34-30. The installation worked but a library I had no library compiles. I get the following error:

rootcint -f DircObjs_Dict.cpp -c -I. -I..  ../dirc_objects.h ../particle_objects.h ../photon_objects.h ../analysis_objects.h ../event_parsers.h ../calibration_data.h ../dircTH1D.h ../LinkDef.h
ERROR in cling::CIFactory::createCI():
  resource directory /Users/wilkacarvalho/libraries/etc/root/cling/lib/clang/3.6.0 not found!
input_line_2:1:10: fatal error: 'cling/Interpreter/RuntimeUniverse.h' file not found
#include "cling/Interpreter/RuntimeUniverse.h"
         ^
lookup.type.by.name.file:1:1: error: unknown type name 'Double32_t'
Double32_t
^

 *** Break *** segmentation violation
Error in <TUnixSystem::StackTrace> script /Users/wilkacarvalho/libraries/etc/root/gdb-backtrace.sh is missing
make: *** [DircObjs_Dict.cpp] Error 139

Hi,

You have a mixture of ROOT 5 and 6, eitehr because PATH / LD_LIBRARY_PATH / ROOTSYS are inconsistent, or because your build is partially ROOT 6, partially ROOT 5.

Cheers, Axel.