Advertisement
Guest User

Untitled

a guest
Nov 20th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. ninja: Entering directory `build'
  2. [1/12] Compiling C object libglava.so.p/glava_glfw_wcb.c.o
  3. [2/12] Compiling C object libglava.so.p/glava_fifo.c.o
  4. ../glava/fifo.c: In function ‘entry’:
  5. ../glava/fifo.c:81:17: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  6. 81 | read(fd, buf, sizeof(buf));
  7. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  8. [3/12] Compiling C object glava.p/glava-cli_cli.c.o
  9. cc1: warning: command-line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
  10. [4/12] Compiling C object libglava.so.p/glava_glava.c.o
  11. [5/12] Compiling C++ object libglfft.a.p/glfft_glfft_gl_interface.cpp.o
  12. FAILED: libglfft.a.p/glfft_glfft_gl_interface.cpp.o
  13. c++ -Ilibglfft.a.p -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -O2 -DGLAVA_UNIX -DGLAVA_GLX '-DGLAVA_VERSION="v1.6.3-90-g6fc0e32"' '-DSHADER_INSTALL_PATH="/etc/xdg/glava"' '-DGLAVA_RESOURCE_PATH="/usr/share/glava/resources"' -fPIC -MD -MQ libglfft.a.p/glfft_glfft_gl_interface.cpp.o -MF libglfft.a.p/glfft_glfft_gl_interface.cpp.o.d -o libglfft.a.p/glfft_glfft_gl_interface.cpp.o -c ../glfft/glfft_gl_interface.cpp
  14. In file included from ../glfft/glfft_gl_interface.cpp:19:
  15. ../glfft/glfft_gl_interface.hpp: In function ‘void glfft_log(const char*, ...)’:
  16. ../glfft/glfft_gl_interface.hpp:43:14: error: ‘stdout’ was not declared in this scope
  17. 43 | vfprintf(stdout, fmt, l);
  18. | ^~~~~~
  19. ../glfft/glfft_gl_interface.hpp:33:1: note: ‘stdout’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
  20. 32 | #include <error.h>
  21. +++ |+#include <cstdio>
  22. 33 | }
  23. ../glfft/glfft_gl_interface.hpp:43:5: error: ‘vfprintf’ was not declared in this scope; did you mean ‘vwprintf’?
  24. 43 | vfprintf(stdout, fmt, l);
  25. | ^~~~~~~~
  26. | vwprintf
  27. ../glfft/glfft_gl_interface.hpp: In function ‘double glfft_time()’:
  28. ../glfft/glfft_gl_interface.hpp:54:17: error: ‘stderr’ was not declared in this scope
  29. 54 | fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  30. | ^~~~~~
  31. ../glfft/glfft_gl_interface.hpp:54:17: note: ‘stderr’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
  32. ../glfft/glfft_gl_interface.hpp:54:78: error: ‘errno’ was not declared in this scope
  33. 54 | fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  34. | ^~~~~
  35. ../glfft/glfft_gl_interface.hpp:33:1: note: ‘errno’ is defined in header ‘<cerrno>’; did you forget to ‘#include <cerrno>’?
  36. 32 | #include <error.h>
  37. +++ |+#include <cerrno>
  38. 33 | }
  39. ../glfft/glfft_gl_interface.hpp:54:9: error: ‘fprintf’ was not declared in this scope; did you mean ‘wprintf’?
  40. 54 | fprintf(stderr, "clock_gettime(CLOCK_REALTIME, ...): %s\n", strerror(errno));
  41. | ^~~~~~~
  42. | wprintf
  43. ../glfft/glfft_gl_interface.cpp: In member function ‘virtual void GLFFT::GLContext::log(const char*, ...)’:
  44. ../glfft/glfft_gl_interface.cpp:201:5: error: ‘vsnprintf’ was not declared in this scope; did you mean ‘vswprintf’?
  45. 201 | vsnprintf(buffer, sizeof(buffer), fmt, va);
  46. | ^~~~~~~~~
  47. | vswprintf
  48. [6/12] Compiling C object libglava.so.p/glava_glad.c.o
  49. [7/12] Compiling C++ object libglfft.a.p/glfft_glfft_wisdom.cpp.o
  50. FAILED: libglfft.a.p/glfft_glfft_wisdom.cpp.o
  51. c++ -Ilibglfft.a.p -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -O2 -DGLAVA_UNIX -DGLAVA_GLX '-DGLAVA_VERSION="v1.6.3-90-g6fc0e32"' '-DSHADER_INSTALL_PATH="/etc/xdg/glava"' '-DGLAVA_RESOURCE_PATH="/usr/share/glava/resources"' -fPIC -MD -MQ libglfft.a.p/glfft_glfft_wisdom.cpp.o -MF libglfft.a.p/glfft_glfft_wisdom.cpp.o.d -o libglfft.a.p/glfft_glfft_wisdom.cpp.o -c ../glfft/glfft_wisdom.cpp
  52. ../glfft/glfft_wisdom.cpp: In member function ‘std::pair<double, GLFFT::FFTOptions::Performance> GLFFT::FFTWisdom::study(GLFFT::Context*, const GLFFT::WisdomPass&, GLFFT::FFTOptions::Type) const’:
  53. ../glfft/glfft_wisdom.cpp:273:23: error: ‘logic_error’ was not declared in this scope
  54. 273 | throw logic_error("Invalid input mode.\n");
  55. | ^~~~~~~~~~~
  56. ../glfft/glfft_wisdom.cpp:307:23: error: ‘logic_error’ was not declared in this scope
  57. 307 | throw logic_error("Invalid output mode.\n");
  58. | ^~~~~~~~~~~
  59. [8/12] Compiling C object libglava.so.p/glava_glsl_ext.c.o
  60. ninja: build stopped: subcommand failed.
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement