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

Re: Neon does not build on windows?

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-09-25 22:55:54 CEST

Branko,

 From the sources in the tar ball and the instructions posted I am
failing to build on windows. I'll debug this and post instructions
that work with a tar ball on windows in a clean setup for anyone to
follow.

Please post how you do the build, junctions and cygwin are not
a problem I understand both. I'll try and reproduce.

The ne_auth.h problem is that winbase.h is not included anywhere
in the neon build so DWORD and GetCurrentThreadId are unknown.
A simple patch with these lines makes it work as a workaround.

At line 243 use:
                extern unsigned int __stdcall GetCurrentThreadId();
                unsigned int pid = GetCurrentThreadId();

Alternate patch would include <winbase.h> in some appropriate place.

After this patch I can build and get a working SVN.EXE.

Now my real goal is to test Python binding. They do not compile because
Python.h is not on the include path used by libsvn_swig_py.

The generator scripts don't seem to know how to add this to the DSP.
Do you configure this include path via the MSDEV Tools, Options,
Directories tab?

        Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 25 23:57:53 2003

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.