[Osw-users] Re: OSW and g++ 3.3
Brought to you by:
peoplestank
From: Amar <am...@pt...> - 2003-06-26 04:50:38
|
Hi Mathieu- I have been compiling with g++ 3.2 on Linux and Mac OS X. Yours is the first experience I've heard with 3.3. I have some ideas of what the problem might be, however, and will look into it. Meanwhile, feedback from anyone else using 3.3 would be most helpful. Regards, -Amar ----- Original Message ----- From: "Mathieu Bouchard" <ma...@sy...> To: "Amar" <am...@pt...> Cc: <osw...@li...>; <osw...@li...> Sent: Wednesday, June 25, 2003 6:31 PM Subject: [Osw-users] Re: [Osw-announce] OSW 1.1 Beta 3 released > > 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 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Osw-users mailing list > Osw...@li... > https://lists.sourceforge.net/lists/listinfo/osw-users > |