amartin

pidgin compile error

Feb 15th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. (hg --cwd . id -i --debug) 2>/dev/null >package_revision_raw.txt \
  2. || rm -f package_revision_raw.txt
  3. if [ -f package_revision_raw.txt ]; then \
  4. sed 's/^\(.\{1,\}\)$/#define REVISION "\1"/' package_revision_raw.txt > package_revision.h; \
  5. fi
  6. [ -f package_revision.h ] || echo "#define REVISION \"unknown\"" > package_revision.h
  7. make -C ./libpurple -f Makefile.mingw
  8. make[1]: Entering directory `/home/garibaldi/pidgin/2.10.12/pidgin-2.10.12.1/libpurple'
  9. /usr/bin/i586-mingw32msvc-cc -O2 -Wall -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-a
  10. rith -Wundef -Wstack-protector -fwrapv -fno-strict-overflow -Wno-missing-field-initializers -Wformat-security -fstack-protector-all --param ssp-buffer-size=1 -pipe -mms-bitfields -g -DHAVE_CYRUS_SASL -DHAVE_CONFIG_H -DWIN32_LEAN_AND_MEAN -I../../win32-dev/w32api/include
  11. -I../../win32-dev/libxml2-2.9.0/include -I/usr/include -I../libpurple -I../libpurple/win32 -I.. -I../../win32-dev/gtk_2_0-2.14/include -I../../win32-dev/gtk_2_0-2.14/include/glib-2.0 -I../../win32-dev/gtk_2_0-2.14/lib/glib-2.0/include -I../../win32-dev/libxml2-2.9.2_daa1
  12. /include/libxml2 -o account.o -c account.c
  13. In file included from /usr/include/math.h:47,
  14. from internal.h:91,
  15. from account.c:26:
  16. /usr/include/bits/mathdef.h:50:6: warning: "__FP_FAST_FMA" is not defined
  17. /usr/include/bits/mathdef.h:54:6: warning: "__FP_FAST_FMAF" is not defined
  18. /usr/include/bits/mathdef.h:58:6: warning: "__FP_FAST_FMAL" is not defined
  19. In file included from ../libpurple/win32/win32dep.h:25,
  20. from internal.h:142,
  21. from account.c:26:
  22. ../../win32-dev/w32api/include/winsock2.h:64: error: conflicting types for ‘fd_set’
  23. /usr/include/sys/select.h:76: error: previous declaration of ‘fd_set’ was here
  24. ../../win32-dev/w32api/include/winsock2.h:109: error: redefinition of ‘struct timeval’
  25. ../../win32-dev/w32api/include/winsock2.h:632: error: conflicting types for ‘select’
  26. /usr/include/sys/select.h:110: error: previous declaration of ‘select’ was here
  27. In file included from ../libpurple/win32/win32dep.h:28,
  28. from internal.h:142,
  29. from account.c:26:
  30. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/process.h:60: error: expected declaration specifiers or ‘...’ before ‘_pid_t’
  31. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/process.h:62: error: expected ‘,’ or ‘;’ before ‘_getpid’
  32. In file included from ../libpurple/win32/libc_interface.h:27,
  33. from ../libpurple/win32/win32dep.h:30,
  34. from internal.h:142,
  35. from account.c:26:
  36. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:162: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lseek64’
  37. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:163: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘lseek64’
  38. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:176: error: conflicting types for ‘mkdir’
  39. /usr/include/sys/stat.h:324: error: previous declaration of ‘mkdir’ was here
  40. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:179: error: conflicting types for ‘chmod’
  41. /usr/include/sys/stat.h:287: error: previous declaration of ‘chmod’ was here
  42. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:293: error: conflicting types for ‘creat’
  43. /usr/include/fcntl.h:165: error: previous declaration of ‘creat’ was here
  44. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:305: error: conflicting types for ‘umask’
  45. /usr/include/sys/stat.h:314: error: previous declaration of ‘umask’ was here
  46. In file included from ../libpurple/win32/libc_internal.h:130,
  47. from ../libpurple/win32/libc_interface.h:29,
  48. from ../libpurple/win32/win32dep.h:30,
  49. from internal.h:142,
  50. from account.c:26:
  51. /usr/include/sys/time.h:165:1: warning: "timerclear" redefined
  52. In file included from ../libpurple/win32/win32dep.h:25,
  53. from internal.h:142,
  54. from account.c:26:
  55. ../../win32-dev/w32api/include/winsock2.h:118:1: warning: this is the location of the previous definition
  56. In file included from ../libpurple/win32/libc_internal.h:130,
  57. from ../libpurple/win32/libc_interface.h:29,
  58. from ../libpurple/win32/win32dep.h:30,
  59. from internal.h:142,
  60. from account.c:26:
  61. /usr/include/sys/time.h:166:1: warning: "timercmp" redefined
  62. In file included from ../libpurple/win32/win32dep.h:25,
  63. from internal.h:142,
  64. from account.c:26:
  65. ../../win32-dev/w32api/include/winsock2.h:114:1: warning: this is the location of the previous definition
  66. In file included from prpl.h:68,
  67. from buddyicon.h:39,
  68. from blist.h:110,
  69. from status.h:133,
  70. from connection.h:151,
  71. from account.h:47,
  72. from internal.h:205,
  73. from account.c:26:
  74. /usr/include/unistd.h:275: error: conflicting types for ‘socklen_t’
  75. ../../win32-dev/w32api/include/ws2tcpip.h:272: error: previous declaration of ‘socklen_t’ was here
  76. /usr/include/unistd.h:445: error: expected declaration specifiers or ‘...’ before ‘(’ token
  77. /usr/include/unistd.h:445: error: conflicting types for ‘Sleep’
  78. ../../win32-dev/w32api/include/winbase.h:2154: error: previous declaration of ‘Sleep’ was here
  79. /usr/include/unistd.h:512: error: conflicting types for ‘getcwd’
  80. /usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/io.h:175: error: previous declaration of ‘getcwd’ was here
  81. /usr/include/unistd.h:553: error: conflicting types for ‘execve’
  82. /usr/include/unistd.h:565: error: conflicting types for ‘execv’
  83. /usr/include/unistd.h:580: error: conflicting types for ‘execvp’
  84. account.c: In function ‘request_password_ok_cb’:
  85. account.c:1167: warning: unused variable ‘remember’
  86. make[1]: *** [account.o] Error 1
  87. make[1]: Leaving directory `/home/garibaldi/pidgin/2.10.12/pidgin-2.10.12.1/libpurple'
  88. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment