Advertisement
theguild42

glib errors

Jun 16th, 2023 (edited)
1,160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.65 KB | None | 0 0
  1. $ g++ -c -I/home/whitequill/gitrepos/wireplumber/lib/wp -I/home/whitequill/gitrepos/glib -I/home/whitequill/gitrepos/glib/glib ./initialize_wireplumber.c -o ./pw
  2. In file included from /home/whitequill/gitrepos/glib/glib/gtypes.h:34,
  3.                  from /home/whitequill/gitrepos/glib/glib/galloca.h:34,
  4.                  from /home/whitequill/gitrepos/glib/glib/glib.h:32,
  5.                  from /home/whitequill/gitrepos/glib/gobject/gbinding.h:30,
  6.                  from /home/whitequill/gitrepos/glib/glib/glib-object.h:24,
  7.                  from /home/whitequill/gitrepos/glib/gio/gioenums.h:30,
  8.                  from /home/whitequill/gitrepos/glib/gio/giotypes.h:30,
  9.                  from ./gio/gio.h:28,
  10.                  from ./initialize_wireplumber.c:2:
  11. /home/whitequill/gitrepos/glib/glib/glibconfig.h:13:2: error: invalid preprocessing directive #mesondefine
  12.    13 | #mesondefine GLIB_HAVE_ALLOCA_H
  13.       |  ^~~~~~~~~~~
  14. /home/whitequill/gitrepos/glib/glib/glibconfig.h:15:2: error: invalid preprocessing directive #mesondefine
  15.    15 | #mesondefine GLIB_STATIC_COMPILATION
  16.       |  ^~~~~~~~~~~
  17. /home/whitequill/gitrepos/glib/glib/glibconfig.h:16:2: error: invalid preprocessing directive #mesondefine
  18.    16 | #mesondefine GOBJECT_STATIC_COMPILATION
  19.       |  ^~~~~~~~~~~
  20. /home/whitequill/gitrepos/glib/glib/glibconfig.h:17:2: error: invalid preprocessing directive #mesondefine
  21.    17 | #mesondefine GIO_STATIC_COMPILATION
  22.       |  ^~~~~~~~~~~
  23. /home/whitequill/gitrepos/glib/glib/glibconfig.h:18:2: error: invalid preprocessing directive #mesondefine
  24.    18 | #mesondefine GMODULE_STATIC_COMPILATION
  25.       |  ^~~~~~~~~~~
  26. /home/whitequill/gitrepos/glib/glib/glibconfig.h:19:2: error: invalid preprocessing directive #mesondefine
  27.    19 | #mesondefine G_INTL_STATIC_COMPILATION
  28.       |  ^~~~~~~~~~~
  29. /home/whitequill/gitrepos/glib/glib/glibconfig.h:20:2: error: invalid preprocessing directive #mesondefine
  30.    20 | #mesondefine FFI_STATIC_BUILD
  31.       |  ^~~~~~~~~~~
  32. /home/whitequill/gitrepos/glib/glib/glibconfig.h:26:2: error: invalid preprocessing directive #mesondefine
  33.    26 | #mesondefine GLIB_USING_SYSTEM_PRINTF
  34.       |  ^~~~~~~~~~~
  35. /home/whitequill/gitrepos/glib/glib/glibconfig.h:47:16: error: stray ‘@in program
  36.    47 | typedef signed @gint16@ gint16;
  37.       |                ^
  38. /home/whitequill/gitrepos/glib/glib/glibconfig.h:47:23: error: stray ‘@in program
  39.    47 | typedef signed @gint16@ gint16;
  40.       |                       ^
  41. /home/whitequill/gitrepos/glib/glib/glibconfig.h:48:18: error: stray ‘@in program
  42.    48 | typedef unsigned @gint16@ guint16;
  43.       |                  ^
  44. /home/whitequill/gitrepos/glib/glib/glibconfig.h:48:25: error: stray ‘@in program
  45.    48 | typedef unsigned @gint16@ guint16;
  46.       |                         ^
  47. /home/whitequill/gitrepos/glib/glib/glibconfig.h:55:16: error: stray ‘@in program
  48.    55 | typedef signed @gint32@ gint32;
  49.       |                ^
  50. /home/whitequill/gitrepos/glib/glib/glibconfig.h:55:23: error: stray ‘@in program
  51.    55 | typedef signed @gint32@ gint32;
  52.       |                       ^
  53. /home/whitequill/gitrepos/glib/glib/glibconfig.h:56:18: error: stray ‘@in program
  54.    56 | typedef unsigned @gint32@ guint32;
  55.       |                  ^
  56. /home/whitequill/gitrepos/glib/glib/glibconfig.h:56:25: error: stray ‘@in program
  57.    56 | typedef unsigned @gint32@ guint32;
  58.       |                         ^
  59. /home/whitequill/gitrepos/glib/glib/glibconfig.h:65:1: error: stray ‘@in program
  60.    65 | @glib_extension@typedef signed @gint64@ gint64;
  61.       | ^
  62. /home/whitequill/gitrepos/glib/glib/glibconfig.h:65:16: error: stray ‘@in program
  63.    65 | @glib_extension@typedef signed @gint64@ gint64;
  64.       |                ^
  65. /home/whitequill/gitrepos/glib/glib/glibconfig.h:65:32: error: stray ‘@in program
  66.    65 | @glib_extension@typedef signed @gint64@ gint64;
  67.       |                                ^
  68. /home/whitequill/gitrepos/glib/glib/glibconfig.h:65:39: error: stray ‘@in program
  69.    65 | @glib_extension@typedef signed @gint64@ gint64;
  70.       |                                       ^
  71. /home/whitequill/gitrepos/glib/glib/glibconfig.h:66:1: error: stray ‘@in program
  72.    66 | @glib_extension@typedef unsigned @gint64@ guint64;
  73.       | ^
  74. /home/whitequill/gitrepos/glib/glib/glibconfig.h:66:16: error: stray ‘@in program
  75.    66 | @glib_extension@typedef unsigned @gint64@ guint64;
  76.       |                ^
  77. /home/whitequill/gitrepos/glib/glib/glibconfig.h:66:34: error: stray ‘@in program
  78.    66 | @glib_extension@typedef unsigned @gint64@ guint64;
  79.       |                                  ^
  80. /home/whitequill/gitrepos/glib/glib/glibconfig.h:66:41: error: stray ‘@in program
  81.    66 | @glib_extension@typedef unsigned @gint64@ guint64;
  82.       |                                         ^
  83. /home/whitequill/gitrepos/glib/glib/glibconfig.h:81:16: error: stray ‘@in program
  84.    81 | typedef signed @glib_size_type_define@ gssize;
  85.       |                ^
  86. /home/whitequill/gitrepos/glib/glib/glibconfig.h:81:38: error: stray ‘@in program
  87.    81 | typedef signed @glib_size_type_define@ gssize;
  88.       |                                      ^
  89. /home/whitequill/gitrepos/glib/glib/glibconfig.h:82:18: error: stray ‘@in program
  90.    82 | typedef unsigned @glib_size_type_define@ gsize;
  91.       |                  ^
  92. /home/whitequill/gitrepos/glib/glib/glibconfig.h:82:40: error: stray ‘@in program
  93.    82 | typedef unsigned @glib_size_type_define@ gsize;
  94.       |                                        ^
  95. /home/whitequill/gitrepos/glib/glib/glibconfig.h:108:16: error: stray ‘@in program
  96.   108 | typedef signed @glib_intptr_type_define@ gintptr;
  97.       |                ^
  98. /home/whitequill/gitrepos/glib/glib/glibconfig.h:108:40: error: stray ‘@in program
  99.   108 | typedef signed @glib_intptr_type_define@ gintptr;
  100.       |                                        ^
  101. /home/whitequill/gitrepos/glib/glib/glibconfig.h:109:18: error: stray ‘@in program
  102.   109 | typedef unsigned @glib_intptr_type_define@ guintptr;
  103.       |                  ^
  104. /home/whitequill/gitrepos/glib/glib/glibconfig.h:109:42: error: stray ‘@in program
  105.   109 | typedef unsigned @glib_intptr_type_define@ guintptr;
  106.       |                                          ^
  107. /home/whitequill/gitrepos/glib/glib/glibconfig.h:119:1: error: stray ‘@in program
  108.   119 | @glib_os@
  109.       | ^
  110. /home/whitequill/gitrepos/glib/glib/glibconfig.h:119:9: error: stray ‘@in program
  111.   119 | @glib_os@
  112.       |         ^
  113. /home/whitequill/gitrepos/glib/glib/glibconfig.h:122:1: error: stray ‘@in program
  114.   122 | @glib_vacopy@
  115.       | ^
  116. /home/whitequill/gitrepos/glib/glib/glibconfig.h:122:13: error: stray ‘@in program
  117.   122 | @glib_vacopy@
  118.       |             ^
  119. /home/whitequill/gitrepos/glib/glib/glibconfig.h:134:2: error: invalid preprocessing directive #mesondefine
  120.   134 | #mesondefine G_HAVE_GROWING_STACK
  121.       |  ^~~~~~~~~~~
  122. /home/whitequill/gitrepos/glib/glib/glibconfig.h:151:9: warning: ISO C++11 requires whitespace after the macro name
  123.   151 | #define G_THREADS_IMPL_@g_threads_impl_def@
  124.       |         ^~~~~~~~~~~~~~~
  125. /home/whitequill/gitrepos/glib/glib/glibconfig.h:153:2: error: invalid preprocessing directive #mesondefine
  126.   153 | #mesondefine G_ATOMIC_LOCK_FREE
  127.       |  ^~~~~~~~~~~
  128. /home/whitequill/gitrepos/glib/glib/glibconfig.h:155:9: warning: ISO C++11 requires whitespace after the macro name
  129.   155 | #define GINT16_TO_@g_bs_native@(val)    ((gint16) (val))
  130.       |         ^~~~~~~~~~
  131. /home/whitequill/gitrepos/glib/glib/glibconfig.h:156:9: warning: ISO C++11 requires whitespace after the macro name
  132.   156 | #define GUINT16_TO_@g_bs_native@(val)   ((guint16) (val))
  133.       |         ^~~~~~~~~~~
  134. /home/whitequill/gitrepos/glib/glib/glibconfig.h:157:9: warning: ISO C++11 requires whitespace after the macro name
  135.   157 | #define GINT16_TO_@g_bs_alien@(val)     ((gint16) GUINT16_SWAP_LE_BE (val))
  136.       |         ^~~~~~~~~~
  137. /home/whitequill/gitrepos/glib/glib/glibconfig.h:157: warning: "GINT16_TO_" redefined
  138.   157 | #define GINT16_TO_@g_bs_alien@(val)     ((gint16) GUINT16_SWAP_LE_BE (val))
  139.       |
  140. /home/whitequill/gitrepos/glib/glib/glibconfig.h:155: note: this is the location of the previous definition
  141.   155 | #define GINT16_TO_@g_bs_native@(val)    ((gint16) (val))
  142.       |
  143. /home/whitequill/gitrepos/glib/glib/glibconfig.h:158:9: warning: ISO C++11 requires whitespace after the macro name
  144.   158 | #define GUINT16_TO_@g_bs_alien@(val)    (GUINT16_SWAP_LE_BE (val))
  145.       |         ^~~~~~~~~~~
  146. /home/whitequill/gitrepos/glib/glib/glibconfig.h:158: warning: "GUINT16_TO_" redefined
  147.   158 | #define GUINT16_TO_@g_bs_alien@(val)    (GUINT16_SWAP_LE_BE (val))
  148.       |
  149. /home/whitequill/gitrepos/glib/glib/glibconfig.h:156: note: this is the location of the previous definition
  150.   156 | #define GUINT16_TO_@g_bs_native@(val)   ((guint16) (val))
  151.       |
  152. /home/whitequill/gitrepos/glib/glib/glibconfig.h:160:9: warning: ISO C++11 requires whitespace after the macro name
  153.   160 | #define GINT32_TO_@g_bs_native@(val)    ((gint32) (val))
  154.       |         ^~~~~~~~~~
  155. /home/whitequill/gitrepos/glib/glib/glibconfig.h:161:9: warning: ISO C++11 requires whitespace after the macro name
  156.   161 | #define GUINT32_TO_@g_bs_native@(val)   ((guint32) (val))
  157.       |         ^~~~~~~~~~~
  158. /home/whitequill/gitrepos/glib/glib/glibconfig.h:162:9: warning: ISO C++11 requires whitespace after the macro name
  159.   162 | #define GINT32_TO_@g_bs_alien@(val)     ((gint32) GUINT32_SWAP_LE_BE (val))
  160.       |         ^~~~~~~~~~
  161. /home/whitequill/gitrepos/glib/glib/glibconfig.h:162: warning: "GINT32_TO_" redefined
  162.   162 | #define GINT32_TO_@g_bs_alien@(val)     ((gint32) GUINT32_SWAP_LE_BE (val))
  163.       |
  164. /home/whitequill/gitrepos/glib/glib/glibconfig.h:160: note: this is the location of the previous definition
  165.   160 | #define GINT32_TO_@g_bs_native@(val)    ((gint32) (val))
  166.       |
  167. /home/whitequill/gitrepos/glib/glib/glibconfig.h:163:9: warning: ISO C++11 requires whitespace after the macro name
  168.   163 | #define GUINT32_TO_@g_bs_alien@(val)    (GUINT32_SWAP_LE_BE (val))
  169.       |         ^~~~~~~~~~~
  170. /home/whitequill/gitrepos/glib/glib/glibconfig.h:163: warning: "GUINT32_TO_" redefined
  171.   163 | #define GUINT32_TO_@g_bs_alien@(val)    (GUINT32_SWAP_LE_BE (val))
  172.       |
  173. /home/whitequill/gitrepos/glib/glib/glibconfig.h:161: note: this is the location of the previous definition
  174.   161 | #define GUINT32_TO_@g_bs_native@(val)   ((guint32) (val))
  175.       |
  176. /home/whitequill/gitrepos/glib/glib/glibconfig.h:165:9: warning: ISO C++11 requires whitespace after the macro name
  177.   165 | #define GINT64_TO_@g_bs_native@(val)    ((gint64) (val))
  178.       |         ^~~~~~~~~~
  179. /home/whitequill/gitrepos/glib/glib/glibconfig.h:166:9: warning: ISO C++11 requires whitespace after the macro name
  180.   166 | #define GUINT64_TO_@g_bs_native@(val)   ((guint64) (val))
  181.       |         ^~~~~~~~~~~
  182. /home/whitequill/gitrepos/glib/glib/glibconfig.h:167:9: warning: ISO C++11 requires whitespace after the macro name
  183.   167 | #define GINT64_TO_@g_bs_alien@(val)     ((gint64) GUINT64_SWAP_LE_BE (val))
  184.       |         ^~~~~~~~~~
  185. /home/whitequill/gitrepos/glib/glib/glibconfig.h:167: warning: "GINT64_TO_" redefined
  186.   167 | #define GINT64_TO_@g_bs_alien@(val)     ((gint64) GUINT64_SWAP_LE_BE (val))
  187.       |
  188. /home/whitequill/gitrepos/glib/glib/glibconfig.h:165: note: this is the location of the previous definition
  189.   165 | #define GINT64_TO_@g_bs_native@(val)    ((gint64) (val))
  190.       |
  191. /home/whitequill/gitrepos/glib/glib/glibconfig.h:168:9: warning: ISO C++11 requires whitespace after the macro name
  192.   168 | #define GUINT64_TO_@g_bs_alien@(val)    (GUINT64_SWAP_LE_BE (val))
  193.       |         ^~~~~~~~~~~
  194. /home/whitequill/gitrepos/glib/glib/glibconfig.h:168: warning: "GUINT64_TO_" redefined
  195.   168 | #define GUINT64_TO_@g_bs_alien@(val)    (GUINT64_SWAP_LE_BE (val))
  196.       |
  197. /home/whitequill/gitrepos/glib/glib/glibconfig.h:166: note: this is the location of the previous definition
  198.   166 | #define GUINT64_TO_@g_bs_native@(val)   ((guint64) (val))
  199.       |
  200. /home/whitequill/gitrepos/glib/glib/glibconfig.h:199:9: error: stray ‘@in program
  201.   199 | typedef @g_pid_type@ GPid;
  202.       |         ^
  203. /home/whitequill/gitrepos/glib/glib/glibconfig.h:199:20: error: stray ‘@in program
  204.   199 | typedef @g_pid_type@ GPid;
  205.       |                    ^
  206. /home/whitequill/gitrepos/glib/glib/glibconfig.h:215:2: error: invalid preprocessing directive #mesondefine
  207.   215 | #mesondefine G_HAVE_FREE_SIZED
  208.       |  ^~~~~~~~~~~
  209. /home/whitequill/gitrepos/glib/glib/gtypes.h:36:10: fatal error: glib/gversionmacros.h: No such file or directory
  210.    36 | #include <glib/gversionmacros.h>
  211.       |          ^~~~~~~~~~~~~~~~~~~~~~~
  212. compilation terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement