It looks like you need to delete your build folder before running cmake. It appears cmake is using cached information about an older version of libraw (you probably updated your OS recently and pulled in a new libraw), that needs to be updated.

libraw changed how they store sensor temperature in recent versions of the library. The cmake script handles this, but you probably need to delete your build folder to force cmake to do the right thing.

Read More...