23 Jan
2014
23 Jan
'14
4:56 p.m.
On 1/23/2014 4:35 AM, Hartmut Kaiser wrote:
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..\\..\\..
Why? wave.cfg isn't a C file. The phases of translation aren't done when wave reads it, are they? \e