From: "H. Kemal Gürsoy" <hkgursoy@SoftHome.net>
To: rhug-rhats@sources.redhat.com
Subject: Re: gnu.readline compile problem
Date: Thu, 11 Jul 2002 11:14:00 -0000 [thread overview]
Message-ID: <20020711211813.A1388@localhost> (raw)
Thanks, it works.
H. Kemal Gürsoy
2002.07.11 03:16'de T.J. Mather bunu yazmýþ:
> Hi,
>
> I ran into the same problem and was able to fix it by appending ":."
> to
> the classpath in Makefile.am. I checked in the change, so it should
> be there
> if you do a cvs update:
>
> Here's the patch:
> ===================================================================
> RCS file: /cvs/rhug/rhug/gnu.readline/Makefile.am,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -r1.8 -r1.9
> --- Makefile.am 29 May 2002 06:27:39 -0000 1.8
> +++ Makefile.am 9 Jul 2002 03:10:54 -0000 1.9
> @@ -107,7 +107,7 @@
> # There's probably a cleaner generic way to handle this situation
>
> org_gnu_readline_Readline.h: $(lib_org_gnu_readline_la_DEPENDENCIES)
> - $(GCJH) --classpath=upstream/src -jni `echo
> $(lib_org_gnu_readline_la_DEPENDENCIES) | sed 's/\.class//g'` -o $@
> + $(GCJH) --classpath=upstream/src:. -jni `echo
> $(lib_org_gnu_readline_la_DEPENDENCIES) | sed 's/\.class//g'` -o $@
> ./upstream/src/native/org_gnu_readline_Readline.c:
> org_gnu_readline_Readline.h
>
> # Building the tests
>
> -TJ
> http://maxmind.com
>
> On Thu, 11 Jul 2002, [iso-8859-9] H. Kemal Gürsoy wrote:
>
> <snip>
> >
> > the compilation stops just at the beginnig with the following
> message :
> >
> > gcjh --classpath=upstream/src -jni 'echo
> > upstream/src/org/gnu/readline/Readline.class | sed 's/\.class//g''
> -o
> > org_gnu_readline_ReadLine.h
> > upstream/src/org/gnu/readline/ReadLine: no such class
> > make: *** [org_gnu_readline_ReadLine.h] Error 1
>
>
next reply other threads:[~2002-07-11 18:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-11 11:14 H. Kemal Gürsoy [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-07-10 16:20 H. Kemal Gürsoy
2002-07-10 16:26 ` T.J. Mather
2002-07-11 6:53 ` Anthony Green
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020711211813.A1388@localhost \
--to=hkgursoy@softhome.net \
--cc=rhug-rhats@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).