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

Re: Building javahl

From: Files <files_at_poetryunlimited.com>
Date: 2003-09-23 20:12:35 CEST

Hi there. Mika and Michael ( from your bug report about patch < patchfile in issue
1501 )

I just tried it on the trunk. Works fine.

cd subversion/bindings/java/javahl
patch -p0 < patchfile_goes_here

Everything patches successfully.

However, after running autogen.sh, I *have* noticed that configure
contains spurious ctrl-m characters.

Removing these provides a working configure on linux.

However, attempting to RUN said configure claims that install-sh and/or
install.sh are not available.

The first error here is the -f test instead of the -e test.

I had to change it from test -f file to [ -e file ].

Secondly, it complains that ls -t is broken. I think some work needs to be done on
either the autogen.sh configuration files in this directory, or on configure.in.

I could not at first blush figure out why the ctrl-m characters appeared in the
first place.

Anyway. There's a start.

Shamim Islam
BA BS

lamikr_mdk (lamikr_mdk@aragorn.kortex.jyu.fi) wrote:
>
>Hi
>
>
> pathc -p0 <patch3

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 23 20:13:34 2003

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.