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 _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
