[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Compiling apr under cygwin

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-01-23 00:07:24 CET

On Tue, Jan 22, 2002 at 06:57:01PM +0100, Branko ?ibej wrote:
> Barry Pederson wrote:
>
> > Branko ÄŒibej wrote:
> > > Geisser, Oliver wrote
> > >>
> > >> What about OpenSSL on Win32 and if it is possible
> > >> to build/use neon with SSL support on Win32 ?
> > >>
> > > I tried to do that, but ran into problems which I hadn't the time to
> > > resolve. It seemed like neon didn't like the OpenSSL headers on
> > > Windows. Sorry, can't be more specific than that.
> >
> > IIRC if you get the OpenSSL source from the .tar.gz file, all the
> > contents of the "include" directory are actually symlinks to other
> > locations within the tree, and when unpacked onto a windows box you
> > end up with just a bunch of zero-length files.
>
> No, it wasn't that simple. I forget what the actual problem was, but I
> think sslcerts.c was somehow incompatible with the OpenSSL headers.

sslcerts.c isn't used (yet) in neon, it doesn't build on any platform. I
didn't realize this had been picked up in neon.mak, sorry - I'll put
this patch in, but can't test it:

Index: neon.mak
===================================================================
RCS file: /home/cvs/neon/neon.mak,v
retrieving revision 1.4
diff -u -r1.4 neon.mak
--- neon.mak 8 Jan 2002 21:42:53 -0000 1.4
+++ neon.mak 22 Jan 2002 23:04:44 -0000
@@ -74,9 +74,6 @@
         "$(INTDIR)\ne_207.obj"
 
 
-!IF "$(OPENSSL_SRC)" != ""
-LIB32_OBJS = $(LIB32_OBJS) "$(INTDIR)\sslcerts.obj"
-!ENDIF
 !IF "$(ZLIB_SRC)" != ""
 LIB32_OBJS = $(LIB32_OBJS) "$(INTDIR)\ne_compress.obj"
 !ENDIF

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:58 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.