[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] Build fails: PyrStringPrim.cpp.o] Error 1



Hi,

Since a couple days, I think since an update concerning the Supernova part of Supercollider,
the build fails on ubuntu studio lts14.04

My cmake parameters are:
cmake -DSUPERNOVA=OFF -DNATIVE=on -DSSE=ON -DSC_IDE=ON ../supercollider -SYSTEM_YAMLCPP=OFF -DSC_EL=OFF -DCMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/

Anybody an idea how to fix it ?

[ 18%] Building CXX object lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrPrimitive.cpp.o
[ 18%] Building CXX object lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrStringPrim.cpp.o
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp: In function ‘void yaml_traverse(VMGlobals*, const YAML::Node&, PyrObject*, PyrSlot*)’:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:9: error: no match for ‘operator>>’ (operand types are ‘const YAML::Node’ and ‘std::string {aka std::basic_string<char>}’)
    node >> out;
         ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:9: note: candidates are:
In file included from /usr/include/c++/4.8/string:53:0,
                 from /usr/include/c++/4.8/stdexcept:39,
                 from /home/sc3sc3/SC3/supercollider/common/SC_List.h:30,
                 from /home/sc3sc3/SC3/supercollider/common/SC_AllocPool.h:33,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)
     operator>>(basic_istream<_CharT, _Traits>& __in,
     ^
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:505:5: note: template<class _UIntType1, long unsigned int __w1, long unsigned int __n1, long unsigned int __m1, long unsigned int __r1, _UIntType1 __a1, long unsigned int __u1, _UIntType1 __d1, long unsigned int __s1, _UIntType1 __b1, long unsigned int __t1, _UIntType1 __c1, long unsigned int __l1, _UIntType1 __f1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:505:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1050:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_int_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1050:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1112:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_real_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1112:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2299:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::cauchy_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2299:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:50:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.h:3759:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bernoulli_distribution&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.h:3759:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2077:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::normal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2077:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1256:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::geometric_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1256:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2621:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::gamma_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2621:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1906:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::exponential_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1906:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2698:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::weibull_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2698:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2774:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::extreme_value_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2774:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:178:5: note: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:178:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:657:5: note: template<class _UIntType, long unsigned int __w, long unsigned int __s, long unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:657:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:725:5: note: template<class _RandomNumberEngine, long unsigned int __p, long unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:725:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:856:5: note: template<class _RandomNumberEngine, long unsigned int __k, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::shuffle_order_engine<_RandomNumberEngine, __k>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:856:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1372:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::negative_binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1372:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1577:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::poisson_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1577:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1845:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1845:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2140:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::lognormal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2140:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2212:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::chi_squared_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2212:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2377:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::fisher_f_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2377:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2451:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::student_t_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2451:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2913:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discrete_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2913:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:3128:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_constant_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3128:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:3344:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_linear_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3344:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/istream:882:0,
                 from /usr/include/c++/4.8/iterator:65,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/bits/istream.tcc:955:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*)
     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)
     ^
/usr/include/c++/4.8/bits/istream.tcc:955:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/istream:882:0,
                 from /usr/include/c++/4.8/iterator:65,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/bits/istream.tcc:923:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&)
     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c)
     ^
/usr/include/c++/4.8/bits/istream.tcc:923:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:727:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
     ^
/usr/include/c++/4.8/istream:727:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:732:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char&)
     operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
     ^
/usr/include/c++/4.8/istream:732:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:774:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char*)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char* __s)
     ^
/usr/include/c++/4.8/istream:774:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:779:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char*)
     operator>>(basic_istream<char, _Traits>& __in, signed char* __s)
     ^
/usr/include/c++/4.8/istream:779:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:872:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&)
     operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
     ^
/usr/include/c++/4.8/istream:872:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/container_fwd.hpp:96:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/extensions.hpp:22,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/hash.hpp:558,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash.hpp:6,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/basic_regex.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/regex.hpp:67,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex.hpp:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:42:
/usr/include/c++/4.8/bitset:1453:5: note: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bitset<_Nb>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x)
     ^
