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

Re: svn commit: r8372 - branches/1.0-stabilization

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-18 15:17:17 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> SVN won't compile with xlc with this change either, due to the
> volatile sig_atomic_t issue. So, r8343 would make sense if combined
> with a workaround for that issue (although there is no good workaround),

The way to handle it is an autoconf macro (perhaps for AIX/xlc only)
that attempts to compile volatile sig_atomic_t. Possibly followed by
another attempt for plain sig_atomic_t to avoid false positives. Then
we can use the pre-processor to remove volatile. However I don't
really do autoconf, and I don't have access to AIX/xlc either.

I'm tempted simply to put a comment in the code telling AIX/xlc users
how to modify the code.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 18 15:18:43 2004

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.