Advertisement
Guest User

Untitled

a guest
Mar 16th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. cc -O2 -std=gnu99 -I/usr/include/SDL -I/usr/include/GL -I/usr/include/libdrm -Wreturn-type -Werror=return-type -DX86_64 -c -o stateview.o stateview.c
  2. stateview.c: In function ‘main’:
  3. stateview.c:89:2: error: too few arguments to function ‘render_init’
  4. render_init(width, height, "GST State Viewer", 60, 0);
  5. ^
  6. In file included from stateview.c:9:0:
  7. render.h:22:6: note: declared here
  8. void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen, uint8_t use_gl);
  9. ^
  10. Makefile:104: recipe for target 'stateview.o' failed
  11. make: *** [stateview.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement