Created
May 21, 2010 23:14
-
-
Save knewter/409554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC test_conformance-test-cogl-premult.o | |
CC test_conformance-test-cogl-materials.o | |
CC test_conformance-test-cogl-viewport.o | |
CC test_conformance-test-cogl-offscreen.o | |
CC test_conformance-test-cogl-readpixels.o | |
CC test_conformance-test-cogl-multitexture.o | |
CC test_conformance-test-cogl-texture-mipmaps.o | |
CC test_conformance-test-cogl-texture-rectangle.o | |
CC test_conformance-test-cogl-pixel-buffer.o | |
test-cogl-pixel-buffer.c: In function ‘create_map_tile’: | |
test-cogl-pixel-buffer.c:66: warning: assignment makes pointer from integer without a cast | |
test-cogl-pixel-buffer.c:72: error: ‘COGL_BUFFER_USAGE_HINT_TEXTURE’ undeclared (first use in this function) | |
test-cogl-pixel-buffer.c:72: error: (Each undeclared identifier is reported only once | |
test-cogl-pixel-buffer.c:72: error: for each function it appears in.) | |
test-cogl-pixel-buffer.c:76: error: ‘COGL_BUFFER_UPDATE_HINT_DYNAMIC’ undeclared (first use in this function) | |
test-cogl-pixel-buffer.c:81: error: ‘COGL_BUFFER_ACCESS_WRITE’ undeclared (first use in this function) | |
test-cogl-pixel-buffer.c: In function ‘create_set_data_tile’: | |
test-cogl-pixel-buffer.c:154: warning: assignment makes pointer from integer without a cast | |
test-cogl-pixel-buffer.c:161: error: ‘COGL_BUFFER_USAGE_HINT_TEXTURE’ undeclared (first use in this function) | |
make[3]: *** [test_conformance-test-cogl-pixel-buffer.o] Error 1 | |
make[3]: Leaving directory `/home/jadams/gnome-shell/source/clutter/tests/conform' | |
make[2]: *** [all-recursive] Error 1 | |
make[2]: Leaving directory `/home/jadams/gnome-shell/source/clutter/tests' | |
make[1]: *** [all-recursive] Error 1 | |
make[1]: Leaving directory `/home/jadams/gnome-shell/source/clutter' | |
make: *** [all] Error 2 | |
*** Error during phase build of clutter: ########## Error running make *** [4/9] | |
[1] Rerun phase build | |
[2] Ignore error and continue to install | |
[3] Give up on module | |
[4] Start shell | |
[5] Reload configuration | |
[6] Go to phase "wipe directory and start over" | |
[7] Go to phase "configure" | |
[8] Go to phase "clean" | |
[9] Go to phase "distclean" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment