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

Re: Subversion/Neon win32 compilation

From: Yves Martin <yves.martin_at_elca.ch>
Date: 2007-03-29 14:46:04 CEST

On Thu, 2007-03-29 at 22:28 +1000, Samay wrote:
> > I guess it is because my VS is installed in a directory with space ! Am
> > I right ? Is there a work-around (instead of re-installing VS2005) ?

> d:\program files\ = d:\progra~1\
> essentially equiv 8.3 name unless u have configured to disable 8.3 names.

Why not. I have looked carefully at the message:

Performing Makefile project actions
 tempfile.bat
'""D:\Programs\Microsoft' is not recognized as an internal or external
command,

And I ask myself why double-quotes are doubled ! I have removed
double-quotes around $(MAKE) for tempfile.bat generation and it passed,
with 50 warnings but it has passed !

Now Subversion 1.4.3 libsvn_ra_dav fails to compile with neon 0.26.3
tag. Do you know what is wrong ?
Thank you in advance

Compiling...
util.c
..\..\..\subversion\libsvn_ra_dav\util.c(688) : warning C4133:
'function' : incompatible types - from 'void (__cdecl *)(void *,const
char *,size_t)' to 'ne_block_reader'
..\..\..\subversion\libsvn_ra_dav\util.c(692) : warning C4133:
'function' : incompatible types - from 'void (__cdecl *)(void *,const
char *,size_t)' to 'ne_block_reader'
..\..\..\subversion\libsvn_ra_dav\util.c(740) : error C2120: 'void'
illegal with all types
..\..\..\subversion\libsvn_ra_dav\util.c(749) : error C2120: 'void'
illegal with all types
fetch.c
..\..\..\subversion\libsvn_ra_dav\fetch.c(458) : warning C4013:
'ne_add_response_header_handler' undefined; assuming extern returning
int
..\..\..\subversion\libsvn_ra_dav\fetch.c(458) : error C2065:
'ne_content_type_handler' : undeclared identifier
..\..\..\subversion\libsvn_ra_dav\fetch.c(503) : error C2120: 'void'
illegal with all types
..\..\..\subversion\libsvn_ra_dav\fetch.c(679) : warning C4133:
'function' : incompatible types - from 'void (__cdecl *)(void *,const
char *,size_t)' to 'ne_block_reader'
..\..\..\subversion\libsvn_ra_dav\fetch.c(896) : warning C4133:
'function' : incompatible types - from 'void (__cdecl *)(void *,const
char *,size_t)' to 'ne_block_reader'
commit.c
..\..\..\subversion\libsvn_ra_dav\commit.c(505) : warning C4013:
'ne_add_response_header_handler' undefined; assuming extern returning
int
..\..\..\subversion\libsvn_ra_dav\commit.c(506) : error C2065:
'ne_duplicate_header' : undeclared identifier
Generating Code...

-- 
Yves Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 29 14:46:22 2007

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.