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

problem building ruby binding

From: Gyoung-Yoon Noh <nohmad_at_sub-port.net>
Date: 2005-07-23 08:12:35 CEST

Hi, I've mailed a small patch to users@subversion.tigris.org
two days ago, yes by mistake. :(

Sorry for duplicating, but I decided to report with another
problem, which would have any relation.

1. swig ruby testing fails because of wrong library path.
   See patch attached.

2. Built libraries have addtionary suffix '-pc-linux-gnu-gcc',
   which cause loading library fail.

$ ls -F subversion/bindings/swig/ruby/.libs
client.a delta.a ra.la@
svn_fs.o
client.la@ delta.la@ ra.lai
svn_ra.o
client.lai delta.lai
ra.so-pc-linux-gnu-gcc* svn_repos.o
client.so-pc-linux-gnu-gcc* delta.so-pc-linux-gnu-gcc* repos.a
svn_wc.o
core.a fs.a repos.la@
wc.a
core.la@ fs.la@ repos.lai
wc.la@
core.lai fs.lai
repos.so-pc-linux-gnu-gcc* wc.lai
core.o fs.so-pc-linux-gnu-gcc* svn_client.o
wc.so-pc-linux-gnu-gcc*
core.so-pc-linux-gnu-gcc* ra.a

Probably should be modified in Makefile.am or confingure.ac?

Regards,

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

Received on Sat Jul 23 11:58:07 2005

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.