Re: [micro-manager-general] Build error in OxxiusCombiner
Status: Beta
Brought to you by:
nicost
|
From: <115...@ma...> - 2020-03-04 14:16:27
|
Hi Ravi, It should be the same issue in https://github.com/micro-manager/micro-manager/issues/681. I recommend you to use build script from hdimi https://github.com/hadim/mm_scripts/blob/master/build-mm.sh . It works smoothly in my linux machine. Best Yuejian ------------------ Original ------------------ From: "ssnet"<ss...@fr...>; Date: Tue, Mar 3, 2020 06:18 PM To: "micro-manager-genera"<mic...@li...>; Subject: [micro-manager-general] Build error in OxxiusCombiner Dear all, I have just a short question. While building current MM version I face an issue in devideadapter directory (OxxiusCombiner). /usr/include/c /8/ostream:682:5: note: template argument deduction/substitution failed: /usr/include/c /8/ostream: In substitution of ‘template<class _Ostream, class _Tp> typename std::enable_if<std::__and_<std::__not_<std::is_lvalue_reference<_Tp> >, std::__is_convertible_to_basic_ostream<_Ostream>, std::__is_insertable<typename std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type, const _Tp&, void> >::value, typename std::__is_convertible_to_basic_ostream<_Tp>::__ostream_type>::type std::operator<<(_Ostream&&, const _Tp&) [with _Ostream = std::basic_ostream<char>&; _Tp = std::__cxx11::basic_ostringstream<char>]’: Oxxius_combiner.cpp:329:30: required from here /usr/include/c /8/ostream:682:5: error: no type named ‘type’ in ‘struct std::enable_if<false, std::basic_ostream<char>&>’ In file included from ../../MMDevice/DeviceBase.h:42, from Oxxius_combiner.h:16, from Oxxius_combiner.cpp:14: Build envirement : DISTRIB_ID=Ubuntu DISTRIB_RELEASE=19.04 DISTRIB_CODENAME=disco DISTRIB_DESCRIPTION="Ubuntu 19.04" has anyone seen this issue? LG Ravi |