Advertisement
Guest User

Untitled

a guest
Jun 1st, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.58 KB | None | 0 0
  1. [admin@Asta vapoursynth-plugin-mvtools_sf-git]$ makepkg
  2. ==> Erstelle Paket: vapoursynth-plugin-mvtools_sf-git 10_pe.7.g38dadba-1 (So 01 Jun 2025 14:25:03 CEST)
  3. ==> Prüfe Laufzeit-Abhängigkeiten...
  4. ==> Prüfe Buildtime-Abhängigkeiten...
  5. ==> Empfange Quellen...
  6.   -> Aktualisiere das mvtools_sf git Repo...
  7. ==> Überprüfe source Dateien mit sha256sums...
  8.     mvtools_sf ... Übersprungen
  9. ==> Entpacke Quellen...
  10.   -> Erstelle Arbeitskopie des mvtools_sf git Repos...
  11. Zu neuem Branch 'makepkg' gewechselt
  12. ==> Beginne prepare()...
  13. ==> Beginne pkgver()...
  14. ==> Entferne existierendes $pkgdir/ Verzeichnis...
  15. ==> Beginne build()...
  16. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 ../mvtools_sf --prefix /usr
  17. Directory already configured.
  18.  
  19. Just run your build command (e.g. ninja) and Meson will regenerate as necessary.
  20. Run "meson setup --reconfigure" to force Meson to regenerate.
  21.  
  22. If build failures persist, run "meson setup --wipe" to rebuild from scratch
  23. using the same options as passed when configuring the build.
  24. [0/1] Regenerating build files
  25. The Meson build system
  26. Version: 1.8.1
  27. Source dir: /home/admin/vapoursynth-plugin-mvtools_sf-git/src/mvtools_sf
  28. Build dir: /home/admin/vapoursynth-plugin-mvtools_sf-git/src/build
  29. Build type: native build
  30. Project name: mvtools_sf
  31. Project version: 10
  32. C++ compiler for the host machine: c++ (gcc 15.1.1 "c++ (GCC) 15.1.1 20250425")
  33. C++ linker for the host machine: c++ ld.bfd 2.44.0
  34. Host machine cpu family: x86_64
  35. Host machine cpu: x86_64
  36. Dependency vapoursynth found: YES 70 (cached)
  37. Dependency vsfilterscript found: YES 1 (cached)
  38. Dependency fftw3 found: YES 3.3.10 (cached)
  39. ../mvtools_sf/meson.build:23: WARNING: Project does not target a minimum version but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
  40. Build targets in project: 1
  41. WARNING: Deprecated features used:
  42.  * 0.56.0: {'dependency.get_pkgconfig_variable'}
  43.  
  44. mvtools_sf 10
  45.  
  46.   User defined options
  47.     auto_features     : enabled
  48.     b_pie             : true
  49.     buildtype         : plain
  50.     libexecdir        : lib
  51.     prefix            : /usr
  52.     python.bytecompile: 1
  53.     sbindir           : bin
  54.     wrap_mode         : nodownload
  55.  
  56. Found ninja-1.12.1 at /usr/bin/ninja
  57. Cleaning... 0 files.
  58. [1/3] Compiling C++ object libmvtools_sf.so.p/src_EntryPoint.cxx.o
  59. FAILED: libmvtools_sf.so.p/src_EntryPoint.cxx.o
  60. c++ -Ilibmvtools_sf.so.p -I. -I../mvtools_sf -I/usr/include/vapoursynth -I/usr/include/vsFilterScript -fvisibility=hidden -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -Ofast -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/admin/vapoursynth-plugin-mvtools_sf-git/src=/usr/src/debug/vapoursynth-plugin-mvtools_sf-git -flto=auto -fPIC -MD -MQ libmvtools_sf.so.p/src_EntryPoint.cxx.o -MF libmvtools_sf.so.p/src_EntryPoint.cxx.o.d -o libmvtools_sf.so.p/src_EntryPoint.cxx.o -c ../mvtools_sf/src/EntryPoint.cxx
  61. In Datei, eingebunden von /usr/include/vsFilterScript/Map.vxx:3,
  62.                  von /usr/include/vsFilterScript/Plugin.vxx:2,
  63.                  von /usr/include/vsFilterScript/Core.vxx:2,
  64.                  von /usr/include/vsFilterScript/Interface.vxx:2,
  65.                  von ../mvtools_sf/src/EntryPoint.cxx:1:
  66. /usr/include/vsFilterScript/Function.vxx: In member function »auto Function::operator()(auto:103&& ...)«:
  67. /usr/include/vsFilterScript/Function.vxx:59:46: Fehler: Verwendung von »auto Function::ExtractEvaluatedResult()« vor Herleitung von »auto« [-Wtemplate-body]
  68.    59 |                 return ExtractEvaluatedResult();
  69.       |                        ~~~~~~~~~~~~~~~~~~~~~~^~
  70. In Datei, eingebunden von ../mvtools_sf/src/GroupOfPlanes.h:2,
  71.                  von ../mvtools_sf/src/MVAnalyze.hxx:9,
  72.                  von ../mvtools_sf/src/EntryPoint.cxx:3:
  73. ../mvtools_sf/src/PlaneOfBlocks.h: In constructor »PlaneOfBlocks::PlaneOfBlocks(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, int32_t)«:
  74. ../mvtools_sf/src/PlaneOfBlocks.h:420:23: Warnung: »void* memset(void*, int, size_t)« Säubern eines Objekts von nichttrivialem Typ »struct VectorStructure«; use assignment or value-initialization instead [-Wclass-memaccess]
  75.   420 |                 memset(vectors, 0, nBlkCount * sizeof(VectorStructure));
  76.       |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. In Datei, eingebunden von ../mvtools_sf/src/FakeBlockData.hpp:2,
  78.                  von ../mvtools_sf/src/FakePlaneOfBlocks.hpp:4,
  79.                  von ../mvtools_sf/src/FakeGroupOfPlanes.hpp:4,
  80.                  von ../mvtools_sf/src/MVClip.hpp:4,
  81.                  von ../mvtools_sf/src/PlaneOfBlocks.h:5:
  82. ../mvtools_sf/src/MVInterface.h:16:8: Anmerkung: »struct VectorStructure« wird hier deklariert
  83.    16 | struct VectorStructure {
  84.       |        ^~~~~~~~~~~~~~~
  85. ../mvtools_sf/src/GroupOfPlanes.h: In member function »void GroupOfPlanes::ExtraDivide(int32_t*)«:
  86. ../mvtools_sf/src/GroupOfPlanes.h:140:47: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »const long unsigned int« [-Wsign-compare]
  87.   140 |                         for (int32_t i = 2; i < N_PER_BLOCK; i++) {
  88.       |                                             ~~^~~~~~~~~~~~~
  89. ../mvtools_sf/src/GroupOfPlanes.h:157:47: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »const long unsigned int« [-Wsign-compare]
  90.   157 |                         for (int32_t i = 2; i < N_PER_BLOCK; i++) {
  91.       |                                             ~~^~~~~~~~~~~~~
  92. ../mvtools_sf/src/GroupOfPlanes.h:163:51: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »long unsigned int« [-Wsign-compare]
  93.   163 |                         for (bx = N_PER_BLOCK; bx < nBlkXN - N_PER_BLOCK; bx += N_PER_BLOCK) {
  94.       |                                                ~~~^~~~~~~~~~~~~~~~~~~~~~
  95. ../mvtools_sf/src/GroupOfPlanes.h:190:55: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »const long unsigned int« [-Wsign-compare]
  96.   190 |                                 for (int32_t i = 2; i < N_PER_BLOCK; i++) {
  97.       |                                                     ~~^~~~~~~~~~~~~
  98. ../mvtools_sf/src/GroupOfPlanes.h:204:47: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »const long unsigned int« [-Wsign-compare]
  99.   204 |                         for (int32_t i = 2; i < N_PER_BLOCK; i++) {
  100.       |                                             ~~^~~~~~~~~~~~~
  101. ../mvtools_sf/src/GroupOfPlanes.h:221:47: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »int32_t« {aka »int«} und »const long unsigned int« [-Wsign-compare]
  102.   221 |                         for (int32_t i = 2; i < N_PER_BLOCK; i++) {
  103.       |                                             ~~^~~~~~~~~~~~~
  104. In Datei, eingebunden von ../mvtools_sf/src/EntryPoint.cxx:8:
  105. ../mvtools_sf/src/MVFinest.hxx: In function »const VSFrameRef* mvfinestGetFrame(int32_t, int32_t, void**, void**, VSFrameContext*, VSCore*, const VSAPI*)«:
  106. ../mvtools_sf/src/MVFinest.hxx:42:25: Warnung: Variable »bitsPerSample« wird nicht verwendet [-Wunused-variable]
  107.    42 |                 int32_t bitsPerSample = d->vi.format->bitsPerSample;
  108.       |                         ^~~~~~~~~~~~~
  109. In Datei, eingebunden von ../mvtools_sf/src/MVFrame.h:6,
  110.                  von ../mvtools_sf/src/MVSuper.hxx:7,
  111.                  von ../mvtools_sf/src/EntryPoint.cxx:2:
  112. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2BilinearFilteredVertical(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  113. ../mvtools_sf/src/Interpolation.h:178:40:   required from »void RB2BilinearFiltered(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  114.   178 |         RB2BilinearFilteredVertical<PixelType>(pDst, pSrc, nDstPitch, nSrcPitch, nWidth * 2, nHeight);
  115.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  116. ../mvtools_sf/src/MVFrame.h:291:31:   required from here
  117.   291 |                                 RB2BilinearFiltered<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  118.       |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119.   292 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  120.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121. ../mvtools_sf/src/Interpolation.h:134:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  122.   134 |         int32_t nWidthMMX = (nWidth / 8) * 8;
  123.       |                 ^~~~~~~~~
  124. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2BilinearFilteredHorizontalInplace(uint8_t*, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  125. ../mvtools_sf/src/Interpolation.h:179:49:   required from »void RB2BilinearFiltered(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  126.   179 |         RB2BilinearFilteredHorizontalInplace<PixelType>(pDst, nDstPitch, nWidth, nHeight);
  127.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  128. ../mvtools_sf/src/MVFrame.h:291:31:   required from here
  129.   291 |                                 RB2BilinearFiltered<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  130.       |                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131.   292 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  132.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133. ../mvtools_sf/src/Interpolation.h:161:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  134.   161 |         int32_t nWidthMMX = 1 + ((nWidth - 2) / 8) * 8;
  135.       |                 ^~~~~~~~~
  136. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2QuadraticVertical(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  137. ../mvtools_sf/src/Interpolation.h:236:33:   required from »void RB2Quadratic(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  138.   236 |         RB2QuadraticVertical<PixelType>(pDst, pSrc, nDstPitch, nSrcPitch, nWidth * 2, nHeight);
  139.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  140. ../mvtools_sf/src/MVFrame.h:296:24:   required from here
  141.   296 |                                 RB2Quadratic<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  142.       |                                 ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  143.   297 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  144.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145. ../mvtools_sf/src/Interpolation.h:190:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  146.   190 |         int32_t nWidthMMX = (nWidth / 8) * 8;
  147.       |                 ^~~~~~~~~
  148. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2QuadraticHorizontalInplace(uint8_t*, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  149. ../mvtools_sf/src/Interpolation.h:237:42:   required from »void RB2Quadratic(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  150.   237 |         RB2QuadraticHorizontalInplace<PixelType>(pDst, nDstPitch, nWidth, nHeight);
  151.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  152. ../mvtools_sf/src/MVFrame.h:296:24:   required from here
  153.   296 |                                 RB2Quadratic<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  154.       |                                 ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  155.   297 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  156.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157. ../mvtools_sf/src/Interpolation.h:219:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  158.   219 |         int32_t nWidthMMX = 1 + ((nWidth - 2) / 8) * 8;
  159.       |                 ^~~~~~~~~
  160. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2CubicVertical(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  161. ../mvtools_sf/src/Interpolation.h:294:29:   required from »void RB2Cubic(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  162.   294 |         RB2CubicVertical<PixelType>(pDst, pSrc, nDstPitch, nSrcPitch, nWidth * 2, nHeight);
  163.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. ../mvtools_sf/src/MVFrame.h:301:20:   required from here
  165.   301 |                                 RB2Cubic<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  166.       |                                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167.   302 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  168.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  169. ../mvtools_sf/src/Interpolation.h:248:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  170.   248 |         int32_t nWidthMMX = (nWidth / 8) * 8;
  171.       |                 ^~~~~~~~~
  172. ../mvtools_sf/src/Interpolation.h: In instantiation of »void RB2CubicHorizontalInplace(uint8_t*, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«:
  173. ../mvtools_sf/src/Interpolation.h:295:38:   required from »void RB2Cubic(uint8_t*, const uint8_t*, int32_t, int32_t, int32_t, int32_t) [with PixelType = float; uint8_t = unsigned char; int32_t = int]«
  174.   295 |         RB2CubicHorizontalInplace<PixelType>(pDst, nDstPitch, nWidth, nHeight);
  175.       |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  176. ../mvtools_sf/src/MVFrame.h:301:20:   required from here
  177.   301 |                                 RB2Cubic<float>(pReducedPlane->pPlane[0] + pReducedPlane->nOffsetPadding, pPlane[0] + nOffsetPadding,
  178.       |                                 ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  179.   302 |                                         pReducedPlane->nPitch, nPitch, pReducedPlane->nWidth, pReducedPlane->nHeight);
  180.       |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181. ../mvtools_sf/src/Interpolation.h:277:17: Warnung: Variable »nWidthMMX« wird nicht verwendet [-Wunused-variable]
  182.   277 |         int32_t nWidthMMX = 1 + ((nWidth - 2) / 8) * 8;
  183.       |                 ^~~~~~~~~
  184. In Datei, eingebunden von /usr/include/vsFilterScript/Range.vxx:2,
  185.                  von /usr/include/vsFilterScript/Plane.vxx:2,
  186.                  von /usr/include/vsFilterScript/Frame.vxx:3,
  187.                  von /usr/include/vsFilterScript/Clip.vxx:2,
  188.                  von /usr/include/vsFilterScript/Map.vxx:2:
  189. /usr/include/vsFilterScript/Infrastructure.vxx: In instantiation of »auto Min(auto:13, auto:14) [with auto:13 = long int; auto:14 = long unsigned int]«:
  190. /usr/include/vsFilterScript/SpatialPaddingPolicies.vxx:21:10:   required from »PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)> [with auto:45 = char**; auto:46 = long unsigned int; auto:47 = long unsigned int; auto:48 = long int; auto:49 = long int]«
  191.    21 |                 x = Min(Max(x, 0), Width - 1);
  192.       |                     ~~~^~~~~~~~~~~~~~~~~~~~~~
  193. /usr/include/c++/15.1.1/type_traits:2781:26:   required by substitution of »template<class _Fn, class ... _Args> static std::__result_of_success<decltype (declval<_Fn>()((declval<_Args>)()...)), std::__invoke_other> std::__result_of_other_impl::_S_test(int) [with _Fn = PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)>&; _Args = {char**, long unsigned int, long unsigned int, long int, long int}]«
  194.  2781 |       std::declval<_Fn>()(std::declval<_Args>()...)
  195.       |       ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
  196. /usr/include/c++/15.1.1/type_traits:2792:60:   required from »struct std::__result_of_impl<false, false, PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)>&, char**, long unsigned int, long unsigned int, long int, long int>«
  197.  2792 |       using type = decltype(_S_test<_Functor, _ArgTypes...>(0));
  198.       |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  199. /usr/include/c++/15.1.1/type_traits:2797:12:   required from »struct std::__invoke_result<PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)>&, char**, long unsigned int, long unsigned int, long int, long int>«
  200.  2797 |     struct __invoke_result
  201.       |            ^~~~~~~~~~~~~~~
  202. /usr/include/c++/15.1.1/bits/std_function.h:350:9:   [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
  203. /usr/include/c++/15.1.1/bits/std_function.h:436:9:   required by substitution of »template<class _Functor, class _Constraints> std::function<char(char**, long unsigned int, long unsigned int, long int, long int)>::function(_Functor&&) [with _Functor = PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)>&; _Constraints = <missing>]«
  204.   436 |                typename _Constraints = _Requires<_Callable<_Functor>>>
  205.       |                ^~~~~~~~
  206. /usr/include/vsFilterScript/Plane.vxx:43:23:   required from »Plane<PixelType, DirectAccess>::Plane(auto:28, auto:29, auto:30, auto:31, auto:32&&) [with auto:28 = unsigned char*; auto:29 = int; auto:30 = int; auto:31 = long unsigned int; auto:32 = PaddingPolicies::Spatial::<lambda(auto:45, auto:46, auto:47, auto:48, auto:49)>&; PixelType = char; auto DirectAccess = false]«
  207.    43 |                 this->PaddingPolicy = Forward(PaddingPolicy);
  208. /usr/include/vsFilterScript/Frame.vxx:29:98:   required from »Frame<char>::Frame<VSFrameRef*>(VSFrameRef*&&)::<lambda(auto:58)> [with auto:58 = long int]«
  209.    29 |                         return PlaneType{ GetPlanePointer(), Width, Height, Stride, PaddingPolicies::Spatial::Default };
  210.       |                                                                                                                       ^
  211. /usr/include/vsFilterScript/Frame.vxx:35:34:   required from »Frame<PixelType, DirectAccess>::Frame(auto:55&&) [with auto:55 = VSFrameRef*; PixelType = char; auto DirectAccess = false]«
  212.    35 |                         Planes[Index] = ConstructPlane(Index);
  213.       |                                         ~~~~~~~~~~~~~~^~~~~~~
  214. /usr/include/vsFilterScript/Map.vxx:72:100:   required from »ReadonlyItem::operator Frame<PixelType, DirectAccess>() [with PixelType = char; auto DirectAccess = false]«
  215.    72 |                 return { PointerRemoveConstant(VaporGlobals::API->propGetFrame(Map, Key.data(), Index, nullptr)) };
  216.       |                                                                                                                  ^
  217. /usr/include/vsFilterScript/Map.vxx:180:19:   required from »void Function::SynchronizeEvaluatedMap(auto:116) [with auto:102 = VSMap*]«
  218.   180 |                         ResultItems += static_cast<Frame<char>>(x);
  219.       |                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  220. /usr/include/vsFilterScript/Function.vxx:27:27:   required from here
  221.    27 |                         SynchronizeEvaluatedMap(OtherFunction.EvaluatedMap);
  222.       |                         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  223. /usr/include/vsFilterScript/Infrastructure.vxx:82:18: Warnung: Vergleich von Ganzzahlausdrücken, von denen nur einer ein Vorzeichen hat: »long int« und »long unsigned int« [-Wsign-compare]
  224.    82 |         return x < y ? x : y;
  225.       |                ~~^~~
  226. ninja: build stopped: subcommand failed.
  227. ==> FEHLER: Ein Fehler geschah in build().
  228.     Breche ab...
  229. [admin@Asta vapoursynth-plugin-mvtools_sf-git]$
  230.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement