4re / vapoursynth-portage

Unofficial portage tree with all VapourSynth related ebuilds
24 stars 10 forks source link

media-plugins/vapoursynth-d2vsource-7 fails to build #21

Closed Moiman closed 8 years ago

Moiman commented 9 years ago
>>> Emerging (1 of 9) media-plugins/vapoursynth-d2vsource-7::vapoursynth
 * vapoursynth-d2vsource-7.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                      [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work
>>> Preparing source in /var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7 ...
CXXFLAGS/LDFLAGS checking...
checking for libavformat...
checking for libavcodec...

settings...
CXX          = x86_64-pc-linux-gnu-g++
LD           = x86_64-pc-linux-gnu-g++
STRIP        = strip
CXXFLAGS     = -Os -ffast-math -Wall -D__STDC_CONSTANT_MACROS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I./vs -I./core -march=k8-sse3 -O2 -pipe -ggdb -fPIC -fexcess-precision=fast -I/usr/include/vapoursynth
LDFLAGS      = -shared -Wl,-Bsymbolic -fPIC  -Wl,-O1 -Wl,--as-needed
LIBS         = -lavformat -lavcodec -lvapoursynth 
LIBNAME      = libd2vsource.so
install path = /var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/image//usr/lib64/vapoursynth/
configure finished.
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7 ...
make -j1 
x86_64-pc-linux-gnu-g++ -Os -ffast-math -Wall -D__STDC_CONSTANT_MACROS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I./vs -I./core -march=k8-sse3 -O2 -pipe -ggdb -fPIC -fexcess-precision=fast -I/usr/include/vapoursynth -c vs/applyrff.cpp -o vs/applyrff.o
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:230:5: warning: identifier ‘noexcept’ is a keyword in C++11 [-Wc++0x-compat]
     VSCore *(VS_CC *createCore)(int threads) VS_NOEXCEPT;
     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:230:44: error: expected ‘;’ at end of member declaration
     VSCore *(VS_CC *createCore)(int threads) VS_NOEXCEPT;
                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:230:46: note: in expansion of macro ‘VS_NOEXCEPT’
     VSCore *(VS_CC *createCore)(int threads) VS_NOEXCEPT;
                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:231:40: error: expected ‘;’ at end of member declaration
     void (VS_CC *freeCore)(VSCore *core) VS_NOEXCEPT;
                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:231:42: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *freeCore)(VSCore *core) VS_NOEXCEPT;
                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:232:56: error: expected ‘;’ at end of member declaration
     const VSCoreInfo *(VS_CC *getCoreInfo)(VSCore *core) VS_NOEXCEPT;
                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:232:58: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSCoreInfo *(VS_CC *getCoreInfo)(VSCore *core) VS_NOEXCEPT;
                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:234:65: error: expected ‘;’ at end of member declaration
     const VSFrameRef *(VS_CC *cloneFrameRef)(const VSFrameRef *f) VS_NOEXCEPT;
                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:234:67: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFrameRef *(VS_CC *cloneFrameRef)(const VSFrameRef *f) VS_NOEXCEPT;
                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:235:53: error: expected ‘;’ at end of member declaration
     VSNodeRef *(VS_CC *cloneNodeRef)(VSNodeRef *node) VS_NOEXCEPT;
                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:235:55: note: in expansion of macro ‘VS_NOEXCEPT’
     VSNodeRef *(VS_CC *cloneNodeRef)(VSNodeRef *node) VS_NOEXCEPT;
                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:236:50: error: expected ‘;’ at end of member declaration
     VSFuncRef *(VS_CC *cloneFuncRef)(VSFuncRef *f) VS_NOEXCEPT;
                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:236:52: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFuncRef *(VS_CC *cloneFuncRef)(VSFuncRef *f) VS_NOEXCEPT;
                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:238:48: error: expected ‘;’ at end of member declaration
     void (VS_CC *freeFrame)(const VSFrameRef *f) VS_NOEXCEPT;
                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:238:50: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *freeFrame)(const VSFrameRef *f) VS_NOEXCEPT;
                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:239:43: error: expected ‘;’ at end of member declaration
     void (VS_CC *freeNode)(VSNodeRef *node) VS_NOEXCEPT;
                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:239:45: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *freeNode)(VSNodeRef *node) VS_NOEXCEPT;
                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:240:40: error: expected ‘;’ at end of member declaration
     void (VS_CC *freeFunc)(VSFuncRef *f) VS_NOEXCEPT;
                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:240:42: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *freeFunc)(VSFuncRef *f) VS_NOEXCEPT;
                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:242:126: error: expected ‘;’ at end of member declaration
     VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef *propSrc, VSCore *core) VS_NOEXCEPT;
                                                                                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:242:128: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFrameRef *(VS_CC *newVideoFrame)(const VSFormat *format, int width, int height, const VSFrameRef *propSrc, VSCore *core) VS_NOEXCEPT;
                                                                                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:243:69: error: expected ‘;’ at end of member declaration
     VSFrameRef *(VS_CC *copyFrame)(const VSFrameRef *f, VSCore *core) VS_NOEXCEPT;
                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:243:71: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFrameRef *(VS_CC *copyFrame)(const VSFrameRef *f, VSCore *core) VS_NOEXCEPT;
                                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:244:86: error: expected ‘;’ at end of member declaration
     void (VS_CC *copyFrameProps)(const VSFrameRef *src, VSFrameRef *dst, VSCore *core) VS_NOEXCEPT;
                                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:244:88: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *copyFrameProps)(const VSFrameRef *src, VSFrameRef *dst, VSCore *core) VS_NOEXCEPT;
                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:246:135: error: expected ‘;’ at end of member declaration
     void (VS_CC *registerFunction)(const char *name, const char *args, VSPublicFunction argsFunc, void *functionData, VSPlugin *plugin) VS_NOEXCEPT;
                                                                                                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:246:137: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *registerFunction)(const char *name, const char *args, VSPublicFunction argsFunc, void *functionData, VSPlugin *plugin) VS_NOEXCEPT;
                                                                                                                                         ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:247:74: error: expected ‘;’ at end of member declaration
     VSPlugin *(VS_CC *getPluginById)(const char *identifier, VSCore *core) VS_NOEXCEPT;
                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:247:76: note: in expansion of macro ‘VS_NOEXCEPT’
     VSPlugin *(VS_CC *getPluginById)(const char *identifier, VSCore *core) VS_NOEXCEPT;
                                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:248:66: error: expected ‘;’ at end of member declaration
     VSPlugin *(VS_CC *getPluginByNs)(const char *ns, VSCore *core) VS_NOEXCEPT;
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:248:68: note: in expansion of macro ‘VS_NOEXCEPT’
     VSPlugin *(VS_CC *getPluginByNs)(const char *ns, VSCore *core) VS_NOEXCEPT;
                                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:249:44: error: expected ‘;’ at end of member declaration
     VSMap *(VS_CC *getPlugins)(VSCore *core) VS_NOEXCEPT;
                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:249:46: note: in expansion of macro ‘VS_NOEXCEPT’
     VSMap *(VS_CC *getPlugins)(VSCore *core) VS_NOEXCEPT;
                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:250:50: error: expected ‘;’ at end of member declaration
     VSMap *(VS_CC *getFunctions)(VSPlugin *plugin) VS_NOEXCEPT;
                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:250:52: note: in expansion of macro ‘VS_NOEXCEPT’
     VSMap *(VS_CC *getFunctions)(VSPlugin *plugin) VS_NOEXCEPT;
                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:251:203: error: expected ‘;’ at end of member declaration
  void (VS_CC *createFilter)(const VSMap *in, VSMap *out, const char *name, VSFilterInit init, VSFilterGetFrame getFrame, VSFilterFree free, int filterMode, int flags, void *instanceData, VSCore *core) VS_NOEXCE
                                                                                                                                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:251:205: note: in expansion of macro ‘VS_NOEXCEPT’
 oid (VS_CC *createFilter)(const VSMap *in, VSMap *out, const char *name, VSFilterInit init, VSFilterGetFrame getFrame, VSFilterFree free, int filterMode, int flags, void *instanceData, VSCore *core) VS_NOEXCEPT
                                                                                                                                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:252:64: error: expected ‘;’ at end of member declaration
     void (VS_CC *setError)(VSMap *map, const char *errorMessage) VS_NOEXCEPT; /* use to signal errors outside filter getframe functions */
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:252:66: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *setError)(VSMap *map, const char *errorMessage) VS_NOEXCEPT; /* use to signal errors outside filter getframe functions */
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:253:51: error: expected ‘;’ at end of member declaration
     const char *(VS_CC *getError)(const VSMap *map) VS_NOEXCEPT; /* use to query errors, returns 0 if no error */
                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:253:53: note: in expansion of macro ‘VS_NOEXCEPT’
     const char *(VS_CC *getError)(const VSMap *map) VS_NOEXCEPT; /* use to query errors, returns 0 if no error */
                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:254:84: error: expected ‘;’ at end of member declaration
     void (VS_CC *setFilterError)(const char *errorMessage, VSFrameContext *frameCtx) VS_NOEXCEPT; /* use to signal errors in the filter getframe function */
                                                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:254:86: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *setFilterError)(const char *errorMessage, VSFrameContext *frameCtx) VS_NOEXCEPT; /* use to signal errors in the filter getframe function */
                                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:255:81: error: expected ‘;’ at end of member declaration
     VSMap *(VS_CC *invoke)(VSPlugin *plugin, const char *name, const VSMap *args) VS_NOEXCEPT;
                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:255:83: note: in expansion of macro ‘VS_NOEXCEPT’
     VSMap *(VS_CC *invoke)(VSPlugin *plugin, const char *name, const VSMap *args) VS_NOEXCEPT;
                                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:257:66: error: expected ‘;’ at end of member declaration
     const VSFormat *(VS_CC *getFormatPreset)(int id, VSCore *core) VS_NOEXCEPT;
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:257:68: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFormat *(VS_CC *getFormatPreset)(int id, VSCore *core) VS_NOEXCEPT;
                                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:258:145: error: expected ‘;’ at end of member declaration
     const VSFormat *(VS_CC *registerFormat)(int colorFamily, int sampleType, int bitsPerSample, int subSamplingW, int subSamplingH, VSCore *core) VS_NOEXCEPT;
                                                                                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:258:147: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFormat *(VS_CC *registerFormat)(int colorFamily, int sampleType, int bitsPerSample, int subSamplingW, int subSamplingH, VSCore *core) VS_NOEXCEPT;
                                                                                                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:260:92: error: expected ‘;’ at end of member declaration
     const VSFrameRef *(VS_CC *getFrame)(int n, VSNodeRef *node, char *errorMsg, int bufSize) VS_NOEXCEPT; /* do never use inside a filter's getframe function, for external applications using the core as a libra
                                                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:260:94: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFrameRef *(VS_CC *getFrame)(int n, VSNodeRef *node, char *errorMsg, int bufSize) VS_NOEXCEPT; /* do never use inside a filter's getframe function, for external applications using the core as a libra
                                                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:261:101: error: expected ‘;’ at end of member declaration
     void (VS_CC *getFrameAsync)(int n, VSNodeRef *node, VSFrameDoneCallback callback, void *userData) VS_NOEXCEPT; /* do never use inside a filter's getframe function, for external applications using the core a
                                                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:261:103: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *getFrameAsync)(int n, VSNodeRef *node, VSFrameDoneCallback callback, void *userData) VS_NOEXCEPT; /* do never use inside a filter's getframe function, for external applications using the core a
                                                                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:262:95: error: expected ‘;’ at end of member declaration
     const VSFrameRef *(VS_CC *getFrameFilter)(int n, VSNodeRef *node, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:262:97: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFrameRef *(VS_CC *getFrameFilter)(int n, VSNodeRef *node, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:263:86: error: expected ‘;’ at end of member declaration
     void (VS_CC *requestFrameFilter)(int n, VSNodeRef *node, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:263:88: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *requestFrameFilter)(int n, VSNodeRef *node, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:264:89: error: expected ‘;’ at end of member declaration
     void (VS_CC *queryCompletedFrame)(VSNodeRef **node, int *n, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                         ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:264:91: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *queryCompletedFrame)(VSNodeRef **node, int *n, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:265:85: error: expected ‘;’ at end of member declaration
     void (VS_CC *releaseFrameEarly)(VSNodeRef *node, int n, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:265:87: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *releaseFrameEarly)(VSNodeRef *node, int n, VSFrameContext *frameCtx) VS_NOEXCEPT; /* only use inside a filter's getframe function */
                                                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:267:58: error: expected ‘;’ at end of member declaration
     int (VS_CC *getStride)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:267:60: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *getStride)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:268:70: error: expected ‘;’ at end of member declaration
     const uint8_t *(VS_CC *getReadPtr)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:268:72: note: in expansion of macro ‘VS_NOEXCEPT’
     const uint8_t *(VS_CC *getReadPtr)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:269:59: error: expected ‘;’ at end of member declaration
     uint8_t *(VS_CC *getWritePtr)(VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:269:61: note: in expansion of macro ‘VS_NOEXCEPT’
     uint8_t *(VS_CC *getWritePtr)(VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:271:128: error: expected ‘;’ at end of member declaration
     VSFuncRef *(VS_CC *createFunc)(VSPublicFunction func, void *userData, VSFreeFuncData free, VSCore *core, const VSAPI *vsapi) VS_NOEXCEPT;
                                                                                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:271:130: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFuncRef *(VS_CC *createFunc)(VSPublicFunction func, void *userData, VSFreeFuncData free, VSCore *core, const VSAPI *vsapi) VS_NOEXCEPT;
                                                                                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:272:106: error: expected ‘;’ at end of member declaration
     void (VS_CC *callFunc)(VSFuncRef *func, const VSMap *in, VSMap *out, VSCore *core, const VSAPI *vsapi) VS_NOEXCEPT; /* core and vsapi arguments are completely ignored, they only remain to preserve ABI */
                                                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:272:108: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *callFunc)(VSFuncRef *func, const VSMap *in, VSMap *out, VSCore *core, const VSAPI *vsapi) VS_NOEXCEPT; /* core and vsapi arguments are completely ignored, they only remain to preserve ABI */
                                                                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:275:35: error: expected ‘;’ at end of member declaration
     VSMap *(VS_CC *createMap)(void) VS_NOEXCEPT;
                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:275:37: note: in expansion of macro ‘VS_NOEXCEPT’
     VSMap *(VS_CC *createMap)(void) VS_NOEXCEPT;
                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:276:37: error: expected ‘;’ at end of member declaration
     void (VS_CC *freeMap)(VSMap *map) VS_NOEXCEPT;
                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:276:39: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *freeMap)(VSMap *map) VS_NOEXCEPT;
                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:277:38: error: expected ‘;’ at end of member declaration
     void (VS_CC *clearMap)(VSMap *map) VS_NOEXCEPT;
                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:277:40: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *clearMap)(VSMap *map) VS_NOEXCEPT;
                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:279:61: error: expected ‘;’ at end of member declaration
     const VSVideoInfo *(VS_CC *getVideoInfo)(VSNodeRef *node) VS_NOEXCEPT;
                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:279:63: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSVideoInfo *(VS_CC *getVideoInfo)(VSNodeRef *node) VS_NOEXCEPT;
                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:280:83: error: expected ‘;’ at end of member declaration
     void (VS_CC *setVideoInfo)(const VSVideoInfo *vi, int numOutputs, VSNode *node) VS_NOEXCEPT;
                                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:280:85: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *setVideoInfo)(const VSVideoInfo *vi, int numOutputs, VSNode *node) VS_NOEXCEPT;
                                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:281:64: error: expected ‘;’ at end of member declaration
     const VSFormat *(VS_CC *getFrameFormat)(const VSFrameRef *f) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:281:66: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFormat *(VS_CC *getFrameFormat)(const VSFrameRef *f) VS_NOEXCEPT;
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:282:62: error: expected ‘;’ at end of member declaration
     int (VS_CC *getFrameWidth)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:282:64: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *getFrameWidth)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:283:63: error: expected ‘;’ at end of member declaration
     int (VS_CC *getFrameHeight)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:283:65: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *getFrameHeight)(const VSFrameRef *f, int plane) VS_NOEXCEPT;
                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:284:62: error: expected ‘;’ at end of member declaration
     const VSMap *(VS_CC *getFramePropsRO)(const VSFrameRef *f) VS_NOEXCEPT;
                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:284:64: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSMap *(VS_CC *getFramePropsRO)(const VSFrameRef *f) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:285:50: error: expected ‘;’ at end of member declaration
     VSMap *(VS_CC *getFramePropsRW)(VSFrameRef *f) VS_NOEXCEPT;
                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:285:52: note: in expansion of macro ‘VS_NOEXCEPT’
     VSMap *(VS_CC *getFramePropsRW)(VSFrameRef *f) VS_NOEXCEPT;
                                                    ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:287:46: error: expected ‘;’ at end of member declaration
     int (VS_CC *propNumKeys)(const VSMap *map) VS_NOEXCEPT;
                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:287:48: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propNumKeys)(const VSMap *map) VS_NOEXCEPT;
                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:288:64: error: expected ‘;’ at end of member declaration
     const char *(VS_CC *propGetKey)(const VSMap *map, int index) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:288:66: note: in expansion of macro ‘VS_NOEXCEPT’
     const char *(VS_CC *propGetKey)(const VSMap *map, int index) VS_NOEXCEPT;
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:289:67: error: expected ‘;’ at end of member declaration
     int (VS_CC *propNumElements)(const VSMap *map, const char *key) VS_NOEXCEPT;
                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:289:69: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propNumElements)(const VSMap *map, const char *key) VS_NOEXCEPT;
                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:290:64: error: expected ‘;’ at end of member declaration
     char (VS_CC *propGetType)(const VSMap *map, const char *key) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:290:66: note: in expansion of macro ‘VS_NOEXCEPT’
     char (VS_CC *propGetType)(const VSMap *map, const char *key) VS_NOEXCEPT;
                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:292:88: error: expected ‘;’ at end of member declaration
     int64_t(VS_CC *propGetInt)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:292:90: note: in expansion of macro ‘VS_NOEXCEPT’
     int64_t(VS_CC *propGetInt)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:293:89: error: expected ‘;’ at end of member declaration
     double(VS_CC *propGetFloat)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                         ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:293:91: note: in expansion of macro ‘VS_NOEXCEPT’
     double(VS_CC *propGetFloat)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:294:94: error: expected ‘;’ at end of member declaration
     const char *(VS_CC *propGetData)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:294:96: note: in expansion of macro ‘VS_NOEXCEPT’
     const char *(VS_CC *propGetData)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:295:90: error: expected ‘;’ at end of member declaration
     int (VS_CC *propGetDataSize)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:295:92: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propGetDataSize)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:296:93: error: expected ‘;’ at end of member declaration
     VSNodeRef *(VS_CC *propGetNode)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:296:95: note: in expansion of macro ‘VS_NOEXCEPT’
     VSNodeRef *(VS_CC *propGetNode)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:297:101: error: expected ‘;’ at end of member declaration
     const VSFrameRef *(VS_CC *propGetFrame)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                                     ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:297:103: note: in expansion of macro ‘VS_NOEXCEPT’
     const VSFrameRef *(VS_CC *propGetFrame)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                                       ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:298:93: error: expected ‘;’ at end of member declaration
     VSFuncRef *(VS_CC *propGetFunc)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:298:95: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFuncRef *(VS_CC *propGetFunc)(const VSMap *map, const char *key, int index, int *error) VS_NOEXCEPT;
                                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:300:59: error: expected ‘;’ at end of member declaration
     int (VS_CC *propDeleteKey)(VSMap *map, const char *key) VS_NOEXCEPT;
                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:300:61: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propDeleteKey)(VSMap *map, const char *key) VS_NOEXCEPT;
                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:301:79: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetInt)(VSMap *map, const char *key, int64_t i, int append) VS_NOEXCEPT;
                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:301:81: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetInt)(VSMap *map, const char *key, int64_t i, int append) VS_NOEXCEPT;
                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:302:80: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetFloat)(VSMap *map, const char *key, double d, int append) VS_NOEXCEPT;
                                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:302:82: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetFloat)(VSMap *map, const char *key, double d, int append) VS_NOEXCEPT;
                                                                                  ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:303:97: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetData)(VSMap *map, const char *key, const char *data, int size, int append) VS_NOEXCEPT;
                                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:303:99: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetData)(VSMap *map, const char *key, const char *data, int size, int append) VS_NOEXCEPT;
                                                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:304:86: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetNode)(VSMap *map, const char *key, VSNodeRef *node, int append) VS_NOEXCEPT;
                                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:304:88: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetNode)(VSMap *map, const char *key, VSNodeRef *node, int append) VS_NOEXCEPT;
                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:305:91: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetFrame)(VSMap *map, const char *key, const VSFrameRef *f, int append) VS_NOEXCEPT;
                                                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:305:93: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetFrame)(VSMap *map, const char *key, const VSFrameRef *f, int append) VS_NOEXCEPT;
                                                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:306:86: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetFunc)(VSMap *map, const char *key, VSFuncRef *func, int append) VS_NOEXCEPT;
                                                                                      ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:306:88: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetFunc)(VSMap *map, const char *key, VSFuncRef *func, int append) VS_NOEXCEPT;
                                                                                        ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:309:65: error: expected ‘;’ at end of member declaration
     int64_t (VS_CC *setMaxCacheSize)(int64_t bytes, VSCore *core) VS_NOEXCEPT;
                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:309:67: note: in expansion of macro ‘VS_NOEXCEPT’
     int64_t (VS_CC *setMaxCacheSize)(int64_t bytes, VSCore *core) VS_NOEXCEPT;
                                                                   ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:310:57: error: expected ‘;’ at end of member declaration
     int (VS_CC *getOutputIndex)(VSFrameContext *frameCtx) VS_NOEXCEPT;
                                                         ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:310:59: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *getOutputIndex)(VSFrameContext *frameCtx) VS_NOEXCEPT;
                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:311:175: error: expected ‘;’ at end of member declaration
     VSFrameRef *(VS_CC *newVideoFrame2)(const VSFormat *format, int width, int height, const VSFrameRef **planeSrc, const int *planes, const VSFrameRef *propSrc, VSCore *core) VS_NOEXCEPT;
                                                                                                                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:311:177: note: in expansion of macro ‘VS_NOEXCEPT’
     VSFrameRef *(VS_CC *newVideoFrame2)(const VSFormat *format, int width, int height, const VSFrameRef **planeSrc, const int *planes, const VSFrameRef *propSrc, VSCore *core) VS_NOEXCEPT;
                                                                                                                                                                                 ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:312:77: error: expected ‘;’ at end of member declaration
     void (VS_CC *setMessageHandler)(VSMessageHandler handler, void *userData) VS_NOEXCEPT;
                                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:312:79: note: in expansion of macro ‘VS_NOEXCEPT’
     void (VS_CC *setMessageHandler)(VSMessageHandler handler, void *userData) VS_NOEXCEPT;
                                                                               ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:313:58: error: expected ‘;’ at end of member declaration
     int (VS_CC *setThreadCount)(int threads, VSCore *core) VS_NOEXCEPT;
                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:313:60: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *setThreadCount)(int threads, VSCore *core) VS_NOEXCEPT;
                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:315:62: error: expected ‘;’ at end of member declaration
     const char *(VS_CC *getPluginPath)(const VSPlugin *plugin) VS_NOEXCEPT;
                                                              ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:315:64: note: in expansion of macro ‘VS_NOEXCEPT’
     const char *(VS_CC *getPluginPath)(const VSPlugin *plugin) VS_NOEXCEPT;
                                                                ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:317:90: error: expected ‘;’ at end of member declaration
     const int64_t *(VS_CC *propGetIntArray)(const VSMap *map, const char *key, int *error) VS_NOEXCEPT;
                                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:317:92: note: in expansion of macro ‘VS_NOEXCEPT’
     const int64_t *(VS_CC *propGetIntArray)(const VSMap *map, const char *key, int *error) VS_NOEXCEPT;
                                                                                            ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:318:91: error: expected ‘;’ at end of member declaration
     const double *(VS_CC *propGetFloatArray)(const VSMap *map, const char *key, int *error) VS_NOEXCEPT;
                                                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:318:93: note: in expansion of macro ‘VS_NOEXCEPT’
     const double *(VS_CC *propGetFloatArray)(const VSMap *map, const char *key, int *error) VS_NOEXCEPT;
                                                                                             ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:320:89: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetIntArray)(VSMap *map, const char *key, const int64_t *i, int size) VS_NOEXCEPT;
                                                                                         ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:320:91: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetIntArray)(VSMap *map, const char *key, const int64_t *i, int size) VS_NOEXCEPT;
                                                                                           ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:321:90: error: expected ‘;’ at end of member declaration
     int (VS_CC *propSetFloatArray)(VSMap *map, const char *key, const double *d, int size) VS_NOEXCEPT;
                                                                                          ^
In file included from vs/applyrff.cpp:30:0:
/usr/include/vapoursynth/VapourSynth.h:33:25: error: ‘noexcept’ does not name a type
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:321:92: note: in expansion of macro ‘VS_NOEXCEPT’
     int (VS_CC *propSetFloatArray)(VSMap *map, const char *key, const double *d, int size) VS_NOEXCEPT;
                                                                                            ^
/usr/include/vapoursynth/VapourSynth.h:33:25: error: expected initializer before ‘noexcept’
 #    define VS_NOEXCEPT noexcept
                         ^
/usr/include/vapoursynth/VapourSynth.h:324:54: note: in expansion of macro ‘VS_NOEXCEPT’
 VS_API(const VSAPI *) getVapourSynthAPI(int version) VS_NOEXCEPT;
                                                      ^
In file included from vs/applyrff.cpp:31:0:
/usr/include/vapoursynth/VSHelper.h:52:65: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11
 static inline T* vs_aligned_malloc(size_t size, size_t alignment) {
                                                                 ^
GNUmakefile:25: recipe for target 'vs/applyrff.o' failed
make: *** [vs/applyrff.o] Error 1
 * ERROR: media-plugins/vapoursynth-d2vsource-7::vapoursynth failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-plugins/vapoursynth-d2vsource-7::vapoursynth'`,
 * the complete build log and the output of `emerge -pqv '=media-plugins/vapoursynth-d2vsource-7::vapoursynth'`.
 * The complete build log is located at '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/temp/environment'.
 * Working directory: '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7'
 * S: '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7'

>>> Failed to emerge media-plugins/vapoursynth-d2vsource-7, Log file:

>>>  '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/temp/build.log'

 * Messages for package media-plugins/vapoursynth-d2vsource-7:

 * ERROR: media-plugins/vapoursynth-d2vsource-7::vapoursynth failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-plugins/vapoursynth-d2vsource-7::vapoursynth'`,
 * the complete build log and the output of `emerge -pqv '=media-plugins/vapoursynth-d2vsource-7::vapoursynth'`.
 * The complete build log is located at '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/temp/environment'.
 * Working directory: '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7'
 * S: '/var/tmp/portage/media-plugins/vapoursynth-d2vsource-7/work/vapoursynth-d2vsource-7'
4re commented 8 years ago

Try again please with media-libs/vapoursynth-28-r2

Moiman commented 8 years ago

It works with media-libs/vapoursynth-28-r2