Open GoogleCodeExporter opened 8 years ago
Hi, I too face these errors when building harfbuzz-ng/util . As the main
directory, harfbuzz-ng, is already built, you can safely ignore the errors in
harfbuzz-ng/util and proceed with the rest of the steps.
Original comment by shiv...@gmail.com
on 21 Sep 2012 at 5:16
Hi,
how about this error?
----------------------------------
hb-ot-shape-complex-indic.cc: In function 'void initial_reordering(const
hb_ot_shape_plan_t*, hb_font_t*, hb_buffer_t*)':
hb-ot-shape-complex-indic.cc:861:53: error: cannot convert 'const
hb_ot_shape_plan_t*' to 'hb_buffer_t*' for argument '1' to 'void
find_syllables(hb_buffer_t*)'
Makefile:966: recipe for target `libharfbuzz_la-hb-ot-shape-complex-indic.lo'
failed
make[4]: *** [libharfbuzz_la-hb-ot-shape-complex-indic.lo] Error 1
make[4]: Leaving directory
`/cygdrive/d/android-sdk-windows/android-ndk-r8b/samples/indic/jni/harfbuzz-ng/s
rc'
Makefile:1160: recipe for target `all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/cygdrive/d/android-sdk-windows/android-ndk-r8b/samples/indic/jni/harfbuzz-ng/s
rc'
Makefile:631: recipe for target `all' failed
make[2]: *** [all] Error 2
Original comment by pen.so...@gmail.com
on 21 Sep 2012 at 9:55
I haven't seen that error before. Please try "make clean" before "make" and see
if the error disappears.
Original comment by shiv...@gmail.com
on 21 Sep 2012 at 4:31
I have tried make clean & make , but there is another error:
options.cc: In member function ‘hb_font_t* font_options_t::get_font()
const’:
options.cc:529:42: error: ‘_setmode’ was not declared in this scope
options.cc: In member function ‘FILE* output_options_t::get_file_handle()’:
options.cc:673:41: error: ‘_setmode’ was not declared in this scope
Makefile:515: recipe for target `options.o' failed
make[2]: *** [options.o] Error 1
make[2]: Leaving directory
`/cygdrive/d/android-sdk-windows/android-ndk-r8b/samples/indic/jni/harfbuzz-ng/u
til'
Makefile:461: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/cygdrive/d/android-sdk-windows/android-ndk-r8b/samples/indic/jni/harfbuzz-ng'
Makefile:369: recipe for target `all' failed
make: *** [all] Error 2
Original comment by pen.so...@gmail.com
on 25 Sep 2012 at 2:20
Original issue reported on code.google.com by
pen.so...@gmail.com
on 20 Sep 2012 at 2:50