search for: headher

Displaying 1 result from an estimated 1 matches for "headher".

Did you mean: header
2013 May 19
2
FLAC won't allow project to build due to assert.h
I was looking into adding support for FLAC in my audio library, but there's a problem. Simply adding the output of: pkg-config flac --cflags to the compiler flags so that FLAC's headers can be found will break my build with errors like: error: 'assert' was not declared in this scope The problem is that /usr/include/FLAC has an "assert.h" header. In my C++