ofmodemsandmen / ROOterSource2305

ROOter 23.05
Other
9 stars 19 forks source link

Problem with build ROOter for OrangePI zero #10

Open iphizic opened 3 months ago

iphizic commented 3 months ago

I try build image for OrangePi zero and get an error:

gcc -DHAVE_CONFIG_H -I. -I..  -I. -I. -I.. -I.. -Iglib -DIN_LIBTEXTSTYLE -DLIBXML_STATIC    -I./libcroco  -DDEPENDS_ON_LIBICONV=1 -I/home/iphizic/code/ROOterSource2305/staging_dir/host/include -I/home/iphizic/code/ROOterSource2305/staging_dir/hostpkg/include -I/home/iphizic/code/ROOterSource2305/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/host/include  -O2 -I/home/iphizic/code/ROOterSource2305/staging_dir/host/include -I/home/iphizic/code/ROOterSource2305/staging_dir/hostpkg/include -I/home/iphizic/code/ROOterSource2305/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/host/include -DPIC -fPIC -c iconv-ostream.c
iconv-ostream.c:255:3: error: initialization of 'void (*)(struct any_ostream_representation *, ostream_flush_scope_t)' from incompatible pointer type 'void (*)(struct any_ostream_representation *)' [-Wincompatible-pointer-types]
  255 |   iconv_ostream__flush,
      |   ^~~~~~~~~~~~~~~~~~~~
iconv-ostream.c:255:3: note: (near initialization for 'iconv_ostream_vtable.flush')
make[8]: *** [Makefile:5928: config.h] Error 1
make[8]: Leaving directory '/home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1/libtextstyle/lib'
make[7]: *** [Makefile:1834: all-recursive] Error 1
make[7]: Leaving directory '/home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1/libtextstyle'
make[6]: *** [Makefile:1762: all] Error 2
make[6]: Leaving directory '/home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1/libtextstyle'
make[5]: *** [Makefile:406: all-recursive] Error 1
make[5]: Leaving directory '/home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1'
make[4]: *** [Makefile:362: all] Error 2
make[4]: Leaving directory '/home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1'
make[3]: *** [Makefile:188: /home/iphizic/code/ROOterSource2305/build_dir/hostpkg/gettext-0.21.1/.built] Error 2
make[3]: Leaving directory '/home/iphizic/code/ROOterSource2305/package/libs/gettext-full'
time: package/libs/gettext-full/host-compile#1.45#0.76#2.06
    ERROR: package/libs/gettext-full [host] failed to build.
make[2]: *** [package/Makefile:118: package/libs/gettext-full/host/compile] Error 1
make[2]: Leaving directory '/home/iphizic/code/ROOterSource2305'
make[1]: *** [package/Makefile:114: /home/iphizic/code/ROOterSource2305/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/iphizic/code/ROOterSource2305'
make: *** [/home/iphizic/code/ROOterSource2305/include/toplevel.mk:232: world] Ошибка 2