SHARE
TWEET

Untitled

a guest May 11th, 2015 192 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. gcc -DHAVE_CONFIG_H -I. -I..    -I.. -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g  -I../config -I.. -I.. -I../include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall  -g -MT midi_dump.o -MD -MP -MF .deps/midi_dump.Tpo -c -o midi_dump.o midi_dump.c
  2. midi_dump.c: In function 'main':
  3. midi_dump.c:168:2: warning: implicit declaration of function 'mlockall' [-Wimplicit-function-declaration]
  4.   if (mlockall (MCL_CURRENT | MCL_FUTURE)) {
  5.   ^
  6. midi_dump.c:168:16: error: 'MCL_CURRENT' undeclared (first use in this function)
  7.   if (mlockall (MCL_CURRENT | MCL_FUTURE)) {
  8.                 ^
  9. midi_dump.c:168:16: note: each undeclared identifier is reported only once for each function it appears in
  10. midi_dump.c:168:30: error: 'MCL_FUTURE' undeclared (first use in this function)
  11.   if (mlockall (MCL_CURRENT | MCL_FUTURE)) {
  12.                               ^
  13. make[3]: *** [midi_dump.o] Error 1
  14. make[3]: Leaving directory `/boot/home/src/jack-audio-connection-kit-0.124.1/tools'
  15. make[2]: *** [all-recursive] Error 1
  16. make[2]: Leaving directory `/boot/home/src/jack-audio-connection-kit-0.124.1/tools'
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory `/boot/home/src/jack-audio-connection-kit-0.124.1'
  19. make: *** [all] Error 2
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top