$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-16 10:34:19
On Thursday 16 December 2004 18:17, TEMPLIE Cédric wrote:
> I used <dependency> requirements a lot of time in my build system, but
> introduce this requirements also display a warning message:
>
> warning: targets produced from export_headers are link incompatible
> warning: with main target su_thread
>
> First of all, is-it a big mistake for my build system ?
No, it's because Boost.Build is too smart. This message most likely is
harmless. Without seeing your setup, I can't guess why it's emitted.
> If the message was print only once, I did not need something, but the
> problem is that this message is displayed during approximatively 2
> minutes before real build start.... Indeed this is because I have a lot
> of projects to build.
Wow! Can you sent me your Boost.Build setup, as documented at:
http://article.gmane.org/gmane.comp.lib.boost.build/7261
so that I can look at performance problems? This will also allow me to tell
why the warning is produced.
- Volodya