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

Re: [PATCH] javahl

From: Files <files_at_poetryunlimited.com>
Date: 2003-09-28 18:44:54 CEST

On Sun, 2003-09-28 at 05:50, lamikr_mdk wrote:

> 1) I just noticed that if I open files in the native directory with an
> editor called anjuta it shows that all c and h-files are saved in the
> dos line end mode. I bet that this is the origin reason for your weird
> compilation problems.

The gcc version might seriously help rectify this problem.

Can someone comment on why the source when checked out of the
respository doesn't automatically have the CRLFs translated?

Does this not apply to Makefile.am files and the like?

> There also seems to be some new comment also from McClain in the issue
> 1501 "The automake input files need the windows line terminators removed. "

In addition to filtering out the CRLFs, I found that even so, the java
support in automake 1.4 was broken in that it didin't know that
noinst_JAVA was a dependency list to be included as part of the
class.stamp target.

Removing the CRLFs simple eliminated the parsing problem of the
Makefile.am.

Upgrading to automake 1.6 alleviated this immediately.

If someone could add this to 1501, I would appreciate it. I can't seem
to add any comments to it.

Lastly, for anyone curious, you can use sed to filter out the CRLFs.

If you want me to post the answer, let me know. Otherwise, I will assume
it is trivial.

-- 
Shamim Islam
BA BS
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 28 18:45:43 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.