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

Re: Help Compiling Subversion Under Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-05 21:18:54 CET

Porter Schermerhorn wrote:

>Thanks to all who have helped so far. Unfortunately, I am still plagued
>by the fact that neither VC6 nor VC7.1 seem to like preprocessor macros
>with variable arguments. The source of the problem is in
>subversion/bindings/swig/perl/svn_delta.c:
>
>#define EDITOR_INVOKER(method, ...) \
> svn_error_t *svn_delta_editor_invoke_ ## method \
> (const svn_delta_editor_t *editor, __VA_ARGS__)
>
>#define EDITOR_INVOKER_FUNC(method, ...) \
> { return editor->method (__VA_ARGS__); }
>
>
What? AFAIK that file is generated by SWIG. Which version of SWIG are
you using?

>Anyone know how to get Visual C to accept '...' as an identifier in the
>macro parameter list?
>
>
Wait for a version that supports C99?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 21:20:43 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.