Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.90 KB | None | 0 0
  1. HOST_OS=Linux
  2. checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio libpulse-simple alsa gl glu glew gtk+-3.0
  3. with PKG_CONFIG_LIBDIR=
  4. HOST_OS=Linux
  5. checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio libpulse-simple alsa gl glu glew gtk+-3.0
  6. with PKG_CONFIG_LIBDIR=
  7. Compiling /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp
  8. g++ -g3 -DDEBUG -Wall -Werror=return-type -std=c++14 -DGCC_HAS_REGEX -DOF_USING_GTK -pthread -D_REENTRANT -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/AL -I/usr/include/x86_64-linux-gnu -I/usr/include/rtaudio -I/usr/include/alsa -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/libdrm -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/fmodex/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm/gtx -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm/detail -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm/simd -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/glm/include/glm/gtc -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/json/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/kiss/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/pugixml/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/tess2/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/utf8/include -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/utf8/include/utf8 -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/communication -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/app -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/graphics -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/video -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/types -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/sound -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/events -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/gl -I/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/math -MMD -MP -MF /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/3d/of3dUtils.d -MT/home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/3d/of3dUtils.o -o /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/3d/of3dUtils.o -c /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp
  9. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  10. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  11. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  12. /usr/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
  13. typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params);
  14. ^
  15. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  16. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  17. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  18. /usr/include/GL/glew.h:16092:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, GLfloat*)'
  19. typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat* params);
  20. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  22. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  23. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  24. /usr/include/GL/glext.h:12068:103: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, const GLint*)'
  25. typedef void (APIENTRYP PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, const GLint *params);
  26. ^
  27. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  28. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  29. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  30. /usr/include/GL/glew.h:16094:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, GLint*)'
  31. typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, GLint* params);
  32. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  34. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  35. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  36. /usr/include/GL/glext.h:12070:96: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, const GLfloat*)'
  37. typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, const GLfloat *params);
  38. ^
  39. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  40. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  41. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  42. /usr/include/GL/glew.h:16088:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, GLfloat*)'
  43. typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, GLfloat* params);
  44. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  46. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  47. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  48. /usr/include/GL/glext.h:12072:94: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, const GLint*)'
  49. typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, const GLint *params);
  50. ^
  51. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  52. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  53. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  54. /usr/include/GL/glew.h:16090:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, GLint*)'
  55. typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, GLint* params);
  56. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  58. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  59. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  60. /usr/include/GL/glext.h:12079:104: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, GLfloat*)'
  61. typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, GLfloat *params);
  62. ^
  63. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  64. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  65. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  66. /usr/include/GL/glew.h:16101:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, const GLfloat*)'
  67. typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, const GLfloat* data);
  68. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  70. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  71. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  72. /usr/include/GL/glext.h:12080:102: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, GLint*)'
  73. typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, GLint *params);
  74. ^
  75. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  76. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  77. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  78. /usr/include/GL/glew.h:16102:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, const GLint*)'
  79. typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, const GLint* data);
  80. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  81. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  82. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  83. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  84. /usr/include/GL/glext.h:12083:74: error: 'void __glewFragmentColorMaterialSGIX(GLenum, GLenum)' redeclared as different kind of symbol
  85. GLAPI void APIENTRY glFragmentColorMaterialSGIX (GLenum face, GLenum mode);
  86. ^
  87. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  88. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  89. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  90. /usr/include/GL/glew.h:19341:52: note: previous declaration 'void (* __glewFragmentColorMaterialSGIX)(GLenum, GLenum)'
  91. GLEW_FUN_EXPORT PFNGLFRAGMENTCOLORMATERIALSGIXPROC __glewFragmentColorMaterialSGIX;
  92. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  94. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  95. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  96. /usr/include/GL/glext.h:12084:84: error: 'void __glewFragmentLightfSGIX(GLenum, GLenum, GLfloat)' redeclared as different kind of symbol
  97. GLAPI void APIENTRY glFragmentLightfSGIX (GLenum light, GLenum pname, GLfloat param);
  98. ^
  99. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  100. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  101. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  102. /usr/include/GL/glew.h:19346:45: note: previous declaration 'void (* __glewFragmentLightfSGIX)(GLenum, GLenum, GLfloat)'
  103. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTFSGIXPROC __glewFragmentLightfSGIX;
  104. ^~~~~~~~~~~~~~~~~~~~~~~~
  105. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  106. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  107. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  108. /usr/include/GL/glext.h:12085:93: error: 'void __glewFragmentLightfvSGIX(GLenum, GLenum, const GLfloat*)' redeclared as different kind of symbol
  109. GLAPI void APIENTRY glFragmentLightfvSGIX (GLenum light, GLenum pname, const GLfloat *params);
  110. ^
  111. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  112. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  113. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  114. /usr/include/GL/glew.h:19347:46: note: previous declaration 'void (* __glewFragmentLightfvSGIX)(GLenum, GLenum, GLfloat*)'
  115. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTFVSGIXPROC __glewFragmentLightfvSGIX;
  116. ^~~~~~~~~~~~~~~~~~~~~~~~~
  117. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  118. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  119. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  120. /usr/include/GL/glext.h:12086:82: error: 'void __glewFragmentLightiSGIX(GLenum, GLenum, GLint)' redeclared as different kind of symbol
  121. GLAPI void APIENTRY glFragmentLightiSGIX (GLenum light, GLenum pname, GLint param);
  122. ^
  123. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  124. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  125. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  126. /usr/include/GL/glew.h:19348:45: note: previous declaration 'void (* __glewFragmentLightiSGIX)(GLenum, GLenum, GLint)'
  127. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTISGIXPROC __glewFragmentLightiSGIX;
  128. ^~~~~~~~~~~~~~~~~~~~~~~~
  129. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  130. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  131. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  132. /usr/include/GL/glext.h:12087:91: error: 'void __glewFragmentLightivSGIX(GLenum, GLenum, const GLint*)' redeclared as different kind of symbol
  133. GLAPI void APIENTRY glFragmentLightivSGIX (GLenum light, GLenum pname, const GLint *params);
  134. ^
  135. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  136. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  137. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  138. /usr/include/GL/glew.h:19349:46: note: previous declaration 'void (* __glewFragmentLightivSGIX)(GLenum, GLenum, GLint*)'
  139. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTIVSGIXPROC __glewFragmentLightivSGIX;
  140. ^~~~~~~~~~~~~~~~~~~~~~~~~
  141. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  142. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  143. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  144. /usr/include/GL/glext.h:12088:75: error: 'void __glewFragmentLightModelfSGIX(GLenum, GLfloat)' redeclared as different kind of symbol
  145. GLAPI void APIENTRY glFragmentLightModelfSGIX (GLenum pname, GLfloat param);
  146. ^
  147. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  148. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  149. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  150. /usr/include/GL/glew.h:19342:50: note: previous declaration 'void (* __glewFragmentLightModelfSGIX)(GLenum, GLfloat)'
  151. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTMODELFSGIXPROC __glewFragmentLightModelfSGIX;
  152. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  154. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  155. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  156. /usr/include/GL/glext.h:12089:84: error: 'void __glewFragmentLightModelfvSGIX(GLenum, const GLfloat*)' redeclared as different kind of symbol
  157. GLAPI void APIENTRY glFragmentLightModelfvSGIX (GLenum pname, const GLfloat *params);
  158. ^
  159. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  160. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  161. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  162. /usr/include/GL/glew.h:19343:51: note: previous declaration 'void (* __glewFragmentLightModelfvSGIX)(GLenum, GLfloat*)'
  163. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTMODELFVSGIXPROC __glewFragmentLightModelfvSGIX;
  164. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  166. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  167. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  168. /usr/include/GL/glext.h:12090:73: error: 'void __glewFragmentLightModeliSGIX(GLenum, GLint)' redeclared as different kind of symbol
  169. GLAPI void APIENTRY glFragmentLightModeliSGIX (GLenum pname, GLint param);
  170. ^
  171. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  172. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  173. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  174. /usr/include/GL/glew.h:19344:50: note: previous declaration 'void (* __glewFragmentLightModeliSGIX)(GLenum, GLint)'
  175. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTMODELISGIXPROC __glewFragmentLightModeliSGIX;
  176. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  178. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  179. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  180. /usr/include/GL/glext.h:12091:82: error: 'void __glewFragmentLightModelivSGIX(GLenum, const GLint*)' redeclared as different kind of symbol
  181. GLAPI void APIENTRY glFragmentLightModelivSGIX (GLenum pname, const GLint *params);
  182. ^
  183. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  184. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  185. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  186. /usr/include/GL/glew.h:19345:51: note: previous declaration 'void (* __glewFragmentLightModelivSGIX)(GLenum, GLint*)'
  187. GLEW_FUN_EXPORT PFNGLFRAGMENTLIGHTMODELIVSGIXPROC __glewFragmentLightModelivSGIX;
  188. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  190. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  191. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  192. /usr/include/GL/glext.h:12092:86: error: 'void __glewFragmentMaterialfSGIX(GLenum, GLenum, GLfloat)' redeclared as different kind of symbol
  193. GLAPI void APIENTRY glFragmentMaterialfSGIX (GLenum face, GLenum pname, GLfloat param);
  194. ^
  195. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  196. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  197. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  198. /usr/include/GL/glew.h:19350:48: note: previous declaration 'void (* __glewFragmentMaterialfSGIX)(GLenum, GLenum, GLfloat)'
  199. GLEW_FUN_EXPORT PFNGLFRAGMENTMATERIALFSGIXPROC __glewFragmentMaterialfSGIX;
  200. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  201. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  202. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  203. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  204. /usr/include/GL/glext.h:12093:95: error: 'void __glewFragmentMaterialfvSGIX(GLenum, GLenum, const GLfloat*)' redeclared as different kind of symbol
  205. GLAPI void APIENTRY glFragmentMaterialfvSGIX (GLenum face, GLenum pname, const GLfloat *params);
  206. ^
  207. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  208. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  209. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  210. /usr/include/GL/glew.h:19351:49: note: previous declaration 'void (* __glewFragmentMaterialfvSGIX)(GLenum, GLenum, const GLfloat*)'
  211. GLEW_FUN_EXPORT PFNGLFRAGMENTMATERIALFVSGIXPROC __glewFragmentMaterialfvSGIX;
  212. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  213. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  214. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  215. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  216. /usr/include/GL/glext.h:12094:84: error: 'void __glewFragmentMaterialiSGIX(GLenum, GLenum, GLint)' redeclared as different kind of symbol
  217. GLAPI void APIENTRY glFragmentMaterialiSGIX (GLenum face, GLenum pname, GLint param);
  218. ^
  219. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  220. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  221. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  222. /usr/include/GL/glew.h:19352:48: note: previous declaration 'void (* __glewFragmentMaterialiSGIX)(GLenum, GLenum, GLint)'
  223. GLEW_FUN_EXPORT PFNGLFRAGMENTMATERIALISGIXPROC __glewFragmentMaterialiSGIX;
  224. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  225. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  226. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  227. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  228. /usr/include/GL/glext.h:12095:93: error: 'void __glewFragmentMaterialivSGIX(GLenum, GLenum, const GLint*)' redeclared as different kind of symbol
  229. GLAPI void APIENTRY glFragmentMaterialivSGIX (GLenum face, GLenum pname, const GLint *params);
  230. ^
  231. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  232. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  233. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  234. /usr/include/GL/glew.h:19353:49: note: previous declaration 'void (* __glewFragmentMaterialivSGIX)(GLenum, GLenum, const GLint*)'
  235. GLEW_FUN_EXPORT PFNGLFRAGMENTMATERIALIVSGIXPROC __glewFragmentMaterialivSGIX;
  236. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  238. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  239. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  240. /usr/include/GL/glext.h:12096:90: error: 'void __glewGetFragmentLightfvSGIX(GLenum, GLenum, GLfloat*)' redeclared as different kind of symbol
  241. GLAPI void APIENTRY glGetFragmentLightfvSGIX (GLenum light, GLenum pname, GLfloat *params);
  242. ^
  243. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  244. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  245. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  246. /usr/include/GL/glew.h:19354:49: note: previous declaration 'void (* __glewGetFragmentLightfvSGIX)(GLenum, GLenum, GLfloat*)'
  247. GLEW_FUN_EXPORT PFNGLGETFRAGMENTLIGHTFVSGIXPROC __glewGetFragmentLightfvSGIX;
  248. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  249. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  250. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  251. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  252. /usr/include/GL/glext.h:12097:88: error: 'void __glewGetFragmentLightivSGIX(GLenum, GLenum, GLint*)' redeclared as different kind of symbol
  253. GLAPI void APIENTRY glGetFragmentLightivSGIX (GLenum light, GLenum pname, GLint *params);
  254. ^
  255. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  256. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  257. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  258. /usr/include/GL/glew.h:19355:49: note: previous declaration 'void (* __glewGetFragmentLightivSGIX)(GLenum, GLenum, GLint*)'
  259. GLEW_FUN_EXPORT PFNGLGETFRAGMENTLIGHTIVSGIXPROC __glewGetFragmentLightivSGIX;
  260. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  261. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  262. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  263. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  264. /usr/include/GL/glext.h:12098:92: error: 'void __glewGetFragmentMaterialfvSGIX(GLenum, GLenum, GLfloat*)' redeclared as different kind of symbol
  265. GLAPI void APIENTRY glGetFragmentMaterialfvSGIX (GLenum face, GLenum pname, GLfloat *params);
  266. ^
  267. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  268. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  269. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  270. /usr/include/GL/glew.h:19356:52: note: previous declaration 'void (* __glewGetFragmentMaterialfvSGIX)(GLenum, GLenum, const GLfloat*)'
  271. GLEW_FUN_EXPORT PFNGLGETFRAGMENTMATERIALFVSGIXPROC __glewGetFragmentMaterialfvSGIX;
  272. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  273. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:212,
  274. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  275. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  276. /usr/include/GL/glext.h:12099:90: error: 'void __glewGetFragmentMaterialivSGIX(GLenum, GLenum, GLint*)' redeclared as different kind of symbol
  277. GLAPI void APIENTRY glGetFragmentMaterialivSGIX (GLenum face, GLenum pname, GLint *params);
  278. ^
  279. In file included from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/utils/ofConstants.h:210,
  280. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.h:3,
  281. from /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworks/3d/of3dUtils.cpp:1:
  282. /usr/include/GL/glew.h:19357:52: note: previous declaration 'void (* __glewGetFragmentMaterialivSGIX)(GLenum, GLenum, const GLint*)'
  283. GLEW_FUN_EXPORT PFNGLGETFRAGMENTMATERIALIVSGIXPROC __glewGetFragmentMaterialivSGIX;
  284. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  285. make[1]: *** [makefileCommon/compile.core.mk:240: /home/ben/of_v0.10.1_linux64gcc6_release/libs/openFrameworksCompiled/lib/linux64/obj/Debug/libs/openFrameworks/3d/of3dUtils.o] Error 1
  286. make: *** [makefileCommon/compile.core.mk:212: Debug] Error 2
  287. there has been a problem compiling Debug OF library
  288. please report this problem in the forums
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement