Subject: Re: [boost] ENC: RES: RES: [log] Setup Windows event log backends
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-07-06 08:41:20


On Fri, Jul 5, 2013 at 12:21 AM, Renato Forti <re.tf_at_[hidden]> wrote:
>
> config.log:
>
> don't know how to make
> <pbin.v2\libs\log\config\message-compiler\msvc-11.0\debug\pch-off-object(res
> -scanner)@2331>simple_event_log.rc
> ...found 11 targets...
> ...updating 8 targets...
> ...can't find 1 target...
> ...can't make 1 target...
> common.mkdir bin.v2\libs\log
> common.mkdir bin.v2\libs\log\config
> common.mkdir bin.v2\libs\log\config\message-compiler
> common.mkdir bin.v2\libs\log\config\message-compiler\msvc-11.0
> common.mkdir bin.v2\libs\log\config\message-compiler\msvc-11.0\debug
> common.mkdir bin.v2\libs\log\config\message-compiler\msvc-11.0\debug\pch-off
> msvc.compile.mc
> bin.v2\libs\log\config\message-compiler\msvc-11.0\debug\pch-off\simple_event
> _log.h
> MC: Compiling libs\log\src\simple_event_log.mc ...skipped
> <pbin.v2\libs\log\config\message-compiler\msvc-11.0\debug\pch-off>simple_eve
> nt_log_res.obj for lack of
> <pbin.v2\libs\log\config\message-compiler\msvc-11.0\debug\pch-off-object(res
> -scanner)@2331>simple_event_log.rc...
> ...skipped 1 target...

It seems like you have some problems with resource compiler (rc.exe).
I just downloaded clean 1.54 release, ran bootstrap.bat and b2 and it
compiled successfully (with event log support). So I don't think that
something is fundamentally broken in Boost.Build. I'm on Windows 7
though, MSVC 11 x64.

Please verify that your MSVC installation is not broken somehow and
rc.exe is available. Also, if you have some custom user-config.jam in
your build or home directory, you may want to try deleting it and
building with the default settings.