On 2015/06/08 10:51, patrick keshishian wrote:
> lo_send is a macro that is defined in lo/lo_macros.h as:
> 
> #define lo_send(targ, path, types...) \
>         lo_send_internal(targ, __FILE__, __LINE__, path, types, \
>                        LO_MARKER_A, LO_MARKER_B)
> 
> and the LO_MARKERS_{A,B} as:
> 
> /* an internal value, ignored in transmission but check against LO_MARKER in 
> the
>  * argument list. Used to do primitive bounds checking */
> #     define LO_MARKER_A (void *)0xdeadbeefdeadbeefL
> #     define LO_MARKER_B (void *)0xf00baa23f00baa23L
> 
> It seems there is your error's source on i386.

This has been building without problem for ages though, the error only
occurred in the last build, and nothing changed in the source.

Reply via email to