Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ❯ make build_generator
- ./scripts/build_generator.sh --release
- Compiling serde v1.0.204
- Compiling onig_sys v69.8.1
- Compiling slotmap v1.0.7
- Compiling lock_api v0.4.12
- Compiling num-traits v0.2.19
- Compiling png v0.17.13
- Compiling darling_macro v0.20.10
- Compiling nix v0.28.0
- Compiling crossbeam-deque v0.8.5
- Compiling quick-xml v0.32.0
- Compiling roxmltree v0.19.0
- Compiling fastrand v2.1.0
- Compiling tinyvec_macros v0.1.1
- Compiling base64 v0.22.1
- Compiling same-file v1.0.6
- Compiling linked-hash-map v0.5.6
- Compiling ryu v1.0.18
- Compiling scopeguard v1.2.0
- Compiling home v0.5.9
- Compiling tree_magic_mini v3.1.5
- Compiling yaml-rust v0.4.5
- Compiling fontconfig-parser v0.5.6
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘onig_st_init_strend_table_with_size’:
- warning: [email protected]: oniguruma/src/regparse.c:588:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_str_end_key *, st_str_end_k
- warning: [email protected]: 588 | str_end_cmp,
- warning: [email protected]: | ^~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:588:5: note: (near initialization for ‘hashType.compare’)
- warning: [email protected]: oniguruma/src/regparse.c:550:1: note: ‘str_end_cmp’ declared here
- warning: [email protected]: 550 | str_end_cmp(st_str_end_key* x, st_str_end_key* y)
- warning: [email protected]: | ^~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:589:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_str_end_key *)’ [-Wincompat
- warning: [email protected]: 589 | str_end_hash,
- warning: [email protected]: | ^~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:589:5: note: (near initialization for ‘hashType.hash’)
- warning: [email protected]: oniguruma/src/regparse.c:571:1: note: ‘str_end_hash’ declared here
- warning: [email protected]: 571 | str_end_hash(st_str_end_key* x)
- warning: [email protected]: | ^~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘onig_st_init_callout_name_table_with_size’:
- warning: [email protected]: oniguruma/src/regparse.c:678:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_callout_name_key *, st_call
- warning: [email protected]: 678 | callout_name_table_cmp,
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:678:5: note: (near initialization for ‘hashType.compare’)
- warning: [email protected]: oniguruma/src/regparse.c:637:1: note: ‘callout_name_table_cmp’ declared here
- warning: [email protected]: 637 | callout_name_table_cmp(st_callout_name_key* x, st_callout_name_key* y)
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:679:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_callout_name_key *)’ [-Winc
- warning: [email protected]: 679 | callout_name_table_hash,
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c:679:5: note: (near initialization for ‘hashType.hash’)
- warning: [email protected]: oniguruma/src/regparse.c:660:1: note: ‘callout_name_table_hash’ declared here
- warning: [email protected]: 660 | callout_name_table_hash(st_callout_name_key* x)
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘names_clear’:
- warning: [email protected]: oniguruma/src/regparse.c:804:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 804 | onig_st_foreach(t, i_free_name_entry, 0);
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(OnigUChar *, NameEntry *, void *) {aka int (*)(unsigned char *, NameEntry *, void *)}
- warning: [email protected]: In file included from oniguruma/src/regparse.c:37:
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, void *)’ {aka ‘int (*)(unsi
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:789:1: note: ‘i_free_name_entry’ declared here
- warning: [email protected]: 789 | i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED)
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘onig_foreach_name’:
- warning: [email protected]: oniguruma/src/regparse.c:873:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 873 | onig_st_foreach(t, i_names, (HashDataType )&narg);
- warning: [email protected]: | ^~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(OnigUChar *, NameEntry *, INamesArg *) {aka int (*)(unsigned char *, NameEntry *, INamesArg *)}
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, INamesArg *)’ {aka ‘int (*)
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:846:1: note: ‘i_names’ declared here
- warning: [email protected]: 846 | i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg)
- warning: [email protected]: | ^~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘onig_renumber_name_table’:
- warning: [email protected]: oniguruma/src/regparse.c:901:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 901 | onig_st_foreach(t, i_renumber_name, (HashDataType )map);
- warning: [email protected]: | ^~~~~~~~~~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(OnigUChar *, NameEntry *, GroupNumMap *) {aka int (*)(unsigned char *, NameEntry *, GroupNumMap *)}
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, GroupNumMap *)’ {aka ‘int (
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:879:1: note: ‘i_renumber_name’ declared here
- warning: [email protected]: 879 | i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumMap* map)
- warning: [email protected]: | ^~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘callout_name_table_clear’:
- warning: [email protected]: oniguruma/src/regparse.c:1386:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 1386 | onig_st_foreach(t, i_free_callout_name_entry, 0);
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(st_callout_name_key *, CalloutNameEntry *, void *)
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(st_callout_name_key *, CalloutNameEntry *, void *)’
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:1370:1: note: ‘i_free_callout_name_entry’ declared here
- warning: [email protected]: 1370 | i_free_callout_name_entry(st_callout_name_key* key, CalloutNameEntry* e,
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘setup_ext_callout_list_values’:
- warning: [email protected]: oniguruma/src/regparse.c:1884:56: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 1884 | onig_st_foreach((CalloutTagTable *)ext->tag_table, i_callout_callout_list_set,
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(OnigUChar *, CalloutTagVal, void *) {aka int (*)(unsigned char *, long
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, CalloutTagVal, void *)’ {aka ‘int (*)(u
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:1866:1: note: ‘i_callout_callout_list_set’ declared here
- warning: [email protected]: 1866 | i_callout_callout_list_set(UChar* key, CalloutTagVal e, void* arg)
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/regparse.c: In function ‘callout_tag_table_clear’:
- warning: [email protected]: oniguruma/src/regparse.c:1932:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- warning: [email protected]: 1932 | onig_st_foreach(t, i_free_callout_tag_entry, 0);
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~
- warning: [email protected]: | |
- warning: [email protected]: | int (*)(OnigUChar *, CalloutTagVal, void *) {aka int (*)(unsigned char *, long int, void *)}
- warning: [email protected]: oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, CalloutTagVal, void *)’ {aka ‘int (*)(u
- warning: [email protected]: 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- warning: [email protected]: | ^~~~~~~~~~~~~~~~
- warning: [email protected]: oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- warning: [email protected]: 35 | # define _(args) args
- warning: [email protected]: | ^~~~
- warning: [email protected]: oniguruma/src/regparse.c:1922:1: note: ‘i_free_callout_tag_entry’ declared here
- warning: [email protected]: 1922 | i_free_callout_tag_entry(UChar* key, CalloutTagVal e, void* arg ARG_UNUSED)
- warning: [email protected]: | ^~~~~~~~~~~~~~~~~~~~~~~~
- error: failed to run custom build command for `onig_sys v69.8.1`
- Caused by:
- process didn't exit successfully: `/home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/generator/target/release/build/onig_sys-222b34b97a11e90a/buil
- --- stdout
- cargo:rerun-if-env-changed=RUSTONIG_DYNAMIC_LIBONIG
- cargo:rerun-if-env-changed=RUSTONIG_STATIC_LIBONIG
- cargo:rerun-if-env-changed=RUSTONIG_SYSTEM_LIBONIG
- OUT_DIR = Some(/home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/generator/target/release/build/onig_sys-5db489ed734c9f4a/out)
- TARGET = Some(aarch64-unknown-linux-gnu)
- OPT_LEVEL = Some(3)
- HOST = Some(aarch64-unknown-linux-gnu)
- cargo:rerun-if-env-changed=CC_aarch64-unknown-linux-gnu
- CC_aarch64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CC_aarch64_unknown_linux_gnu
- CC_aarch64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CC
- HOST_CC = None
- cargo:rerun-if-env-changed=CC
- CC = None
- cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
- RUSTC_WRAPPER = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- DEBUG = Some(false)
- CARGO_CFG_TARGET_FEATURE = Some(neon)
- cargo:rerun-if-env-changed=CFLAGS_aarch64-unknown-linux-gnu
- CFLAGS_aarch64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CFLAGS_aarch64_unknown_linux_gnu
- CFLAGS_aarch64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CFLAGS
- HOST_CFLAGS = None
- cargo:rerun-if-env-changed=CFLAGS
- CFLAGS = None
- cargo:warning=oniguruma/src/regparse.c: In function ‘onig_st_init_strend_table_with_size’:
- cargo:warning=oniguruma/src/regparse.c:588:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_str_end_key *, st_str_end_key *)’ [-W
- cargo:warning= 588 | str_end_cmp,
- cargo:warning= | ^~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:588:5: note: (near initialization for ‘hashType.compare’)
- cargo:warning=oniguruma/src/regparse.c:550:1: note: ‘str_end_cmp’ declared here
- cargo:warning= 550 | str_end_cmp(st_str_end_key* x, st_str_end_key* y)
- cargo:warning= | ^~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:589:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_str_end_key *)’ [-Wincompatible-point
- cargo:warning= 589 | str_end_hash,
- cargo:warning= | ^~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:589:5: note: (near initialization for ‘hashType.hash’)
- cargo:warning=oniguruma/src/regparse.c:571:1: note: ‘str_end_hash’ declared here
- cargo:warning= 571 | str_end_hash(st_str_end_key* x)
- cargo:warning= | ^~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘onig_st_init_callout_name_table_with_size’:
- cargo:warning=oniguruma/src/regparse.c:678:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_callout_name_key *, st_callout_name_k
- cargo:warning= 678 | callout_name_table_cmp,
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:678:5: note: (near initialization for ‘hashType.compare’)
- cargo:warning=oniguruma/src/regparse.c:637:1: note: ‘callout_name_table_cmp’ declared here
- cargo:warning= 637 | callout_name_table_cmp(st_callout_name_key* x, st_callout_name_key* y)
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:679:5: error: initialization of ‘int (*)(void)’ from incompatible pointer type ‘int (*)(st_callout_name_key *)’ [-Wincompatible-
- cargo:warning= 679 | callout_name_table_hash,
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c:679:5: note: (near initialization for ‘hashType.hash’)
- cargo:warning=oniguruma/src/regparse.c:660:1: note: ‘callout_name_table_hash’ declared here
- cargo:warning= 660 | callout_name_table_hash(st_callout_name_key* x)
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘names_clear’:
- cargo:warning=oniguruma/src/regparse.c:804:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 804 | onig_st_foreach(t, i_free_name_entry, 0);
- cargo:warning= | ^~~~~~~~~~~~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(OnigUChar *, NameEntry *, void *) {aka int (*)(unsigned char *, NameEntry *, void *)}
- cargo:warning=In file included from oniguruma/src/regparse.c:37:
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, void *)’ {aka ‘int (*)(unsigned char
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:789:1: note: ‘i_free_name_entry’ declared here
- cargo:warning= 789 | i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED)
- cargo:warning= | ^~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘onig_foreach_name’:
- cargo:warning=oniguruma/src/regparse.c:873:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 873 | onig_st_foreach(t, i_names, (HashDataType )&narg);
- cargo:warning= | ^~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(OnigUChar *, NameEntry *, INamesArg *) {aka int (*)(unsigned char *, NameEntry *, INamesArg *)}
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, INamesArg *)’ {aka ‘int (*)(unsigned
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:846:1: note: ‘i_names’ declared here
- cargo:warning= 846 | i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg)
- cargo:warning= | ^~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘onig_renumber_name_table’:
- cargo:warning=oniguruma/src/regparse.c:901:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 901 | onig_st_foreach(t, i_renumber_name, (HashDataType )map);
- cargo:warning= | ^~~~~~~~~~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(OnigUChar *, NameEntry *, GroupNumMap *) {aka int (*)(unsigned char *, NameEntry *, GroupNumMap *)}
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, NameEntry *, GroupNumMap *)’ {aka ‘int (*)(unsigne
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:879:1: note: ‘i_renumber_name’ declared here
- cargo:warning= 879 | i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumMap* map)
- cargo:warning= | ^~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘callout_name_table_clear’:
- cargo:warning=oniguruma/src/regparse.c:1386:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 1386 | onig_st_foreach(t, i_free_callout_name_entry, 0);
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(st_callout_name_key *, CalloutNameEntry *, void *)
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(st_callout_name_key *, CalloutNameEntry *, void *)’
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:1370:1: note: ‘i_free_callout_name_entry’ declared here
- cargo:warning= 1370 | i_free_callout_name_entry(st_callout_name_key* key, CalloutNameEntry* e,
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘setup_ext_callout_list_values’:
- cargo:warning=oniguruma/src/regparse.c:1884:56: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 1884 | onig_st_foreach((CalloutTagTable *)ext->tag_table, i_callout_callout_list_set,
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(OnigUChar *, CalloutTagVal, void *) {aka int (*)(unsigned char *, long int, void
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, CalloutTagVal, void *)’ {aka ‘int (*)(unsigned ch
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:1866:1: note: ‘i_callout_callout_list_set’ declared here
- cargo:warning= 1866 | i_callout_callout_list_set(UChar* key, CalloutTagVal e, void* arg)
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/regparse.c: In function ‘callout_tag_table_clear’:
- cargo:warning=oniguruma/src/regparse.c:1932:24: error: passing argument 2 of ‘onig_st_foreach’ from incompatible pointer type [-Wincompatible-pointer-types]
- cargo:warning= 1932 | onig_st_foreach(t, i_free_callout_tag_entry, 0);
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~
- cargo:warning= | |
- cargo:warning= | int (*)(OnigUChar *, CalloutTagVal, void *) {aka int (*)(unsigned char *, long int, void *)}
- cargo:warning=oniguruma/src/st.h:55:31: note: expected ‘int (*)(void)’ but argument is of type ‘int (*)(OnigUChar *, CalloutTagVal, void *)’ {aka ‘int (*)(unsigned ch
- cargo:warning= 55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
- cargo:warning= | ^~~~~~~~~~~~~~~~
- cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro ‘_’
- cargo:warning= 35 | # define _(args) args
- cargo:warning= | ^~~~
- cargo:warning=oniguruma/src/regparse.c:1922:1: note: ‘i_free_callout_tag_entry’ declared here
- cargo:warning= 1922 | i_free_callout_tag_entry(UChar* key, CalloutTagVal e, void* arg ARG_UNUSED)
- cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~
- --- stderr
- error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-I" "/home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/generator/target/release/build/onig_sys-5db489ed734c9f4a/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/home/fxmouskid/.local/share/lunarvim/site/pack/lazy/opt/codesnap.nvim/generator/target/release/build/onig_sys-5db489ed734c9f4a/out/c77b18e714869709-regparse.o" "-c" "oniguruma/src/regparse.c" with args cc did not execute successfully (status code exit status: 1).
- warning: build failed, waiting for other jobs to finish...
- cp: cannot stat './generator/target/release/libgenerator.so': No such file or directory
- make: *** [makefile:8: build_generator] Error 1
Add Comment
Please, Sign In to add comment