Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. net_driver.c: In function 'net_driver_attach':
  2. net_driver.c:551: error: 'celt_int32_t' undeclared (first use in this function)
  3. net_driver.c:551: error: (Each undeclared identifier is reported only once
  4. net_driver.c:551: error: for each function it appears in.)
  5. net_driver.c:551: error: expected ';' before 'lookahead'
  6. net_driver.c:553: warning: passing argument 3 of 'celt_mode_create' makes pointer from integer without a cast
  7. /usr/include/celt/celt.h:142: note: expected 'int *' but argument is of type 'jack_nframes_t'
  8. net_driver.c:553: error: too many arguments to function 'celt_mode_create'
  9. net_driver.c:554: error: 'lookahead' undeclared (first use in this function)
  10. net_driver.c:557: error: too few arguments to function 'celt_decoder_create'
  11. net_driver.c:599: warning: passing argument 3 of 'celt_mode_create' makes pointer from integer without a cast
  12. /usr/include/celt/celt.h:142: note: expected 'int *' but argument is of type 'jack_nframes_t'
  13. net_driver.c:599: error: too many arguments to function 'celt_mode_create'
  14. net_driver.c:600: error: too few arguments to function 'celt_encoder_create'
Add Comment
Please, Sign In to add comment