Dear Ray and Michal, I am haveing the same error trying to build gnugk 2.08 using all the updated CVS of .cxx and .h files. make clean make optdepend make optnoshared Any input will be greatlly appreciated. With thanks. Following error : job.cxx: In constructor `Agent::Agent()': job.cxx:250: no matching function for call to `Singleton<Agent>::Singleton( const char[6])' singleton.h:75: candidates are: Singleton<Agent>::Singleton(const Singleton<Agent>&) singleton.h:95: Singleton<T>::Singleton() [with T = Agent] job.cxx: In destructor `virtual Agent::~Agent()': job.cxx:288: `mem_vfun' undeclared (first use this function) job.cxx:288: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [obj_linux_x86_r/job.o] Error 1 make[1]: Leaving directory `/opt/openh323gk' make: *** [optnoshared] Error 2 From: Ray Jackman <ray@xxxxx> Re: Re: Re: proxy and gk testing 2003-10-13 10:21 > >ok, so do you want me to build the debug version but do not turn on > >debug trc when started? > > Just do not pass -ttt... flag to the gnugk. > > >do i need to move any additional > >files / dirs to the target machine other than gnugk executable. > > If you are building using make debugnoshared or make optnoshared, > then you will not need any additional files. Otherwise you will need > openh323 and pwlib shared libs. > ok, first attempt to build 2.2 optnoshared produced this. _LINUX=2.4.20 -ffunction-sections -D_REENTRANT -Wall -DP_USE_PRAGMA -DPHAS_TEMPLATES -I/home/ray/openh323/../pwlib/include/ptlib/unix -I/usr/in clude/ pwlib -I/home/ray/openh323/../pwlib/include -DPTRACING -I/home/ray/openh323/ include -DHAS_IXJ -DHAS_OSS -DMAJOR_VERSION=2 -DMINOR_VERSION=2 -DBUILD_NUMBER=2 -DP_USE_PRAGMA -Os -DNDEBUG -x c++ -c job.cxx -o obj_linux_x86_r/job.o job.cxx: In constructor `Agent::Agent()": job.cxx:147: error: no matching function for call to `Singleton<Agent>:: Singleton(const char[6])" singleton.h:81: error: candidates are: Singleton<Agent>::Singleton(const Singleton<Agent>&) singleton.h:101: error: Singleton<T>::Singleton() [with T = Agent] job.cxx: In destructor `virtual Agent::~Agent()": job.cxx:156: error: `mem_vfun" undeclared (first use this function) job.cxx:156: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [obj_linux_x86_r/job.o] Error 1 make[1]: Leaving directory `/home/ray/2.2/openh323gk" make: *** [optnoshared] Error 2 i will try to make 2.0 now. regards ray Thread View Thread Author Date Re: Re: Re: proxy and gk testing Ray Jackman <ray@xxxxx> 2003-10-13 10:21 Re: Re: Re: proxy and gk testing Zygmuntowicz Michal <m@xxxxx> ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/