Advertisement
Guest User

Untitled

a guest
Dec 24th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. ./waf
  2. Waf: Entering directory `/root/malibuild/glmark2-2012.08/build'
  3. [ 1/62] cxx: src/libmatrix/log.cc -> build/src/libmatrix/log.cc.1.o
  4. [ 2/62] cxx: src/libmatrix/mat.cc -> build/src/libmatrix/mat.cc.1.o
  5. [ 3/62] cxx: src/libmatrix/program.cc -> build/src/libmatrix/program.cc.1.o
  6. [ 4/62] cxx: src/libmatrix/shader-source.cc -> build/src/libmatrix/shader-source.cc.1.o
  7. ../src/libmatrix/log.cc: In function 'void print_prefixed_message(std::ostream&, const string&, const string&, const string&, va_list)':
  8. ../src/libmatrix/log.cc:64:39: note: the mangling of 'va_list' has changed in GCC 4.4
  9. [ 5/62] cxx: src/libmatrix/util.cc -> build/src/libmatrix/util.cc.1.o
  10. ../src/libmatrix/program.cc: In constructor 'Shader::Shader(unsigned int, const string&)':
  11. ../src/libmatrix/program.cc:41:11: error: 'GLchar' does not name a type
  12. ../src/libmatrix/program.cc:42:33: error: 'shaderSource' was not declared in this scope
  13. ../src/libmatrix/program.cc: In member function 'void Shader::compile()':
  14. ../src/libmatrix/program.cc:77:9: error: 'GLchar' was not declared in this scope
  15. ../src/libmatrix/program.cc:77:17: error: 'infoLog' was not declared in this scope
  16. ../src/libmatrix/program.cc:77:31: error: expected type-specifier before 'GLchar'
  17. ../src/libmatrix/program.cc:77:31: error: expected ';' before 'GLchar'
  18. ../src/libmatrix/program.cc:80:19: error: type '<type error>' argument given to 'delete', expected pointer
  19. ../src/libmatrix/program.cc: In member function 'void Program::build()':
  20. ../src/libmatrix/program.cc:217:9: error: 'GLchar' was not declared in this scope
  21. ../src/libmatrix/program.cc:217:17: error: 'infoLog' was not declared in this scope
  22. ../src/libmatrix/program.cc:217:31: error: expected type-specifier before 'GLchar'
  23. ../src/libmatrix/program.cc:217:31: error: expected ';' before 'GLchar'
  24. ../src/libmatrix/program.cc:220:19: error: type '<type error>' argument given to 'delete', expected pointer
  25. Waf: Leaving directory `/root/malibuild/glmark2-2012.08/build'
  26. Build failed
  27. -> task in 'matrix-es2' failed (exit status 1):
  28. {task 3875664: cxx program.cc -> program.cc.1.o}
  29. ['/usr/bin/g++', '-g', '-O2', '-Werror', '-Wall', '-Wextra', '-Wnon-virtual-dtor', '-I/root/malibuild/glmark2-2012.08/build/src', '-I/root/malibuild/glmark2-2012.08/src', '-DHAVE_STDLIB_H=1', '-DHAVE_STRING_H=1', '-DHAVE_UNISTD_H=1', '-DHAVE_STDINT_H=1', '-DHAVE_STDIO_H=1', '-DHAVE_JPEGLIB_H=1', '-DHAVE_MEMSET=1', '-DHAVE_SQRT=1', '-DHAVE_X11=1', '-DHAVE_LIBPNG12=1', '-DHAVE_GL=1', '-DHAVE_EGL=1', '-DHAVE_GLESV2=1', '-DGLMARK_DATA_PATH="/root/xxx/share/glmark2"', '-DGLMARK_VERSION="2012.08"', '-DUSE_GLESv2', '-DUSE_EXCEPTIONS', '../src/libmatrix/program.cc', '-c', '-o', 'src/libmatrix/program.cc.1.o']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement