Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2013 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6198693 to your computer and use it in GitHub Desktop.
Save anonymous/6198693 to your computer and use it in GitHub Desktop.
cd /home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12 && PATH="/home/spenser/Code/buildroot_cubieboard/output/host/bin:/home/spenser/Code/buildroot_cubieboard/output/host/usr/bin:/home/spenser/Code/buildroot_cubieboard/output/host/usr/sbin/:/home/spenser/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PERLLIB="/home/spenser/Code/buildroot_cubieboard/output/host/usr/lib/perl" ./waf
Waf: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12/build'
[ 1/65] cxx: src/libmatrix/log.cc -> build/src/libmatrix/log.cc.1.o
[ 2/65] cxx: src/libmatrix/mat.cc -> build/src/libmatrix/mat.cc.1.o
[ 3/65] cxx: src/libmatrix/program.cc -> build/src/libmatrix/program.cc.1.o
[ 4/65] cxx: src/libmatrix/shader-source.cc -> build/src/libmatrix/shader-source.cc.1.o
[ 5/65] cxx: src/libmatrix/util.cc -> build/src/libmatrix/util.cc.1.o
[ 6/65] cxx: src/benchmark-collection.cpp -> build/src/benchmark-collection.cpp.2.o
[ 7/65] cxx: src/benchmark.cpp -> build/src/benchmark.cpp.2.o
[ 8/65] cxx: src/gl-headers.cpp -> build/src/gl-headers.cpp.2.o
[ 9/65] cxx: src/gl-visual-config.cpp -> build/src/gl-visual-config.cpp.2.o
../src/libmatrix/log.cc: In function 'void print_prefixed_message(std::ostream&, const string&, const string&, const string&, va_list)':
../src/libmatrix/log.cc:64:39: note: the mangling of 'va_list' has changed in GCC 4.4
[10/65] cxx: src/image-reader.cpp -> build/src/image-reader.cpp.2.o
../src/libmatrix/program.cc: In constructor 'Shader::Shader(unsigned int, const string&)':
../src/libmatrix/program.cc:41:11: error: 'GLchar' does not name a type
../src/libmatrix/program.cc:42:33: error: 'shaderSource' was not declared in this scope
../src/libmatrix/program.cc: In member function 'void Shader::compile()':
../src/libmatrix/program.cc:77:9: error: 'GLchar' was not declared in this scope
../src/libmatrix/program.cc:77:17: error: 'infoLog' was not declared in this scope
../src/libmatrix/program.cc:77:31: error: expected type-specifier before 'GLchar'
../src/libmatrix/program.cc:77:31: error: expected ';' before 'GLchar'
../src/libmatrix/program.cc:80:19: error: type '<type error>' argument given to 'delete', expected pointer
../src/libmatrix/program.cc: In member function 'void Program::build()':
../src/libmatrix/program.cc:217:9: error: 'GLchar' was not declared in this scope
../src/libmatrix/program.cc:217:17: error: 'infoLog' was not declared in this scope
../src/libmatrix/program.cc:217:31: error: expected type-specifier before 'GLchar'
../src/libmatrix/program.cc:217:31: error: expected ';' before 'GLchar'
../src/libmatrix/program.cc:220:19: error: type '<type error>' argument given to 'delete', expected pointer
Waf: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12/build'
Build failed
-> task in 'matrix-es2' failed (exit status 1):
{task 37514640: cxx program.cc -> program.cc.1.o}
['/home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/ccache', '/home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/arm-none-linux-gnueabi-g++', '-g', '-O2', '-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-pipe', '-Os', '-Werror', '-Wall', '-Wextra', '-Wnon-virtual-dtor', '-I/home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12/build/src', '-I/home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12/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_LIBPNG14=1', '-DHAVE_X11=1', '-DHAVE_GL=1', '-DHAVE_EGL=1', '-DHAVE_GLESV2=1', '-DHAVE_DRM=1', '-DGLMARK_DATA_PATH="/usr/share/glmark2"', '-DGLMARK_VERSION="2012.12"', '-DUSE_GLESv2', '-DUSE_EXCEPTIONS', '../src/libmatrix/program.cc', '-c', '-o', 'src/libmatrix/program.cc.1.o']
make: *** [/home/spenser/Code/buildroot_cubieboard/output/build/glmark2-2012.12/.stamp_built] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment