[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: Porter Schermerhorn <pschermerhorn_at_oneil.com>
Date: 2003-11-05 20:10:47 CET

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__); }

Anyone know how to get Visual C to accept '...' as an identifier in the
macro parameter list?

Sincerely,
Porter Schermerhorn
Lead Web Application Engineer

O'NEIL & ASSOCIATES, INC.
495 Byers Rd.
Miamisburg, Ohio 45342-3662
Phone: (937) 865-0846 ext. 3813
Fax: (937) 865-5858
E-mail: pschermerhorn@oneil.com

Confidentiality Notice
The information contained in this e-mail is confidential and intended for use only by the person(s) or organization listed in the address. If you have received this communication in error, please contact the sender at O'Neil & Associates, Inc., immediately. Any copying, dissemination, or distribution of this communication, other than by the intended recipient, is strictly prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 20:15:15 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.