You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Aaron Jones <aj...@summithut.com> on 2004/09/11 18:44:42 UTC

RE: python bindings (can't find lswigpy) SOLVED!

Max Bowsher wrote:
>
>>Aaron Jones wrote:
>>
>> make swig-py  (fails with /usr/bin/ld: cannot find -lswigpy)
>>
>>  I did update swig and read something about the fact that they don't
>> build the runtime modules anymore??  I have no clue if this is related.
>
>Indeed. That's exactly the problem.
>
>Fortunately, it's quite easy to build a replacement libswigpy to extend the

>compatibility of swig 1.3.22 to apps which haven't caught up to the cutting

>edge of swig development yet.

 [snipped code (see previous)]

 I wouldn't say it's "quite easy", but thanks to your generosity everything
is now working perfectly.  Thank you very much.  I was at wits end.

--
Aaron Jones


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: python bindings (can't find lswigpy) SOLVED!

Posted by Max Bowsher <ma...@ukf.net>.
Aaron Jones wrote:
> Max Bowsher wrote:
>>
>>> Aaron Jones wrote:
>>>
>>> make swig-py  (fails with /usr/bin/ld: cannot find -lswigpy)
>>>
>>>  I did update swig and read something about the fact that they don't
>>> build the runtime modules anymore??  I have no clue if this is related.
>>
>> Indeed. That's exactly the problem.
>>
>> Fortunately, it's quite easy to build a replacement libswigpy to extend 
>> the
>
>> compatibility of swig 1.3.22 to apps which haven't caught up to the 
>> cutting
>
>> edge of swig development yet.
>
> [snipped code (see previous)]
>
> I wouldn't say it's "quite easy", but thanks to your generosity everything
> is now working perfectly.  Thank you very much.  I was at wits end.

Well, "quite easy" in terms of time and number of processes involved.

Not so easy in actually deducing the exactly correct incantations to achieve 
it, though :-)

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org