Skip to content

Instantly share code, notes, and snippets.

@Spenser309
Created September 1, 2013 00:28
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 Spenser309/6401535 to your computer and use it in GitHub Desktop.
Save Spenser309/6401535 to your computer and use it in GitHub Desktop.
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" /usr/bin/make -j9 -C /home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/
make[1]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0'
Making all in src
make[2]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src'
Making all in util
make[3]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/util'
Making all in data
make[3]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/data'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/data'
Making all in demos
make[3]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/demos'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/demos'
Making all in egl
make[3]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/egl'
Making all in eglut
make[4]: Entering directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/egl/eglut'
CC eglut.lo
CC eglut_screen.lo
eglut_screen.c:38:1: error: unknown type name 'EGLScreenMESA'
eglut_screen.c:39:1: error: unknown type name 'EGLModeMESA'
eglut_screen.c: In function '_eglutNativeInitDisplay':
eglut_screen.c:46:27: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in this function)
eglut_screen.c:46:27: note: each undeclared identifier is reported only once for each function it appears in
eglut_screen.c: In function 'init_kms':
eglut_screen.c:61:4: error: unknown type name 'EGLModeMESA'
eglut_screen.c: In function '_eglutNativeInitWindow':
eglut_screen.c:120:26: warning: assignment makes pointer from integer without a cast [enabled by default]
eglut.c: In function '_eglutDestroyWindow':
eglut.c:80:32: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in this function)
eglut.c:80:32: note: each undeclared identifier is reported only once for each function it appears in
make[4]: *** [eglut_screen.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
eglut.c: In function '_eglutCreateWindow':
eglut.c:178:9: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in this function)
eglut.c: In function 'eglutDestroyWindow':
eglut.c:293:33: error: 'EGL_SCREEN_BIT_MESA' undeclared (first use in this function)
make[4]: *** [eglut.lo] Error 1
make[4]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/egl/eglut'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src/egl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0'
make: *** [/home/spenser/Code/buildroot_cubieboard/output/build/mesa3d-demos-8.1.0/.stamp_built] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment