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

Re: svn commit: r9340 - trunk

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-04-13 23:07:36 CEST

Ben Reser wrote:
> On Mon, Apr 12, 2004 at 05:24:30PM -0500, maxb@tigris.org wrote:
>> Author: maxb
>> Date: Mon Apr 12 17:23:56 2004
>> New Revision: 9340
>>
>> Modified:
>> trunk/build.conf
>> Log:
>> * build.conf (libsvn_swig_py): Add "swig_runtime" to "libs".
>>
>>
>> Modified: trunk/build.conf
>>
============================================================================
==
>> --- trunk/build.conf (original)
>> +++ trunk/build.conf Mon Apr 12 17:23:56 2004
>> @@ -323,7 +323,7 @@
>> lang = python
>> path = subversion/bindings/swig/python/libsvn_swig_py
>> sources = swigutil_py.c
>> -libs = libsvn_subr libsvn_delta aprutil apriconv apr
>> +libs = swig_runtime libsvn_subr libsvn_delta aprutil apriconv apr
>> install = swig-py-lib
>> # need special build rule to include -DSWIGPYTHON
>> compile-cmd = $(COMPILE_SWIG_PY)
>
> Maybe I missed something but umm what is swig_runtime for?

Because swigutil_py.c uses several SWIG_* functions, and so needs to link
against -lswigpy (at least on platforms which require all symbols to be
defined at link-time - e.g. MSWindows).

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 13 23:09:12 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.