On 23-Apr-2002 dan radom wrote: > make died when building current CVS version. i was hopeing to see that xmms > fix :) > > Workspace.cc:132: instantiated from here > /usr/include/g++-3/stl_algo.h:83: no match for call to > `(mem_fun1_t<void, BlackboxWindow, int>) (BlackboxWindow *&)' > /usr/include/g++-3/stl_function.h:602: candidates are: void > mem_fun1_t<void, _Tp, _Arg>::operator() (_Tp *, _Arg) const [with _Tp = > BlackboxWindow, _Arg = int] > make[2]: *** [Workspace.o] Error 1 > make[2]: Leaving directory `/usr/local/src/blackbox-cvs/blackbox/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/blackbox-cvs/blackbox' >
heh, mea culpa. I am testing one of Brad's patches and accidentally committed part of it. Repalce std::mem_fun() with std::bind2nd(std::mem_fun(), False).
