List Info

Thread: Current CVS trunk tip build breaks on Linux




Current CVS trunk tip build breaks on Linux
user name
2006-09-05 23:22:31
Anybody seeing this error?  I am running Fedora Core 5 with
pwlib-1.10.0-1.  Do I need something different?  

------------------------------------------------------------
------------
---

make P_SHAREDLIB=1 opt
make[1]: Entering directory `/home/yzou/sourceforge/opal'
g++ -D_REENTRANT -Wall  -fPIC -DPIC -DPTRACING
-I/home/yzou/sourceforge/opal/include  -DPTRACING
-I/usr/share/pwlib//include -Os   -felide-constructors -c
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx -o
/home/yzou/sourceforge/opal/lib/obj_linux_x86_r/h323caps.o
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx:388:
error: no
matching function for call to 'PFactory<H323Capability,
std::basic_string<char, std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711ALaw64Capability>::Worker(const
OpalAudioFormat&,
bool)'
/usr/include/ptlib/pfactory.h:260: note: candidates are:
PFactory<_Abstract_T,
_Key_T>::Worker<_Concrete_T>::Worker(const
_Key_T&, bool) [with _Concrete_T =
H323_G711ALaw64Capability,
_Abstract_T = H323Capability, _Key_T =
std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>]
/usr/include/ptlib/pfactory.h:258: note:
PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711ALaw64Capability>::Worker(const
PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711ALaw64Capability>&)
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx:389:
error: no
matching function for call to 'PFactory<H323Capability,
std::basic_string<char, std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711uLaw64Capability>::Worker(const
OpalAudioFormat&,
bool)'
/usr/include/ptlib/pfactory.h:260: note: candidates are:
PFactory<_Abstract_T,
_Key_T>::Worker<_Concrete_T>::Worker(const
_Key_T&, bool) [with _Concrete_T =
H323_G711uLaw64Capability,
_Abstract_T = H323Capability, _Key_T =
std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>]
/usr/include/ptlib/pfactory.h:258: note:
PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711uLaw64Capability>::Worker(const
PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >
>::Worker<H323_G711uLaw64Capability>&)
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx: In static
member
function 'static H323Capability*
H323Capability::Create(const
PString&)':
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx:508:
error: no
matching function for call to 'PFactory<H323Capability,
std::basic_string<char, std::char_traits<char>,
std::allocator<char> >
>::CreateInstance(const PString&)'
/usr/include/ptlib/pfactory.h:298: note: candidates are:
static
_Abstract_T* PFactory<_Abstract_T,
_Key_T>::CreateInstance(const
_Key_T&) [with _Abstract_T = H323Capability, _Key_T =
std::basic_string<char, std::char_traits<char>,
std::allocator<char> >]
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx: In member
function
'PINDEX H323Capabilities::AddAllCapabilities(PINDEX,
PINDEX, const
PString&)':
/home/yzou/sourceforge/opal/src/h323/h323caps.cxx:2142:
error:
conversion from 'const std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >' to non-scalar type
'PCaselessString' requested
make[1]: ***
[/home/yzou/sourceforge/opal/lib/obj_linux_x86_r/h323caps.o]
Error 1
make[1]: Leaving directory `/home/yzou/sourceforge/opal'
make: *** [optshared] Error 2
------------------------------------------------------------
------------
Check the FAQ before asking! - http://www.
openh323.org/~openh323/fom.cgi
The OpenH323 Project mailing list, using Mailman. To
unsubscribe or
change your subscription options, goto
htt
p://www.openh323.org/mailman/listinfo/openh323
Maintained by Quicknet Technologies, Inc - http://www.quicknet.net
------------------------------------------------------------
------------
Current CVS trunk tip build breaks on Linux
user name
2006-09-05 23:42:40
You must use CVS head PWLib with CVS head OPAL

   Craig

On Tue, 5 Sep 2006 16:22:31 -0700
"Zou, Yixiong" <yixiong.zouintel.com> wrote:

