Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Tamas <jalsot@gm...> - 2006-12-06 17:09:12
|
Hello, it went over clirw :) However I got: g++ -DLARGE_FDSET=4096 -DHAS_RADIUS=1 -DHAS_MSG_NOSIGNAL=1 -D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' -DPTRACING -D_REENTRANT -Wall -DP_64BIT -I/DEVEL/iFaxDE/h323-new/openh323/../pwlib/include -DPTRACING -I/DEVEL/iFaxDE/h323-new/openh323/include -DMAJOR_VERSION=1 -DMINOR_VERSION=2 -DBUILD_NUMBER=7 -O2 -felide-constructors -Wreorder -c capctrl.cxx -o obj_linux_x86_64_r/capctrl.o capctrl.cxx: In member function 'void CapacityControl::LoadConfig()': capctrl.cxx:176: error: call of overloaded 'basic_string(const PString&)' is ambiguous /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:225: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:182: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] capctrl.cxx:177: error: call of overloaded 'basic_string(const PString&)' is ambiguous /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:225: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:182: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] capctrl.cxx:204: error: call of overloaded 'basic_string(PString&)' is ambiguous /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:225: note: candidates are: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:182: note: std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] make: *** [obj_linux_x86_64_r/capctrl.o] Error 1 Regards, Tamas Zygmuntowicz Michal wrote: > It should be fixed now > > ----- Original Message ----- > From: "Tamas" <jalsot@...> > To: "GNU Gatekeeper Developer" <openh323gk-developer@...> > Sent: Tuesday, December 05, 2006 4:13 PM > Subject: Re: [Openh323gk-developer] Compilation issue > > > >> Hello, >> >> could anybody take a look for this issue? Probably it's a simple >> problem for C++ gurus... >> >> Kind regards, >> Tamas >> >> Tamas wrote: >> >>> Hi, >>> >>> thanks for the fix. It went over it, however it still didn't compile. >>> g++ -DLARGE_FDSET=4096 -DHAS_RADIUS=1 -DHAS_MSG_NOSIGNAL=1 >>> -D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' -DPTRACING >>> -D_REENTRANT -Wall -DP_64BIT >>> -I/DEVEL/iFaxDE/h323-new/openh323/../pwlib/include -DPTRACING >>> -I/DEVEL/iFaxDE/h323-new/openh323/include -DMAJOR_VERSION=1 >>> -DMINOR_VERSION=2 -DBUILD_NUMBER=7 -O2 -felide-constructors -Wreorder >>> -c clirw.cxx -o obj_linux_x86_64_r/clirw.o >>> clirw.cxx: In constructor 'CLIRewrite::CLIRewrite()': >>> clirw.cxx:411: error: call of overloaded 'basic_string(PString&)' is >>> ambiguous >>> /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:225: >>> note: candidates are: std::basic_string<_CharT, _Traits, >>> _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = char, >>> _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >>> /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:182: >>> note: std::basic_string<_CharT, _Traits, >>> _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) >>> [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = >>> std::allocator<char>] >>> make: *** [obj_linux_x86_64_r/clirw.o] Error 1 >>> >>> I use the current CVS (from pwlib/openh323/gnugk) >>> >>> Regards, >>> Tamas >>> >>> Zygmuntowicz Michal wrote: >>> >>> >>>> I will add an explicit typecast. It should be in the cvs >>>> today. >>>> >>>> ----- Original Message ----- >>>> From: "Tamas" <jalsot@...> >>>> Sent: Sunday, November 19, 2006 7:47 PM >>>> >>>> >>>> >>>> >>>> >>>>> I'm trying to compile gnugk from CVS with pwlib/openh323 CVS and >>>>> getting: >>>>> g++ -DLARGE_FDSET=4096 -DHAS_RADIUS=1 -DHAS_MSG_NOSIGNAL=1 >>>>> -D'MANUFACTURER=GNU' -D'PROGRAMMNAME=Gatekeeper' -DPTRACING >>>>> -D_REENTRANT -Wall -DP_64BIT >>>>> -I/DEVEL/h323-new/openh323/../pwlib/include -DPTRACING >>>>> -I/DEVEL/h323-new/openh323/include -DMAJOR_VERSION=1 -DMINOR_VERSION=2 >>>>> -DBUILD_NUMBER=7 -O2 -felide-constructors -Wreorder -c Routing.cxx -o >>>>> obj_linux_x86_64_r/Routing.o >>>>> Routing.cxx: In constructor >>>>> 'Routing::NumberAnalysisPolicy::NumberAnalysisPolicy()': >>>>> Routing.cxx:1078: error: call of overloaded 'basic_string(const >>>>> PString&)' is ambiguous >>>>> /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:225: >>>>> note: candidates are: std::basic_string<_CharT, _Traits, >>>>> _Alloc>::basic_string(const _CharT*, const _Alloc&) [with _CharT = >>>>> char, >>>>> _Traits = std::char_traits<char>, _Alloc = std::allocator<char>] >>>>> /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/basic_string.tcc:182: >>>>> note: std::basic_string<_CharT, _Traits, >>>>> _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, >>>>> _Alloc>&) >>>>> [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = >>>>> std::allocator<char>] >>>>> make: *** [obj_linux_x86_64_r/Routing.o] Error 1 >>>>> >>>>> >>>>> Thanks in advance, >>>>> Tamas >>>>> >>>>> ps: >>>>> pwlib-1.11.2 [CVS] >>>>> openh323-1.19.1 [CVS] >>>>> gnugk-2.5 [CVS] >>>>> |