On Thursday 29 March 2007 14:46, Yves Martin wrote:
> 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 can only guess, but I know that in batch files, using quotes in assignments 
is wrong, i.e. this line is buggy:

   set path="C:\Foo"

The 'set' command always assigns everything after the equals sign.

> I have removed double-quotes around $(MAKE) for tempfile.bat generation
> and it passed, with 50 warnings but it has passed !

This might be a correct fix.

> 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'

Incompatible function pointers are an invitation for f***up. Note: for MS 
Windows, the calling convention (__cdecl) is also an important part of the 
function signature!

Disclaimer: I have never compiled neon or SVN on win32.

cheers

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten 
bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen 
Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein 
sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, 
weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte 
Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht 
verantwortlich.

**************************************************************************************


_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to