UpstandingHackers / hammer

Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.
GNU General Public License v2.0
430 stars 40 forks source link

trying to use hammer.hpp fails #150

Open uucidl opened 8 years ago

uucidl commented 8 years ago

When trying to use the installed hammer.hpp header, compilation fails at inclusion time with:

fatal error: 
      '../../../hammer.h' file not found
#include "../../../hammer.h"
         ^
1 error generated.
tomime commented 7 years ago

Is this still an issue with the merge of #158 ?

uucidl commented 7 years ago

My comment on #158 at the time was stating that this was first noticed on an OSX machine, for which #158 would not help

I haven't tried since because I've been using the C version of the API happily in my C++ programs. (I don't need classes)