www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - boost library?

↑ ↓ ← "yxh" <yangxh98 hotmail.com> writes:
Does anyone know how to compile boost_1_30.1 with dmc?
Thanks in advance
Jul 19 2004
→ "Edward Diener" <eddielee_no_spam_here_and_now tropicsoft.com> writes:
yxh wrote:
 Does anyone know how to compile boost_1_30.1 with dmc?
 Thanks in advance

Boost 1_30.1 was defective and pulled for Boost 1_30.2. The latest version is 1.31. I haven't tried building it with DMC, but maybe someone else has.
Jul 20 2004
"Jonathan Turkanis" <technews kangaroologic.com> writes:
"yxh" <yangxh98 hotmail.com> wrote in message
news:cdgihu$dqm$1 digitaldaemon.com...
 Does anyone know how to compile boost_1_30.1 with dmc?
 Thanks in advance

The current release of Boost has a config file for DMC, and some DMC workarounds, but large parts fail to compile. The main stumbling block has been the preprocessor library. However, Daniel James has announced today that he ported the boost preprocessor library to digital mars. If this is correct, then as soon as his patch is applied (which will have to wait til after the upcoming release) a good deal of boost should work -- or, at least, people can start submitting DMC patches for various libraries. Jonathan
Jul 31 2004
↑ ↓ "Jonathan Turkanis" <technews kangaroologic.com> writes:
"Jonathan Turkanis" <technews kangaroologic.com> wrote in message
news:cehtkd$1npr$1 digitaldaemon.com...
 "yxh" <yangxh98 hotmail.com> wrote in message
 news:cdgihu$dqm$1 digitaldaemon.com...
 Does anyone know how to compile boost_1_30.1 with dmc?


 However, Daniel James has announced
 today that he ported the boost preprocessor library to digital mars.
 If this is correct, then as soon as his patch is applied

The patch has been committed this morning Jonathan
Aug 01 2004
→ "Walter" <newshound digitalmars.com> writes:
"Jonathan Turkanis" <technews kangaroologic.com> wrote in message
news:cek1an$2h7b$1 digitaldaemon.com...
 "Jonathan Turkanis" <technews kangaroologic.com> wrote in message
 news:cehtkd$1npr$1 digitaldaemon.com...
 "yxh" <yangxh98 hotmail.com> wrote in message
 news:cdgihu$dqm$1 digitaldaemon.com...
 Does anyone know how to compile boost_1_30.1 with dmc?


 However, Daniel James has announced
 today that he ported the boost preprocessor library to digital mars.
 If this is correct, then as soon as his patch is applied

The patch has been committed this morning

That's great news!
Aug 01 2004
→ Daniel James <daniel calamity.org.uk> writes:
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Jonathan Turkanis wrote:
However, Daniel James has announced
today that he ported the boost preprocessor library to digital mars.
If this is correct, then as soon as his patch is applied

The patch has been committed this morning Jonathan

Since doing this, I've been playing a little with the type_traits library. The attached patch is only a small improvement, there's still plenty to do. It fixes is_convertible work for some cases, but it still has problems with some user defined conversions. It also contains a possible fix to get is_enum working, and activates the correct version for some other traits classes. Daniel
Aug 03 2004
→ "yxh" <yangxh98 hotmail.com> writes:
That's great. Thank you all!

"yxh" <yangxh98 hotmail.com> дÈëÓʼþ news:cdgihu$dqm$1 digitaldaemon.com...
 Does anyone know how to compile boost_1_30.1 with dmc?
 Thanks in advance

Aug 04 2004