/usr/include/c++/4.8/bitset:1453:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
In file included from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/container_fwd.hpp:98:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/extensions.hpp:22,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/hash.hpp:558,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash.hpp:6,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/basic_regex.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/regex.hpp:67,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex.hpp:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:42:
/usr/include/c++/4.8/complex:491:5: note: template<class _Tp, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::complex<_Tp>&)
     operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __x)
     ^
/usr/include/c++/4.8/complex:491:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:946:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
    node >> out;
            ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:976:9: error: ‘Iterator’ is not a member of ‘YAML’
    for (YAML::Iterator i = node.begin(); i != node.end(); ++i) {
         ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:976:24: error: expected ‘;’ before ‘i’
    for (YAML::Iterator i = node.begin(); i != node.end(); ++i) {
                        ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:976:42: error: ‘i’ was not declared in this scope
    for (YAML::Iterator i = node.begin(); i != node.end(); ++i) {
                                          ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:9: error: no match for ‘operator>>’ (operand types are ‘const YAML::Node’ and ‘std::string {aka std::basic_string<char>}’)
     key >> out;
         ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:9: note: candidates are:
In file included from /usr/include/c++/4.8/string:53:0,
                 from /usr/include/c++/4.8/stdexcept:39,
                 from /home/sc3sc3/SC3/supercollider/common/SC_List.h:30,
                 from /home/sc3sc3/SC3/supercollider/common/SC_AllocPool.h:33,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::basic_string<_CharT, _Traits, _Alloc>&)
     operator>>(basic_istream<_CharT, _Traits>& __in,
     ^
/usr/include/c++/4.8/bits/basic_string.tcc:996:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:505:5: note: template<class _UIntType1, long unsigned int __w1, long unsigned int __n1, long unsigned int __m1, long unsigned int __r1, _UIntType1 __a1, long unsigned int __u1, _UIntType1 __d1, long unsigned int __s1, _UIntType1 __b1, long unsigned int __t1, _UIntType1 __c1, long unsigned int __l1, _UIntType1 __f1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:505:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1050:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_int_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1050:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1112:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::uniform_real_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1112:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2299:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::cauchy_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2299:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:50:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.h:3759:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bernoulli_distribution&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.h:3759:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2077:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::normal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2077:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1256:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::geometric_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1256:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2621:5: note: template<class _RealType1, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::gamma_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2621:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1906:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::exponential_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1906:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2698:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::weibull_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2698:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2774:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::extreme_value_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2774:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:178:5: note: template<class _UIntType, _UIntType __a, _UIntType __c, _UIntType __m, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::linear_congruential_engine<_UIntType, __a, __c, __m>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:178:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:657:5: note: template<class _UIntType, long unsigned int __w, long unsigned int __s, long unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::subtract_with_carry_engine<_UIntType, __w, __s, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:657:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:725:5: note: template<class _RandomNumberEngine, long unsigned int __p, long unsigned int __r, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discard_block_engine<_RandomNumberEngine, __p, __r>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:725:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:856:5: note: template<class _RandomNumberEngine, long unsigned int __k, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::shuffle_order_engine<_RandomNumberEngine, __k>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:856:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1372:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::negative_binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1372:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1577:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::poisson_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1577:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:1845:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::binomial_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:1845:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2140:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::lognormal_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2140:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2212:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::chi_squared_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2212:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2377:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::fisher_f_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2377:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2451:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::student_t_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2451:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:2913:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::discrete_distribution<_IntType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:2913:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:3128:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_constant_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3128:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/random:52:0,
                 from /usr/include/c++/4.8/bits/stl_algo.h:65,
                 from /usr/include/c++/4.8/algorithm:62,
                 from /home/sc3sc3/SC3/supercollider/include/common/SC_BoundsMacros.h:26,
                 from /home/sc3sc3/SC3/supercollider/include/plugin_interface/SC_RGen.h:54,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/VMGlobals.h:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangSource/PyrKernel.h:30,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/4.8/bits/random.tcc:3344:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::piecewise_linear_distribution<_RealType>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is,
     ^
/usr/include/c++/4.8/bits/random.tcc:3344:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/istream:882:0,
                 from /usr/include/c++/4.8/iterator:65,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/bits/istream.tcc:955:5: note: template<class _CharT2, class _Traits2> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT2*)
     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s)
     ^
/usr/include/c++/4.8/bits/istream.tcc:955:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/istream:882:0,
                 from /usr/include/c++/4.8/iterator:65,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/bits/istream.tcc:923:5: note: template<class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, _CharT&)
     operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c)
     ^
