[Osw-users] Re: [Osw-announce] OSW 1.1 Beta 3 released
Brought to you by:
peoplestank
From: Mathieu B. <ma...@sy...> - 2003-06-26 01:31:02
|
On Fri, 20 Jun 2003, Amar wrote: > The third beta release of OpenSoundWorld (OSW) version 1.1 is now > available for download in the downloads/files section of this site. > This new version contains new features and many bug fixes: I can't compile it. Which compiler should I use? This is g++ 3.3 on Debian 3.1. LC_ALL=en make g++ -g -O2 -DOSW_EXT_HASH_MAP -I../include -I../generic -I. -I../types -I../sdif -I../osc -O2 -ftemplate-depth-64 -felide-constructors -D_OSWCORE -D _USING_TCL -march=pentium -march=i586 -Wall -w -DOSW_MAJOR_VERSION=1 -DOSW_MINOR_VERSION=1 -DOSW_BETA_VERSION=3 -DOSW_PATCH_VERSION=0 -D_REENTRANT -pthread -fstack-check -c ../generic/oswGetPut.cpp ../generic/oswGetPut.cpp: In member function `void osw::InternalPutTransform::activation1Expr()': ../generic/oswGetPut.cpp:114: error: ambiguous overload for ` osw::State<osw::Any>& = osw::Any' operator ../include/oswState.h:379: error: candidates are: osw::State<T>& osw::State<T>::operator=(const T&) [with T = osw::Any] ../include/oswState.h:384: error: osw::State<T>& osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] ../generic/oswGetPut.cpp: In member function `void osw::InternalGetTransform::activation1Expr()': ../generic/oswGetPut.cpp:206: error: ambiguous overload for ` osw::Outlet<osw::Any>& = osw::Any' operator ../include/oswInletOutlet.h:365: error: candidates are: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Any&) ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) ../generic/oswGetPut.cpp:208: error: ambiguous overload for ` osw::Outlet<osw::Any>& = osw::Any' operator ../include/oswInletOutlet.h:365: error: candidates are: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Any&) ../include/oswInletOutlet.h:371: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::State<osw::Any>&) ../include/oswInletOutlet.h:345: error: osw::Outlet<osw::Any>& osw::Outlet<osw::Any>::operator=(const osw::Outlet<osw::Any>&) ../generic/oswGetPut.cpp: In member function `void osw::GlobTransform::activation1Expr()': ../generic/oswGetPut.cpp:286: error: ambiguous overload for ` osw::State<osw::Any>& = osw::Any' operator ../include/oswState.h:379: error: candidates are: osw::State<T>& osw::State<T>::operator=(const T&) [with T = osw::Any] ../include/oswState.h:384: error: osw::State<T>& osw::State<T>::operator=(const osw::State<T>&) [with T = osw::Any] make: *** [oswGetPut.o] Error 1 ________________________________________________________________ Mathieu Bouchard http://artengine.ca/matju |