Opened 8 years ago

Last modified 8 years ago

#10779 new Bugs

error compiling boostlib_locale on HPUX.

Reported by: saurabh.csebhu@… Owned by: Artyom Beilis
Milestone: To Be Determined Component: locale
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

Hi All,

I am trying to compile boost libraries 1.55.0 on HPUX platform with compiler version [aCC.A.06.25]..

while compiling it's giving me following error.


"/usr/local/remote/packages/compiler_remote/ansicA.06.25_aCC.A.06.25/opt/aCC/include_std/rw/rwlocale", line 722: error #2322: object of abstract class type "boost::locale::calendar_facet" is not allowed:

function "boost::locale::calendar_facet::create_calendar" is a pure virtual function

_Facet *facet = new _Facet ();

detected during:

instantiation of "_Facet *rw::rw_create_named_facet(_Facet *, const char *, size_t) [with _Facet=boost::locale::calendar_facet]" at line 79 of "/usr/local/remote/packages/compiler_remote/ansicA.06.25_aCC.A.06.25/opt/aCC/include_std/rw/vendor" instantiation of "_Facet *rw::rw_create_native_facet(_Facet *) [with _Facet=boost::locale::calendar_facet]" at line 537 of "/usr/local/remote/packages/compiler_remote/ansicA.06.25_aCC.A.06.25/opt/aCC/include_std/rw/locimpl" instantiation of "rw::rw_facet_base *rw::rw_facet_maker<_Facet>::_C_maker_func(int, const char *, size_t) [with _Facet=boost::locale::calendar_facet]" at line 57 of "/usr/local/remote/packages/compiler_remote/ansicA.06.25_aCC.A.06.25/opt/aCC/include_std/rw/usefacet" instantiation of "const _Facet &std::use_facet<_Facet>(const std::locale &) [with _Facet=boost::locale::calendar_facet]" at line 26 of "libs/locale/src/shared/date_time.cpp"


Can anyone please help me with this.

I am using hpux 11.31 ia64 machine. boost version : 1.55.0 aCC compiler version : 06.25

Change History (1)

comment:1 by viboes, 8 years ago

Component: Nonelocale
Owner: set to Artyom Beilis
Note: See TracTickets for help on using tickets.