Build #9 of of-nan broke with this error:
/usr/include/c++/4.8.3/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
Which seems a little strange. There were no changes in build #9 itself, so the changes must have occurred either in the octave build between #915 and #941 or in the environment. The error gives a suggestion for what to do about the problem, though. Adding “CFLAGS=-std=c++11” to the environment before running make fixes this build problem.
Fixed in build #11.