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

Re: Compiling SVN headers in C++ (doesn't work)

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-22 22:50:31 CET

On Fri, Dec 22, 2000 at 12:57:32PM -0800, Bill Tutt wrote:
> So I'm starting to compile the beginnings of the COM interaction to the
> working copy library, but low and behold there were two C++ keyword usages
> that I noticed: svn_delta_edit_fns_t.delete and svn_txdelta_window_t.new
>
> Could someone either just fix it, or suggest a better name for these guys so
> that I can construct the required patch?

We probably want to wrap each of the headers in an extern "C" clause, too,
right? (so we don't get name mangling for our funcs)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:18 2006

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.