building boost Shared lib for serialization

View: New views
2 Messages — Rating Filter:   Alert me  

building boost Shared lib for serialization

by Sheth, Sonal S :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I'm trying to build the boost shared libraries  for serialization and it's giving me following warnings warning #2068-D at several places. I'm also attaching the complete build.log.

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

 "./boost/mpl/aux_/integral_wrapper.hpp", line 73: warning #2068-D: integer conversion resulted in a change of sign

      typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior;

              ^

          detected during:

            instantiation of class "mpl_::integral_c<T, N> [with T=size_t, N=0L]" at line 20 of "./boost/type_traits/integral_constant.hpp"

            instantiation of class "boost::integral_constant<T, val> [with T=size_t, val=0UL]" at line 109 of "./boost/type_traits/alignment_of.hpp"

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

Also dumps the core with following message....

aCC runtime: Use of "-mt" must be consistent during both compilation and linking.

ABORT instruction (core dumped)

 

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

Need guidance.

 

Thank You

Sonal Sheth

ssheth@...


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Re: building boost Shared lib for serialization

by Vladimir Prus :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tuesday 30 June 2009 Sheth, Sonal S wrote:

> I'm trying to build the boost shared libraries  for serialization and it's giving me following warnings warning #2068-D at several places. I'm also attaching the complete build.log.
>
> -----------------------------------
>
>  "./boost/mpl/aux_/integral_wrapper.hpp", line 73: warning #2068-D: integer conversion resulted in a change of sign

This a compilation warning in specific Boost library. I am not sure if that's problem
with the code or the compiler, but this is not a Boost.Build problem. If this
warning is affecting you, I suggest you file a bug report on svn.boost.org.
Since aCC is not a common compiler, you might consider researching and providing
a workaround.

> Also dumps the core with following message....
>
> aCC runtime: Use of "-mt" must be consistent during both compilation and linking.
>
> ABORT instruction (core dumped)

What is dumping core? Is that some application of yours? If so, is it linked with -mt?

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build