Boost logo

Boost :

From: Keith MacDonald (boost_at_[hidden])
Date: 2005-06-07 04:21:52


Building with missing header files for compression now works, thanks.
However, there remains a problem when building boost_iostreams.dll,
resulting in these warnings:

iostreams/device/file_descriptor.hpp(96) : warning C4251:
'boost::iostreams::file_descriptor::pimpl_' : class 'boost::shared_ptr<T>'
needs to have dll-interface to be used by clients of class
'boost::iostreams::file_descriptor'
iostreams/device/mapped_file.hpp(135) : warning C4251:
'boost::iostreams::mapped_file_source::pimpl_' : class
'boost::shared_ptr<T>' needs to have dll-interface to be used by clients of
class 'boost::iostreams::mapped_file_source'

A similar warning occurs in filesystem/exception.hpp(97) for
boost_filesystem.dll, so the problem may not be in your code.

- Keith MacDonald

"Jonathan Turkanis" <technews_at_[hidden]> wrote in message
news:d7u6t7$8gi$1_at_sea.gmane.org...
>
> At any rate, I'd appreciate it if you'd try building Iostreams again when
> the
> changes show up in CVS.
>
> Jonathan
>
>
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk