HomeOfVapourSynthEvolution / VapourSynth-BM3D

BM3D denoising filter for VapourSynth
MIT License
116 stars 31 forks source link

Does not compile with GCC #2

Closed 4re closed 9 years ago

4re commented 9 years ago

Hi there,

Any plans to make this plugin compatible with gcc?

$ LANG=C gcc -std=c++11 -shared -fPIC *.cpp -I../include -o libbm3d.so
In file included from ../include/Helper.h:30:0,
                 from ../include/BM3D_Base.h:25,
                 from BM3D_Base.cpp:20:
../include/Type.h:26:22: fatal error: xtr1common: No such file or directory
compilation terminated.
In file included from ../include/Helper.h:30:0,
                 from ../include/BM3D_Base.h:25,
                 from ../include/BM3D_Basic.h:24,
                 from BM3D_Basic.cpp:20:
../include/Type.h:26:22: fatal error: xtr1common: No such file or directory
compilation terminated.
In file included from ../include/Helper.h:30:0,
                 from ../include/BM3D_Base.h:25,
                 from ../include/BM3D_Final.h:24,
                 from BM3D_Final.cpp:20:
../include/Type.h:26:22: fatal error: xtr1common: No such file or directory
compilation terminated.
In file included from ../include/Helper.h:30:0,
                 from ../include/BM3D_Base.h:25,
                 from ../include/BM3D_Basic.h:24,
                 from ../include/BM3D.h:24,
                 from VSPlugin.cpp:20:
../include/Type.h:26:22: fatal error: xtr1common: No such file or directory
compilation terminated.