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