Boost logo

Boost :

Subject: Re: [boost] [fusion] preprocess target pull request
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2014-01-23 07:35:09


> On 1/23/14, 2:23 PM, Eric Niebler wrote:
> >> In my case, I am able to run wave (Clang on Mac OS). However, I am
> >> getting some errors:
> >>
> >> https://gist.github.com/djowel/8572818
> >>
> >> Should I do some config to get the includes working? I looked at the
> >> wave.cfg file and it seems sufficient. What did I miss?
> >
> >
> > I don't know. :-(
>
> I got it. I failed to notice the wave.cfg:
>
> -S..\include
> -S..\..\..

These are real C-strings, iirc. Thus you'd have to write:

-S..\\include
-S..\\..\\..

HTH
Regards Hartmut
---------------
http://boost-spirit.com
http://stellar.cct.lsu.edu

>
> The reversed-slash does not work. So changing it to:
>
> -S../include
> -S../../..
>
> Now I have to figure out the right includes. Hmmm... There must be a
> better way to do this. I guess we can issue different configs depending on
> (tested) platform in the jamfile.
>
> Regards,
> --
> Joel de Guzman
> http://www.ciere.com
> http://boost-spirit.com
> http://www.cycfi.com/
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk