Guest User

Untitled

a guest
Oct 20th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. In file included from Ngram.h:14,
  2. from NgramLM.cc:36:
  3. /usr/include/stdio.h:774: error: declaration of C function ‘int fseek(FILE*, __off64_t, int)’ conflicts with
  4. /usr/include/stdio.h:742: error: previous declaration ‘int fseek(FILE*, long int, int)’ here
  5. /usr/include/stdio.h:777: error: declaration of C function ‘__off64_t ftell(FILE*)’ conflicts with
  6. /usr/include/stdio.h:747: error: previous declaration ‘long int ftell(FILE*)’ here
  7. make[2]: *** [../obj/i686/NgramLM.o] Error 1
  8. make[2]: Leaving directory `/home/elham/srilm/lm/src'
  9. make[1]: *** [release-libraries] Error 1
  10. make[1]: Leaving directory `/home/elham/srilm'
  11. make: *** [World] Error 2
Add Comment
Please, Sign In to add comment