--
You received this message because you are subscribed to the Google Groups "alembic-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discussion+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discuss...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discussion+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Where we have strong emotions, we're liable to fool ourselves - Carl Sagan
--
You received this message because you are subscribed to the Google Groups "alembic-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discussion+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
Where we have strong emotions, we're liable to fool ourselves - Carl Sagan
To unsubscribe from this group and stop receiving emails from it, send an email to alembic-discuss...@googlegroups.com.
PyImathStringTable.cpp:47:46: error: expected expression
const StringSet &strings = _table.get<1>();
^
PyImathStringTable.cpp:62:45: error: expected expression
const IndexSet &indices = _table.get<0>();
^
PyImathStringTable.cpp:77:46: error: expected expression
const StringSet &strings = _table.get<1>();
^
PyImathStringTable.cpp:105:46: error: expected expression
const StringSet &strings = _table.get<1>();
^
PyImathStringTable.cpp:114:45: error: expected expression
const IndexSet &indices = _table.get<0>();
^
PyImathStringTable.cpp:47:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:121:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<char> >::lookup' requested here
template class PYIMATH_EXPORT StringTableT<std::string>;
^
PyImathStringTable.cpp:62:21: error: declaration of reference variable 'indices' requires an initializer
const IndexSet &indices = _table.get<0>();
^~~~~~~
PyImathStringTable.cpp:121:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<char> >::lookup' requested here
template class PYIMATH_EXPORT StringTableT<std::string>;
^
PyImathStringTable.cpp:77:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:121:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<char> >::intern' requested here
template class PYIMATH_EXPORT StringTableT<std::string>;
^
PyImathStringTable.cpp:105:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:121:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<char> >::hasString' requested here
template class PYIMATH_EXPORT StringTableT<std::string>;
^
PyImathStringTable.cpp:114:21: error: declaration of reference variable 'indices' requires an initializer
const IndexSet &indices = _table.get<0>();
^~~~~~~
PyImathStringTable.cpp:121:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<char> >::hasStringIndex' requested here
template class PYIMATH_EXPORT StringTableT<std::string>;
^
PyImathStringTable.cpp:47:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:122:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<wchar_t> >::lookup' requested here
template class PYIMATH_EXPORT StringTableT<std::wstring>;
^
PyImathStringTable.cpp:62:21: error: declaration of reference variable 'indices' requires an initializer
const IndexSet &indices = _table.get<0>();
^~~~~~~
PyImathStringTable.cpp:122:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<wchar_t> >::lookup' requested here
template class PYIMATH_EXPORT StringTableT<std::wstring>;
^
PyImathStringTable.cpp:77:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:122:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<wchar_t> >::intern' requested here
template class PYIMATH_EXPORT StringTableT<std::wstring>;
^
PyImathStringTable.cpp:105:22: error: declaration of reference variable 'strings' requires an initializer
const StringSet &strings = _table.get<1>();
^~~~~~~
PyImathStringTable.cpp:122:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<wchar_t> >::hasString' requested here
template class PYIMATH_EXPORT StringTableT<std::wstring>;
^
PyImathStringTable.cpp:114:21: error: declaration of reference variable 'indices' requires an initializer
const IndexSet &indices = _table.get<0>();
^~~~~~~
PyImathStringTable.cpp:122:31: note: in instantiation of member function 'PyImath::StringTableT<std::__1::basic_string<wchar_t> >::hasStringIndex' requested
here
template class PYIMATH_EXPORT StringTableT<std::wstring>;
^
15 errors generated.
I've attached full trace of configure and make.
System: osx 10.9, boost: 1.48, pyilmbase: 1.0
Hope for your help.
Thanks in advance!