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

Re: running tests on windows

From: Brian Denny <brian_at_briandenny.net>
Date: 2002-10-19 02:57:23 CEST

 
> O.K., here's the first discrepancy. I'm using neon 0.23.3, and get only 23
> warnings during the build. It would be interesting to know what the differences are.

hm. i tried with neon 0.23.3, and still got 27 warnings. (unless
i have to do anything special to switch other than move the existing
<svn>/neon folder out of the way, replace it with the new one, and
'Rebuild All'.

here are the warnings i get. (other build output snipped.)

Build : warning : failed to (or don't know how to) build 'E:\programming\svn\apr-util\uri\gen_uri_delims.exe'
E:\programming\svn\apr-iconv\lib\iconv_ces_iso2022.c(157) : warning C4761: integral size mismatch in argument; conversion supplied
E:\programming\svn\apr-iconv\lib\iconv_ces_iso2022.c(244) : warning C4761: integral size mismatch in argument; conversion supplied
E:\programming\svn\apr-iconv\lib\iconv_ces_euc.c(97) : warning C4761: integral size mismatch in argument; conversion supplied
E:\programming\svn\apr-iconv\lib\iconv_ces_euc.c(143) : warning C4761: integral size mismatch in argument; conversion supplied
e:\programming\svn\subversion\libsvn_delta\compose_delta.c(679) : warning C4244: 'initializing' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\compose_delta.c(694) : warning C4244: 'initializing' : conversion from 'const __int64 ' to 'const unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(298) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(305) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(449) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(454) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(459) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\svndiff.c(464) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(150) : warning C4244: '+=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(153) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(185) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(186) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(191) : warning C4244: '=' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(192) : warning C4244: 'function' : conversion from '__int64 ' to 'const unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_delta\text_delta.c(153) : warning C4761: integral size mismatch in argument; conversion supplied
e:\programming\svn\subversion\libsvn_delta\text_delta.c(192) : warning subversion/libsvn_subr/getdate.y(81) : warning C4273: 'gmtime' : inconsistent dll linkage. dllexport assumed.
subversion/libsvn_subr/getdate.y(82) : warning C4273: 'localtime' : inconsistent dll linkage. dllexport assumed.
subversion/libsvn_subr/getdate.y(561) : warning C4028: formal parameter 1 different from declaration
e:\programming\svn\subversion\libsvn_subr\utf.c(438) : warning C4244: 'function' : conversion from '__int64 ' to 'unsigned int ', possible loss of data
e:\programming\svn\subversion\libsvn_subr\utf.c(438) : warning C4761: integral size mismatch in argument; conversion supplied
Could Not Find E:\programming\svn\neon\libneonD.lib
Could Not Find E:\programming\svn\neon\src\config.h
src\ne_socket.c(356) : warning C4018: '==' : signed/unsigned mismatch
src\ne_socket.c(759) : warning C4761: integral size mismatch in argument; conversion supplied

   __build__ - 0 error(s), 27 warning(s)

let me know if anything in the above output jups out at you.
i'll continue looking into it.

-brian

>
> Looking through the log file, the failures are definitely weird. Some of them
> look suspiciously like errors in the Python tests, not the code itself; and
> that's very strange indeed, because I run the tests with Python 2.2, with no
> problems.
>
>
> O.K., can anyone else reproduce what's happening to Brian? My gut feeling is
> that he's doing something wrong, but I can't imagine what. It would be a bit
> disconcerting if it turned out that I was the only person able to run the tests
> on Windows...
>
> Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 19 03:04:14 2002

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.