|
Boost-Build : |
From: Johan Nilsson (johan.nilsson_at_[hidden])
Date: 2004-08-25 01:24:58
"Steven Solie" <ssolie_at_[hidden]> wrote in message
news:cgfl2f+qjs9_at_eGroups.com...
> --- In jamboost_at_[hidden], "Johan Nilsson" <johan.nilsson_at_e...>
> wrote:
> > I'd still like some kind of opinion on how to resolve the '#include
> > "../native.h"' problem for the stuff in [.modules].
>
> I encountered the same problem on AmigaOS just recently and I ended
> up adding an #if defined(__amigaos4__) to fix it. :-/
>
Yes, going that path'll probably end up something like:
------------
#if defined(__amigaos4__)
...
#elif defined(__VMS__)
...
#elif ...
etc etc
---------
Which doesn't look too nice, and can be avoided. What would your preferred
alternative be?
// Johan
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk