$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Boost build problem with Borland CPP Builder
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-12-19 15:47:19
On Friday 19 December 2008 23:13:02 Jacek Joniec wrote:
>
> Hallo!
>
> I try to build Boost v. 1.37.0 for Borland® C++Builder® for Microsoft® Windows⢠Version 10.0.2288.42451. I've got bunch of errors like those:
>
>
> borland.compile.c++ bin.v2\libs\system\build\borland\release\threading-multi\err
> or_code.obj
> libs\system\src\error_code.cpp:
>
>
> Error E2029 .\boost/utility/enable_if.hpp 100: 'enable_if_does_not_work_on_this_
> compiler<void>' must be a previously defined class or struct in function operato
> r !=(const error_code &,const error_code &)
Hi Jacek,
Did you actually read this error message? I think the name of the class in the error
message is fairly clear, and it suggests you won't have much luck. I do not know why
a library to deal with system error code requires advanced compiler functionality.
BTW, such questions are better asked at boost-users_at_lists.boost.org.
- Volodya