Guest User

Untitled

a guest
May 21st, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. r12@r12:~/MOXA/meteo$ CC="arm-linux-gcc" CXX="arm-linux-g++" make
  2. make[1]: Entering directory `/home/r12/MOXA/meteo/src'
  3. make[2]: Entering directory `/home/r12/MOXA/meteo/src/core'
  4. arm-linux-gcc -pthread -std=c99 -pedantic -W -Wall -Werror -DDEFAULT_MODDIR="\"/usr/local/meteo/modules\"" -DDEFAULT_DATADIR="\"/var/db/meteo\"" -DDEFAULT_PASSWD_FILE="\"meteo.passwd\"" -DETCDIR="\"/usr/local/meteo/etc\"" -DLOGDIR="\"/var/log\"" -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -DUSE_MYSQL -DUSE_PGSQL -D_POSIX_PTHREAD_SEMANTICS -fPIC -DPIC -c -o main.o main.c
  5. In file included from main.c:41:
  6. remote.h:34:21: libssh2.h: Нет такого файла или каталога
  7. In file included from main.c:41:
  8. remote.h:54: error: parse error before "LIBSSH2_SESSION"
  9. remote.h:54: warning: no semicolon at end of struct or union
  10. remote.h:57: error: parse error before '}' token
  11. remote.h:57: warning: type defaults to `int' in declaration of `remote_t'
  12. remote.h:57: error: ISO C forbids data definition with no type or storage class
  13. remote.h:63: error: parse error before '*' token
  14. remote.h:63: warning: type defaults to `int' in declaration of `rmt_init'
  15. remote.h:63: error: ISO C forbids data definition with no type or storage class
  16. remote.h:65: error: parse error before '*' token
  17. main.c: In function `main':
  18. main.c:73: warning: implicit declaration of function `libssh2_init'
  19. main.c:160: warning: implicit declaration of function `libssh2_exit'
  20. make[2]: *** [main.o] Ошибка 1
  21. make[2]: Leaving directory `/home/r12/MOXA/meteo/src/core'
  22. make[1]: *** [all] Ошибка 2
  23. make[1]: Leaving directory `/home/r12/MOXA/meteo/src'
  24. make: *** [all] Ошибка 2
Add Comment
Please, Sign In to add comment