/usr/include/c++/4.8/bits/istream.tcc:923:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:727:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char&)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char& __c)
     ^
/usr/include/c++/4.8/istream:727:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:732:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char&)
     operator>>(basic_istream<char, _Traits>& __in, signed char& __c)
     ^
/usr/include/c++/4.8/istream:732:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:774:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, unsigned char*)
     operator>>(basic_istream<char, _Traits>& __in, unsigned char* __s)
     ^
/usr/include/c++/4.8/istream:774:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:779:5: note: template<class _Traits> std::basic_istream<char, _Traits>& std::operator>>(std::basic_istream<char, _Traits>&, signed char*)
     operator>>(basic_istream<char, _Traits>& __in, signed char* __s)
     ^
/usr/include/c++/4.8/istream:779:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<char, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /usr/include/c++/4.8/iterator:65:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/iterator.hpp:11,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/iterator/iterator_traits.hpp:8,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/mutable_iterator.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/iterator.hpp:20,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/range/begin.hpp:24,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string/trim.hpp:16,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/algorithm/string.hpp:19,
                 from /home/sc3sc3/SC3/supercollider/common/SC_DirUtils.h:37,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:34:
/usr/include/c++/4.8/istream:872:5: note: template<class _CharT, class _Traits, class _Tp> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&)
     operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
     ^
/usr/include/c++/4.8/istream:872:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/container_fwd.hpp:96:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/extensions.hpp:22,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/hash.hpp:558,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash.hpp:6,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/basic_regex.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/regex.hpp:67,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex.hpp:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:42:
/usr/include/c++/4.8/bitset:1453:5: note: template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::bitset<_Nb>&)
     operator>>(std::basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x)
     ^
/usr/include/c++/4.8/bitset:1453:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
In file included from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/detail/container_fwd.hpp:98:0,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/extensions.hpp:22,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash/hash.hpp:558,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/functional/hash.hpp:6,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/basic_regex.hpp:23,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex/v4/regex.hpp:67,
                 from /home/sc3sc3/SC3/supercollider/external_libraries/boost/boost/regex.hpp:31,
                 from /home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:42:
/usr/include/c++/4.8/complex:491:5: note: template<class _Tp, class _CharT, class _Traits> std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&, std::complex<_Tp>&)
     operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __x)
     ^
/usr/include/c++/4.8/complex:491:5: note:   template argument deduction/substitution failed:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:979:12: note:   types ‘std::basic_istream<_CharT, _Traits>’ and ‘const YAML::Node’ have incompatible cv-qualifiers
     key >> out;
            ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp: In function ‘int prString_ParseYAML(VMGlobals*, int)’:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:1017:9: error: ‘class YAML::Parser’ has no member named ‘GetNextDocument’
  parser.GetNextDocument(doc);
         ^
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp: In function ‘int prString_ParseYAMLFile(VMGlobals*, int)’:
/home/sc3sc3/SC3/supercollider/lang/LangPrimSource/PyrStringPrim.cpp:1037:9: error: ‘class YAML::Parser’ has no member named ‘GetNextDocument’
  parser.GetNextDocument(doc);
         ^
make[2]: *** [lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrStringPrim.cpp.o] Error 1
make[1]: *** [lang/CMakeFiles/libsclang.dir/all] Error 2
make: *** [all] Error 2

Regards
thanks