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

Re: svn commit: r27700 - in trunk/subversion: svnadmin svndumpfilter

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-08 18:18:56 CET

Blair Zajac wrote:
>
> On Nov 8, 2007, at 9:01 AM, Stefan Küng wrote:
>
>> Paul Burba wrote:
>>> Hi Blair,
>>> Not sure if you noticed or not, but this commit breaks the Win32
>>> buildbot (and my own box):
>>> http://www.mobsol.be/buildbot/win32-xp%20VS2005/builds/2736/step-Build/0
>>> I took a (admittedly brief) look but couldn't figure out how to stop the
>>> warning but permit a successful build.
>>> Are you able to build on Win32 with this change?
>>
>> Just hit the same problem. Even passing '/TC' to the compiler doesn't
>> help.
>
> I just committed r27712, but I'm thinking that won't help. I'm going to
> wait for the buildbot results to include r27712, or if you want to let
> me know if r27712 helps.

Unfortunately, r27712 still errors out:

                                [cl] Compiling 1 files to
'D:\Development\SVN\TortoiseSVN\ext\subversion\debug_win32\svnadmin'.
                                [cl] main.c
                                [cl]
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\svnadmin\main.c(673)
: error C2440: 'function' : cannot convert from 'apr_status_t (__stdcall
*)(apr_file_t **,apr_pool_t *)' to 'apr_status_t (__cdecl *)(apr_file_t
**,apr_pool_t *)'
                                [cl]
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\svnadmin\main.c(673)
: warning C4024: 'create_stdio_stream' : different types for formal and
actual parameter 2
                                [cl]
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\svnadmin\main.c(741)
: error C2440: 'function' : cannot convert from 'apr_status_t (__stdcall
*)(apr_file_t **,apr_pool_t *)' to 'apr_status_t (__cdecl *)(apr_file_t
**,apr_pool_t *)'
                                [cl]
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\svnadmin\main.c(741)
: warning C4024: 'create_stdio_stream' : different types for formal and
actual parameter 2

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 8 18:57:33 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.