[oe] OE Build :error configure failed to discover size of unix socket path

Stanislav Brabec utx at penguin.cz
Wed Jun 10 12:00:40 UTC 2009


刘芳华 wrote:
> 
> Hi!
> 
>    I met a error while I build:
> 
> /mono/io-layer/wapi-private.h:22:2: error: #error configure failed to discover size of unix socket path

MONO_SIZEOF_SUNPATH was not detected.

While cross-compiling you have to provide this value manually - for
example run configure once on the target platform and then read the
value in config.h.

Then you need to set mono_cv_sizeof_sunpath in
conf/{your_platform_file}. See site/arm-linux for example. If it works,
you can submit a patch.

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus





More information about the Openembedded-devel mailing list