Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 12315 invoked from network); 11 Jul 2004 16:40:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jul 2004 16:40:05 -0000 Received: (qmail 33547 invoked by uid 500); 11 Jul 2004 16:40:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 33362 invoked by uid 500); 11 Jul 2004 16:40:04 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 33349 invoked by uid 99); 11 Jul 2004 16:40:04 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=DNS_FROM_RFC_POST,SPF_HELO_PASS X-Spam-Check-By: apache.org Message-ID: <004201c46765$b15322f0$5308a8c0@robinson.cam.ac.uk> From: "Max Bowsher" To: "Russell Yanofsky" , References: <006601c46741$6d454d50$5308a8c0@robinson.cam.ac.uk> Subject: Re: r10233 broke the swig-python build Date: Sun, 11 Jul 2004 17:39:50 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Russell Yanofsky wrote: > Max Bowsher wrote: >> r10233 was a change to the perl bindings. However, some of it >> affected the build of all swig bindings. The python bindings are now >> broken, because of a circular dependency between libsvn_swig_py and >> swig_core. >> >> One solution would be to build the swig runtime code into >> libsvn_swig_*, not into swig_core. > > r10236 should fix this problem. It does keep the runtime in swig_core > though. That's good enough for unix, but Cygwin's still broken. Could you give a short summary of the reason for these re-designs, so I can be sure not to work against your goals as I try to fix the bindings on Cygwin? Thanks, Max.