Re: Compilation error when cross-compiling Wine to ARM.

2011-10-23 Thread Alexandre Julliard
Roger Cruz writes: > I'm attempting to cross-compile Wine for ARM and during the > compilation of the first file, I get the following error about some > strings.h routines not being portable.  I have tracked this down to > the redefinitions for these routines in include/port.h. Probably you shou

Re: Compilation error when cross-compiling Wine to ARM.

2011-10-23 Thread Roger Cruz
Yes, exactly. So far so good with their toolchain except for this redefinition of routines. It looks like it needs some architecture specific implementations of these routines. Thanks Roger R. Cruz On Oct 23, 2011, at 12:07 PM, André Hentschel wrote: > Am 22.10.2011 20:07, schrieb Roger C

Re: Compilation error when cross-compiling Wine to ARM.

2011-10-23 Thread André Hentschel
Am 22.10.2011 20:07, schrieb Roger Cruz: > I'm attempting to cross-compile Wine for ARM and during the compilation of > the first file, I get the following error about some strings.h routines not > being portable. I have tracked this down to the redefinitions for these > routines in include/por

Compilation error when cross-compiling Wine to ARM.

2011-10-22 Thread Roger Cruz
I'm attempting to cross-compile Wine for ARM and during the compilation of the first file, I get the following error about some strings.h routines not being portable.  I have tracked this down to the redefinitions for these routines in include/port.h. How do I get around this issue?  Is there a