James Hatheway wrote:

> Hi Osvaldo,
>
> What platform are you attempting to compile WINE on?
>
> > socket.c:1318: storage size of  ifInfo' isn't known
>
> This error (and the others) is happening because the compiler
> can't find the definition for 'struct ifreq'.  This should
> be in net/if.h  which is included like this:
>
>   #ifdef HAVE_NET_IF_H
>   # include <net/if.h>
>   #endif
>

yes, that is the problem. I had if.h (and another network headers) in a
unusual place. Actually i had removed the link /usr/include/net to
recompile glibc2.  Whit this in their site, make works well.

However i note a problen when runing the program, i think with no
relation. when run, in the console appears an error message about x11drv
not found and crashes. The driver libx11drv.so is compiled and installed
in /usr/local/lib

> --
> James Hatheway
> Software Designer - Macadamian Technologies, Inc.
> [EMAIL PROTECTED] ~ http://www.macadamian.com
>
>    "Nothing is a problem once you debug the code."

Thanks for your reply


begin:vcard 
n:Fornaro;Osvaldo
tel;fax:+54-2293-444190
tel;work:+54-2293-442821
x-mozilla-html:FALSE
org:Solidificacion - IFIMAT;Fac. Ciencias Exactas. Departamento de Fisica Universidad Nacional del Centro de la Provincia de Buenos Aires
adr:;;Pinto 399;Tandil;;B7000GHG;Argentina
version:2.1
email;internet:[EMAIL PROTECTED]
note;quoted-printable:Universidad Nacional del Centro de la =0D=0AProvincia de Buenos Aires
x-mozilla-cpt:;-16800
fn:Osvaldo Fornaro
end:vcard

Reply via email to