gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #43198] Build process is stopped in ASHandlers.cpp


From: Sandro Santilli
Subject: [Gnash-commit] [bug #43198] Build process is stopped in ASHandlers.cpp
Date: Wed, 15 Oct 2014 16:26:38 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0

Update of bug #43198 (project gnash):

                Category:                    None => build                  
                Severity:              3 - Normal => 5 - Blocker            

    _______________________________________________________

Follow-up Comment #2:

I've pushed the hasBounds() change with commit
ace2e81f36f6c4d266e0c63a1c95cc23d3d45567

But build still fails for me later with GCC 4.8.2:


In file included from /usr/include/boost/optional/optional.hpp:36:0,
                 from /usr/include/boost/optional.hpp:15,
                 from /usr/include/boost/format/internals.hpp:20,
                 from /usr/include/boost/format.hpp:38,
                 from /usr/include/boost/math/policies/error_handling.hpp:31,
                 from /usr/include/boost/math/special_functions/gamma.hpp:21,
                 from
/usr/include/boost/math/special_functions/detail/bessel_jy.hpp:14,
                 from
/usr/include/boost/math/special_functions/bessel.hpp:18,
                 from /usr/include/boost/math/special_functions/airy.hpp:10,
                 from /usr/include/boost/math/special_functions.hpp:15,
                 from /usr/include/boost/random/generate_canonical.hpp:22,
                 from /usr/include/boost/random.hpp:52,
                 from /usr/src/gnash/gnash-head/libcore/vm/ASHandlers.cpp:29:
/usr/include/boost/utility/compare_pointees.hpp: In instantiation of 'bool
boost::equal_pointees(const OptionalPointee&, const OptionalPointee&) [with
OptionalPointee = boost::optional<gnash::SWFRect>]':
/usr/include/boost/optional/optional.hpp:894:41:   required from 'bool
boost::operator==(boost::none_t, const boost::optional<T>&) [with T =
gnash::SWFRect; boost::none_t = int boost::detail::none_helper::*]'
/usr/include/boost/optional/optional.hpp:904:15:   required from 'bool
boost::operator!=(boost::none_t, const boost::optional<T>&) [with T =
gnash::SWFRect; boost::none_t = int boost::detail::none_helper::*]'
/usr/src/gnash/gnash-head/libcore/DragState.h:65:22:   required from here
/usr/include/boost/utility/compare_pointees.hpp:32:52: error: no match for
'operator==' (operand types are 'const gnash::SWFRect' and 'const
gnash::SWFRect')
   return (!x) != (!y) ? false : ( !x ? true : (*x) == (*y) ) ;
                                                    ^


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43198>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]