Re: Cross compiling Wine with MinGW

2004-03-02 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Would it be an idea to rename vxd directories like ifsmgr.vxd > to ifsmgr? Or do you foresee conflicts? After all, .acm, .ocx > and .drv exist besides .dll without the subdirectories bearing > a corresponding suffix. There will be conflicts, yes. And

Re: Cross compiling Wine with MinGW

2004-03-02 Thread Hans Leidekker
> ifsmgr.vxd$(DLLEXT): ifsmgr.vxd/ifsmgr.vxd$(DLLEXT) >$(RM) $@ && $(LN_S) ifsmgr.vxd/ifsmgr.vxd$(DLLEXT) $@ > > because, if $(DLLEXT) is empty, it will try to create a link > with a name that's already there as a directory. Would it be an idea to rename vxd directories like ifsmgr.vxd to if

Re: Cross compiling Wine with MinGW

2004-03-02 Thread Hans Leidekker
On Monday 01 March 2004 18:55, Juan Lang wrote: > > additionally > > link to ws2_32 it builds on MinGW as well as Wine. > > You have to link to ws2_32? That's interesting, I > didn't. I submitted a patch, minus that bit. Yes you need to, I have tested this. You don't need it on Wine because t

Re: Cross compiling Wine with MinGW

2004-03-01 Thread Juan Lang
--- Hans Leidekker <[EMAIL PROTECTED]> wrote: > If I include winsock2.h, get rid of the > sys/socket.h, > netinet/in.h and arpa/inet.h includes and > additionally > link to ws2_32 it builds on MinGW as well as Wine. You have to link to ws2_32? That's interesting, I didn't. I submitted a patch, m

Re: Cross compiling Wine with MinGW

2004-03-01 Thread Hans Leidekker
On Sunday 29 February 2004 20:49, Juan Lang wrote: > > Shouldn't wininet build on ws2_32 and thus compile? > > I think it should be investigated... > > wininet currently depends on OpenSSL and BSD (unix) > sockets. I think the way OpenSSL is being used makes > it rather hard to use ws2_32 instead

Re: Cross compiling Wine with MinGW

2004-02-29 Thread Francois Gouget
On Wed, 25 Feb 2004, Hans Leidekker wrote: [...] > Same goes for the networking related dlls > (ws2_32, icmp and iphlpapi, vnb.vxd, wininet, wsock32). Shouldn't wininet build on ws2_32 and thus compile? I think it should be investigated... > msvcrt is close to building because what I saw was mos

Cross compiling Wine with MinGW

2004-02-25 Thread Hans Leidekker
Hi, I spent some time cross compiling all of Wine with MinGW according to this recipe: http://winehq.com/?issue=123#Cross-compiling Wine and I thought you might be interested in the results. I can report a bug in Wine's makefiles right away: having those vxd's in subdirectories that end in .v