libwww-5.4.0 cygwin build patch (was: Re: libwww compilation)

2004-05-10 Thread Gerrit P. Haase
Hi Jeremy, It is a really ugly patch now. I didn't resolved the problem with using the system expat instead of the included, but I still recommend to fix this issue and use the system expat library. The patch is ugly because the circular dependencies are a nightmare. I wonder why the split of a

Re: libwww compilation

2004-05-03 Thread Gerrit P. Haase
Hmmm, it is problematic to build it with shared libraries. Circular dependencies are not possible on Cygwin/Windows (libwwwdir requires libwwwfile which requires libwwwdir or the other way round). The same with the optional parts, libwwwxml, libwwwdav, libwwwzip require libwwwapp which requires th

Re: libwww compilation

2004-05-03 Thread Gerrit P. Haase
jeremy wrote: I'm building libwww-5.4.0 right now and I hope it will be finished today, I will post a patch against the 5.4.0 sources then. Gerrit > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > Following on from my earlier post, I have compiled libwww v5.4 without > the expat contained

Re: libwww compilation

2004-04-29 Thread jeremy ekers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Following on from my earlier post, I have compiled libwww v5.4 without the expat contained within it, using configure --without-expat but this doesn't work with the latest CVS; it tries to compile it anyway. Does this mean that part of libwww won't

Re: libwww compilation

2004-04-28 Thread Gerrit P. Haase
Gerrit wrote: > ahnkle wrote: >> During the making of expat, one of the libwww libraries, I get the >> following: >> >> | /bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall >> - -Wmissing-prototypes -Wstrict-prototypes -

Re: libwww compilation

2004-04-28 Thread Gerrit P. Haase
ahnkle wrote: > During the making of expat, one of the libwww libraries, I get the > following: > > | /bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall > - -Wmissing-prototypes -Wstrict-prototypes -fexceptions -I./lib

libwww compilation

2004-04-28 Thread ahnkle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am trying to compile libwww, but not having much success. Has anyone compiled the latest CVS recently? I have looked through the mailing lists for cygwin and libwww, and the cygwin FAQ. During the making of expat, one of the libwww libraries, I ge