Advertisement
Guest User

xwax 1.4 beta1 "make xwax"

a guest
Apr 3rd, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. louis@G550:~/xwax-1.4-beta1$ make xwax
  2. ./mkversion -r
  3. cc -O3 -Wall `sdl-config --cflags` -MMD -DEXECDIR=\"/home/louis/libexec\" -DVERSION=\"1.4-beta1\" -c -o xwax.o xwax.c
  4. xwax.c: In function ‘main’:
  5. xwax.c:305:13: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat]
  6. cc -O3 -Wall -MMD -c -o controller.o controller.c
  7. cc -O3 -Wall -MMD -c -o cues.o cues.c
  8. cc -O3 -Wall -MMD -c -o deck.o deck.c
  9. cc -O3 -Wall -MMD -c -o device.o device.c
  10. cc -O3 -Wall -MMD -c -o external.o external.c
  11. cc -O3 -Wall `sdl-config --cflags` -MMD -c -o interface.o interface.c
  12. In file included from interface.c:36:0:
  13. layout.h:103:22: warning: ‘rows’ defined but not used [-Wunused-function]
  14. cc -O3 -Wall -MMD -c -o library.o library.c
  15. cc -O3 -Wall -MMD -c -o listing.o listing.c
  16. cc -O3 -Wall -MMD -c -o lut.o lut.c
  17. cc -O3 -Wall -MMD -c -o player.o player.c
  18. cc -O3 -Wall -MMD -c -o realtime.o realtime.c
  19. cc -O3 -Wall -MMD -c -o rig.o rig.c
  20. cc -O3 -Wall -MMD -c -o selector.o selector.c
  21. cc -O3 -Wall -MMD -c -o status.o status.c
  22. cc -O3 -Wall -MMD -c -o thread.o thread.c
  23. cc -O3 -Wall -MMD -c -o timecoder.o timecoder.c
  24. cc -O3 -Wall -MMD -c -o track.o track.c
  25. cc -O3 -pthread xwax.o controller.o cues.o deck.o device.o external.o interface.o library.o listing.o lut.o player.o realtime.o rig.o selector.o status.o thread.o timecoder.o track.o `sdl-config --libs` -lSDL_ttf -lm -o xwax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement