| [ 81%] Building CXX object Opcodes/CMakeFiles/padsynth.dir/padsynth_gen.cpp.o
cd /home/jpff/Sourceforge/csound/New/csound6/Opcodes && /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dpadsynth_EXPORTS -ffast-math -mfpmath=sse -msse2 -fomit-frame-pointer -DHAVE_ATOMIC_BUILTIN -g -fPIC -I/usr/local/include -I/home/jpff/Sourceforge/csound/New/csound6/./H -I/home/jpff/Sourceforge/csound/New/csound6/./include -I/home/jpff/Sourceforge/csound/New/csound6/./Engine -I/home/jpff/Sourceforge/csound/New/csound6/. -I/home/jpff/Sourceforge/csound/New/csound6 -I/home/jpff/Sourceforge/csound/New/csound6/include -I/usr/include/python2.7 -Wno-format -o CMakeFiles/padsynth.dir/padsynth_gen.cpp.o -c /home/jpff/Sourceforge/csound/New/csound6/Opcode
s/padsynth_gen.cpp
In file included from /usr/include/c++/4.8/random:35:0,
from /home/jpff/Sourceforge/csound/New/csound6/Opcodes/padsynth_gen.cpp:28:
/usr/include/c++/4.8/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.
#error This file requires compiler and library support for the \
^
/home/jpff/Sourceforge/csound/New/csound6/Opcodes/padsynth_gen.cpp: In function ‘int padsynth_gen(FGDATA*, FUNC*)’:
/home/jpff/Sourceforge/csound/New/csound6/Opcodes/padsynth_gen.cpp:71:9: error: ‘vector’ is not a member of ‘std’
std::vector A(partialN + 1);
^
etc etc etc
==John ffitch
|