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

Re: problem building ruby binding

From: Gyoung-Yoon Noh <nohmad_at_sub-port.net>
Date: 2005-07-26 12:33:20 CEST

Kouhei Sutou wrote:
> What about the command:
>
> $ ls subversion/bindings/swig/ruby/.ext/svn/ext/
>
>
>>> * the result when you add "p $LOAD_PATH" to
>>> the next line of "$LOAD_PATH.unshift(Dir.pwd)" in
>>> subversion/bindings/swig/ruby/test/run-test.rb.
>
>
> Could you show me the result?
>

Thank you for hearing my awkward reporting with patience.

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

Now I'm sure I got the reason.
There was two problems intertwined. As I reported, one is the garbage suffix
(-pc-linux-gnu-gcc). The other is that '.ext' was removed by at_exit
event handler
in the test/runner.rb. So, I mistook some statements in test/runner.rb
was wrong.
Ok, if first problem was already resolved, there is no problem left to me.

Arigato, Kouhei.

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

Received on Tue Jul 26 12:34:21 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.