One of the things that I've noticed is linker errors tend to be pretty stealthy.
In this case I accidentally added the declaration of a variable in an include file that was included in 10 files.
I reproduced the issue with adding the following to that header.
This is the output. You have to turn on "Show build info" and "Echo command lines" to get that amount.
Otherwise, you get the following
And honestly takes a minute to remember how to try to find the error.
thanks,
thomas
In this case I accidentally added the declaration of a variable in an include file that was included in 10 files.
I reproduced the issue with adding the following to that header.
This is the output. You have to turn on "Show build info" and "Echo command lines" to get that amount.
Otherwise, you get the following
And honestly takes a minute to remember how to try to find the error.
thanks,
thomas