Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. root@ubuntu:~/navit/navit# make
  2. make l=l all-recursive
  3. make[1]: Betrete Verzeichnis '/root/navit/navit'
  4. Making all in navit/support/libc
  5. make[2]: Betrete Verzeichnis '/root/navit/navit/navit/support/libc'
  6. /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../navit/support/win32 -I../../../navit/support/libpng -I../../../navit/support -I../../../navit/support/glib -I../../../navit/support/ezxml -I../../../navit -DMODULE=support_libc -g -O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -I../../../intl/ -I../../../navit/support/libc -MT libc.lo -MD -MP -MF .deps/libc.Tpo -c -o libc.lo libc.c
  7. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../navit/support/win32 -I../../../navit/support/libpng -I../../../navit/support -I../../../navit/support/glib -I../../../navit/support/ezxml -I../../../navit -DMODULE=support_libc -g -O2 -Wall -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wreturn-type -D_GNU_SOURCE -ffast-math -I../../../intl/ -I../../../navit/support/libc -MT libc.lo -MD -MP -MF .deps/libc.Tpo -c libc.c -o libc.o
  8. libc.c: In function ‘setenv’:
  9. libc.c:48: warning: implicit declaration of function ‘g_strdup’
  10. libc.c:48: warning: assignment makes pointer from integer without a cast
  11. libc.c:60: warning: assignment makes pointer from integer without a cast
  12. libc.c:61: warning: assignment makes pointer from integer without a cast
  13. libc.c: At top level:
  14. libc.c:93: warning: no previous prototype for ‘getcwd’
  15. libc.c:99: warning: no previous prototype for ‘getwd’
  16. libc.c:104: error: expected identifier or ‘(’ before ‘__extension__’
  17. libc.c:110: warning: no previous prototype for ‘perror’
  18. libc.c:115: warning: no previous prototype for ‘raise’
  19. libc.c:120: warning: no previous prototype for ‘popen’
  20. libc.c:126: warning: no previous prototype for ‘pclose’
  21. libc.c:131: warning: no previous prototype for ‘rewind’
  22. libc.c:136: warning: no previous prototype for ‘GetThreadLocale’
  23. libc.c:142: warning: no previous prototype for ‘signal’
  24. libc.c:148: warning: no previous prototype for ‘setlocale’
  25. libc.c: In function ‘setlocale’:
  26. libc.c:150: warning: ‘return’ with a value, in function returning void
  27. libc.c: At top level:
  28. libc.c:156: warning: no previous prototype for ‘localeconv’
  29. libc.c:162: warning: no previous prototype for ‘alarm’
  30. make[2]: *** [libc.lo] Fehler 1
  31. make[2]: Verlasse Verzeichnis '/root/navit/navit/navit/support/libc'
  32. make[1]: *** [all-recursive] Fehler 1
  33. make[1]: Verlasse Verzeichnis '/root/navit/navit'
  34. make: *** [all] Fehler 2
  35. root@ubuntu:~/navit/navit#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement