Opened 16 years ago
Closed 15 years ago
#872 deleted Support Requests (Duplicate)
Problem build boost 1.33.1 on Aix 4.3.3
Reported by: | nobody | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Component: | Building Boost | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
When build boost on Aix 4.3.3 witn gnu 4.0.2 I get the following warnings; /u2/temp/boost_1_33_1/boost/regex/v4/regex_traits_defaults.hpp:168: warning: sorry: semantics of inline function static data 'const boost::re_detail::character_ pointer_range<char> ranges [19]' are wrong (you'll wind up with multiple copies) /u2/temp/boost_1_33_1/boost/regex/v4/regex_traits_defaults.hpp:168: warning: y ou can work around this by removing the initializer /u2/temp/boost_1_33_1/boost/regex/v4/regex_traits_defaults.hpp:190: warning: sorry: semantics of inline function static data 'const boost::re_detail::character_pointer_range<char>* ranges_begin' are wrong (you'll wind up with multiple copies) /u2/temp/boost_1_33_1/boost/regex/v4/basic_regex_parser.hpp:117: instantiated from 'void boost::re_detail::basic_regex_parser<charT, traits>::parse(const char T*, const charT*, unsigned int) [with charT = char, traits = boost::regex_traits <char, boost::cpp_regex_traits<char> >]' /u2/temp/boost_1_33_1/boost/regex/v4/basic_regex.hpp:95: instantiated from 'vo id boost::re_detail::basic_regex_implementation<charT, traits>::assign(const cha rT*, const charT*, boost::regex_constants::syntax_option_type) [with charT = cha r, traits = boost::regex_traits<char, boost::cpp_regex_traits<char> >]' /u2/temp/boost_1_33_1/boost/regex/v4/basic_regex.hpp:523: instantiated from 'b oost::basic_regex<charT, traits>& boost::basic_regex<charT, traits>::do_assign(c onst charT*, const charT*, boost::regex_constants::syntax_option_type) [with cha rT = char, traits = boost::regex_traits<char, boost::cpp_regex_traits<char> >]' /u2/temp/boost_1_33_1/boost/regex/v4/instances.hpp:160: instantiated from here /u2/temp/boost_1_33_1/boost/regex/v4/basic_regex_parser.hpp:1899: warning: sorry : semantics of inline function static data 'const char s_punct [5]' are wrong (y ou'll wind up with multiple copies) /u2/temp/boost_1_33_1/boost/regex/v4/basic_regex_parser.hpp:1899: warning: you can work around this by removing the initializer When compiling finished libraries do not link.
Note:
See TracTickets
for help on using tickets.