Skip to content

Instantly share code, notes, and snippets.

Created August 9, 2013 21:54
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/6197590 to your computer and use it in GitHub Desktop.
Save anonymous/6197590 to your computer and use it in GitHub Desktop.
/home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/ccache /home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/arm-none-linux-gnueabi-g++ -I. -I../mesa -I../mapi -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DFEATURE_GL=1 ../mesa/program/hash_table.o ../mesa/program/symbol_table.o main.o ../../src/glsl/libglsl.a -o glsl_compiler
/home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/ccache /home/spenser/Code/buildroot_cubieboard/output/host/usr/bin/arm-none-linux-gnueabi-gcc -I. -I../mesa -I../mapi -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -Os -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DFEATURE_GL=1 glcpp/glcpp-lex.o glcpp/glcpp-parse.o glcpp/pp.o glcpp/glcpp.o ../mesa/program/hash_table.o ../../src/glsl/libglsl.a -o glcpp/glcpp
gmake[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src/glsl'
gmake[3]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src/mesa'
python2 -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES1.1 > main/api_exec_es1.c
python2 -t -O -O main/es_generator.py -S main/APIspec.xml -V GLES2.0 > main/api_exec_es2.c
Traceback (most recent call last):
File "main/es_generator.py", line 26, in <module>
import APIspecutil as apiutil
File "/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src/mesa/main/APIspecutil.py", line 28, in <module>
Traceback (most recent call last):
File "main/es_generator.py", line 26, in <module>
import APIspecutil as apiutil
File "/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src/mesa/main/APIspecutil.py", line 28, in <module>
import libxml2
import libxml2
ImportErrorImportError: : No module named libxml2No module named libxml2
gmake[3]: *** No rule to make target `depend', needed by `default'. Stop.
gmake[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3'
make: *** [/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-7.10.3/.stamp_built] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment