errors in 1.33.1RC, vc8, boost_signals.dll\vc-8_0\release\threading-multi\named_slot_map.obj...

Error details in attached files. Oddly enough, these errors do not show up in regression tests, but they do appear when building boost manually in release and debug: bjam.exe "-sTOOLS=vc-8_0" -d2 "-sBUILD=release <runtime-link>dynamic <threading>multi <debug-symbols>off" bjam.exe "-sTOOLS=vc-8_0" -d2 "-sBUILD=debug <runtime-link>dynamic <threading>multi <debug-symbols>off" B.

On Nov 2, 2005, at 11:24 AM, Bronek Kozicki wrote:
Error details in attached files. Oddly enough, these errors do not show up in regression tests, but they do appear when building boost manually in release and debug:
bjam.exe "-sTOOLS=vc-8_0" -d2 "-sBUILD=release <runtime-link>dynamic <threading>multi <debug-symbols>off"
bjam.exe "-sTOOLS=vc-8_0" -d2 "-sBUILD=debug <runtime-link>dynamic <threading>multi <debug-symbols>off"
Looks like they haven't fixed that particular bug yet. There are two 1310's in workarounds in named_slot_map.hpp and named_slot_map.cpp that can be changed to 1400's. That should fix the problem. Doug

On 02/11/05, Doug Gregor <dgregor@cs.indiana.edu> wrote:
Looks like they haven't fixed that particular bug yet. There are two 1310's in workarounds in named_slot_map.hpp and named_slot_map.cpp that can be changed to 1400's. That should fix the problem.
indeed, problem is fixed now B. -- Bronek Kozicki brok@spamcop.net http://b.kozicki.pl/
participants (3)
-
Bronek Kozicki
-
Bronek Kozicki
-
Doug Gregor