Thread overview
Support for Boost libraries
Aug 08, 2002
Donnie Hale
Aug 08, 2002
Christof Meerwald
Sep 03, 2002
John Fletcher
Sep 11, 2002
Christof Meerwald
August 08, 2002
I didn't see any messages about this out there, but I may have missed them.

Has anyone attempted to compile and use the Boost libraries (www.boost.org) with DM? The docs there don't mention DM as one of the pre-supported/tested platforms, but I thought someone may have given it a try. In particular, I'd like to use Boost's thread library w/ DM.

Many thanks,

Donnie Hale


August 08, 2002
On Thu, 8 Aug 2002 18:08:03 +0000 (UTC), Donnie Hale wrote:
> Has anyone attempted to compile and use the Boost libraries (www.boost.org) with DM? The docs there don't mention DM as one of the pre-supported/tested platforms, but I thought someone may have given it a try. In particular, I'd like to use Boost's thread library w/ DM.

I will give it a try as soon as Walter improves DM's namespace support.


bye, Christof

-- 
http://cmeerw.org                                 JID: cmeerw@jabber.at mailto cmeerw at web.de

...and what have you contributed to the Net?
September 03, 2002

Christof Meerwald wrote:

> On Thu, 8 Aug 2002 18:08:03 +0000 (UTC), Donnie Hale wrote:
> > Has anyone attempted to compile and use the Boost libraries (www.boost.org) with DM? The docs there don't mention DM as one of the pre-supported/tested platforms, but I thought someone may have given it a try. In particular, I'd like to use Boost's thread library w/ DM.
>
> I will give it a try as soon as Walter improves DM's namespace support.
>
> bye, Christof
>
> --
> http://cmeerw.org                                 JID: cmeerw@jabber.at mailto cmeerw at web.de
>
> ...and what have you contributed to the Net?

Is there any progress with this, in particular, a set of configuration options to get going on.  I am particularly interested in the tuple, lambda and graph libraries.

John


September 11, 2002
On Tue, 03 Sep 2002 09:47:03 +0100, John Fletcher wrote:
> Christof Meerwald wrote:
>> On Thu, 8 Aug 2002 18:08:03 +0000 (UTC), Donnie Hale wrote:
>> > Has anyone attempted to compile and use the Boost libraries (www.boost.org) with DM? The docs there don't mention DM as one of the pre-supported/tested platforms, but I thought someone may have given it a try. In particular, I'd like to use Boost's thread library w/ DM.
>> I will give it a try as soon as Walter improves DM's namespace support.
> Is there any progress with this, in particular, a set of configuration options to get going on.  I am particularly interested in the tuple, lambda and graph libraries.

I guess DM should support all (or at least most) of the required template
features (so there should be no need for any configuration option here), but
DM doesn't support namespaces properly (and there is no configuration option
to build the boost libraries without namespaces).

You might have some luck if you remove all the namespace stuff from the boost source files...


bye, Christof

-- 
http://cmeerw.org                                 JID: cmeerw@jabber.at mailto cmeerw at web.de

...and what have you contributed to the Net?