[xsd-users] xsd build errors on BeagleBone Black with Kali Linux 2.0

Boris Kolpackov boris at codesynthesis.com
Fri Nov 27 08:33:11 EST 2015


Hi Arthur,

Arthur Lobo <arthurlobo at msn.com> writes:

> ../xerces-c-3.1.1/src/.libs/libxerces-c.a(ICUTransService.o):

You are linking to a static Xerces-C++ library which was built with
the ICU dependency. This means you also need to link to the ICU libs.
Try:

make ... LIBS="-licuuc -licudata"

Boris



More information about the xsd-users mailing list