On Sat, 27 Feb 2016, Thomas Klausner wrote:
-c ../../../../../src/osd/modules/lib/osdlib_unix.cpp
Try running the compile command by hand, and see if you get the same error. if that works (and there are no nasty side effects somewhere that prevent doing so), s/-c/-E/ and see what the preprocessor gives to the compiler. Looks like the prototype is still not known for some reason.
Good luck :) - Hubert