On 1/22/2014 8:34 PM, Joel de Guzman wrote:
On 1/23/14, 10:38 AM, Agustín K-ballo Bergé wrote:
On 21/01/2014 07:56 p.m., Eric Niebler wrote:
https://github.com/boostorg/fusion/pull/1
I'm not sure who gets notified of pull requests, if anybody. Sending mail for good measure.
I've tried to regenerate preprocessed headers, but I get the following error:
error: Unable to find file or target named error: '/boost/libs/wave/tool//wave' error: referred to from project at error: '.' error: could not resolve project reference '/boost/libs/wave/tool'
From looking at the jam file, I'm not entirely sure how is it supposed to find Wave. When I build wave, for some reason it ends up at "/libs/dist/bin/wave.exe".
It seems I'm missing something obvious, but I know nothing about jam files. Which steps do I need to take to regenerate the preprocessed headers?
You need to sync the super-project. The /boost/libs/wave/tool project is defined in Jamroot. See: https://github.com/boostorg/boost/blob/master/Jamroot#L251
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. :-( Eric