> Anybody seeing this error?  I am running Fedora Core 5
with
> pwlib-1.10.0-1.  Do I need something different?  
> 
>
------------------------------------------------------------
------------
> ---
> 
> make P_SHAREDLIB=1 opt
> make[1]: Entering directory
`/home/yzou/sourceforge/opal'
> g++ -D_REENTRANT -Wall  -fPIC -DPIC -DPTRACING
> -I/home/yzou/sourceforge/opal/include  -DPTRACING
> -I/usr/share/pwlib//include -Os   -felide-constructors
-c
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx -o
>
/home/yzou/sourceforge/opal/lib/obj_linux_x86_r/h323caps.o
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx:388:
error: no
> matching function for call to
'PFactory<H323Capability,
> std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>
>
>::Worker<H323_G711ALaw64Capability>::Worker(const
OpalAudioFormat&,
> bool)'
> /usr/include/ptlib/pfactory.h:260: note: candidates
are:
> PFactory<_Abstract_T,
_Key_T>::Worker<_Concrete_T>::Worker(const
> _Key_T&, bool) [with _Concrete_T =
H323_G711ALaw64Capability,
> _Abstract_T = H323Capability, _Key_T =
std::basic_string<char,
> std::char_traits<char>,
std::allocator<char> >]
> /usr/include/ptlib/pfactory.h:258: note:
> PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
> std::allocator<char> >
>
>::Worker<H323_G711ALaw64Capability>::Worker(const
> PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
> std::allocator<char> >
>::Worker<H323_G711ALaw64Capability>&)
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx:389:
error: no
> matching function for call to
'PFactory<H323Capability,
> std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>
>
>::Worker<H323_G711uLaw64Capability>::Worker(const
OpalAudioFormat&,
> bool)'
> /usr/include/ptlib/pfactory.h:260: note: candidates
are:
> PFactory<_Abstract_T,
_Key_T>::Worker<_Concrete_T>::Worker(const
> _Key_T&, bool) [with _Concrete_T =
H323_G711uLaw64Capability,
> _Abstract_T = H323Capability, _Key_T =
std::basic_string<char,
> std::char_traits<char>,
std::allocator<char> >]
> /usr/include/ptlib/pfactory.h:258: note:
> PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
> std::allocator<char> >
>
>::Worker<H323_G711uLaw64Capability>::Worker(const
> PFactory<H323Capability, std::basic_string<char,
std::char_traits<char>,
> std::allocator<char> >
>::Worker<H323_G711uLaw64Capability>&)
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx: In
static member
> function 'static H323Capability*
H323Capability::Create(const
> PString&)':
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx:508:
error: no
> matching function for call to
'PFactory<H323Capability,
> std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>
> >::CreateInstance(const PString&)'
> /usr/include/ptlib/pfactory.h:298: note: candidates
are: static
> _Abstract_T* PFactory<_Abstract_T,
_Key_T>::CreateInstance(const
> _Key_T&) [with _Abstract_T = H323Capability, _Key_T
=
> std::basic_string<char,
std::char_traits<char>, std::allocator<char>
>]
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx: In
member function
> 'PINDEX H323Capabilities::AddAllCapabilities(PINDEX,
PINDEX, const
> PString&)':
> /home/yzou/sourceforge/opal/src/h323/h323caps.cxx:2142:
error:
> conversion from 'const std::basic_string<char,
std::char_traits<char>,
> std::allocator<char> >' to non-scalar type
'PCaselessString' requested
> make[1]: ***
>
[/home/yzou/sourceforge/opal/lib/obj_linux_x86_r/h323caps.o]
Error 1
> make[1]: Leaving directory
`/home/yzou/sourceforge/opal'
> make: *** [optshared] Error 2
>
------------------------------------------------------------
------------
> Check the FAQ before asking! - http://www.
openh323.org/~openh323/fom.cgi
> The OpenH323 Project mailing list, using Mailman. To
unsubscribe or
> change your subscription options, goto
> htt
p://www.openh323.org/mailman/listinfo/openh323
> Maintained by Quicknet Technologies, Inc - http://www.quicknet.net
>
------------------------------------------------------------
------------


------------------------------------------------------------
-----------
 Craig Southeren          Post Increment – VoIP Consulting
and Software
 craigspostincrement.com.au                  
www.postincrement.com.au

 Phone:  +61 243654666      ICQ: #86852844
 Fax:    +61 243656905      MSN: craig_southerenhotmail.com
 Mobile: +61 417231046      Jabber: craigsjabber.org

 "It takes a man to suffer ignorance and smile.
  Be yourself, no matter what they say."   Sting


------------------------------------------------------------
------------
Check the FAQ before asking! - http://www.
openh323.org/~openh323/fom.cgi
The OpenH323 Project mailing list, using Mailman. To
unsubscribe or
change your subscription options, goto
htt
p://www.openh323.org/mailman/listinfo/openh323
Maintained by Quicknet Technologies, Inc - http://www.quicknet.net
------------------------------------------------------------
------------
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )