A possible workaround is to add '-DNDEBUG' when invoking makedepend -- this prevents the problem part of assert.h from being evaluated. Worked for me, since I don't use NDEBUG to control anything other than assert().
A possible workaround is to add '-DNDEBUG' when invoking makedepend -- this prevents the problem part of assert.h from being evaluated. Worked for me, since I don't use NDEBUG to control anything other than assert().