[kaffe] Mauve script help

Babar winrunnerpro@yahoo.com
Sat Jul 26 16:25:03 2003


--0-770133186-1059261847=:65709
Content-Type: text/plain; charset=us-ascii

Thanks for the help and I fixed the previous problem . By the way little help on running mauve-html-gen.pl script . I used it as follows
 
$ make check > ./mauve-html-gen.pl > Result.html
 
I got the test results in Result.html but script did not participate in it. 
 
How can I used script with this.
 
Thanks!
 
--Babar
 
 
 


Dalibor Topic <robilad@kaffe.org> wrote:
Babar wrote:
> Hi
> 
> I am trying to run mauve for kaffe on linux, but when
> I use this to configure .
> 
> $ ./configure JAVA=/usr/local/kaffe/bin
> JAVAC=/root/j2sdk1.4.1_04/bin
> 
> Error: 
> 
> configure: warning: JAVA=/usr/local/kaffe/bin: invalid
> host type
> configure: warning: JAVAC=/root/j2sdk1.4.1_04/bin:
> invalid host type
> configure: error: can only configure for one host and
> one target at a time
> 
> What is meant by host and target in here. 

configure is a bit special with the arguments it takes: when support for 
cross-compilation is enabled, it tries hard to guess the host and target 
platforms for cross-compilation.

You're running the wrong configure, mauve's configure doesn't have 
support for cross-compilation, so you shouldn't be getting this error 
message. Check out FAQ/FAQ.mauve for more information how to setup kaffe 
and mauve.

Finally, JAVA and JAVAC should point to executables, not to paths. So 
what you want is something like this:

cd mauve
autoreconf

(on a single line)
./configure JAVA=/usr/local/kaffe/bin/kaffe 
JAVAC=/root/j2sdk1.4.1_04/bin/javac

cheers,
dalibor topic


_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
--0-770133186-1059261847=:65709
Content-Type: text/html; charset=us-ascii

<DIV>Thanks for the help and&nbsp;I fixed the previous problem . By the way little help on running mauve-html-gen.pl script . I used it as follows</DIV>
<DIV>&nbsp;</DIV>
<DIV>$ make check &gt; ./mauve-html-gen.pl &gt; Result.html</DIV>
<DIV>&nbsp;</DIV>
<DIV>I got the test results in Result.html but script did not participate in it.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I used script with this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks!</DIV>
<DIV>&nbsp;</DIV>
<DIV>--Babar</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR><B><I>Dalibor Topic &lt;robilad@kaffe.org&gt;</I></B> wrote:</DIV>
<DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid; WIDTH: 100%">Babar wrote:<BR>&gt; Hi<BR>&gt; <BR>&gt; I am trying to run mauve for kaffe on linux, but when<BR>&gt; I use this to configure .<BR>&gt; <BR>&gt; $ ./configure JAVA=/usr/local/kaffe/bin<BR>&gt; JAVAC=/root/j2sdk1.4.1_04/bin<BR>&gt; <BR>&gt; Error: <BR>&gt; <BR>&gt; configure: warning: JAVA=/usr/local/kaffe/bin: invalid<BR>&gt; host type<BR>&gt; configure: warning: JAVAC=/root/j2sdk1.4.1_04/bin:<BR>&gt; invalid host type<BR>&gt; configure: error: can only configure for one host and<BR>&gt; one target at a time<BR>&gt; <BR>&gt; What is meant by host and target in here. <BR><BR>configure is a bit special with the arguments it takes: when support for <BR>cross-compilation is enabled, it tries hard to guess the host and target <BR>platforms for cross-compilation.<BR><BR>You're running the wrong configure, mauve's configure doesn't have <BR>support for cross-compilation, so you shouldn't be
 getting this error <BR>message. Check out FAQ/FAQ.mauve for more information how to setup kaffe <BR>and mauve.<BR><BR>Finally, JAVA and JAVAC should point to executables, not to paths. So <BR>what you want is something like this:<BR><BR>cd mauve<BR>autoreconf<BR><BR>(on a single line)<BR>./configure JAVA=/usr/local/kaffe/bin/kaffe <BR>JAVAC=/root/j2sdk1.4.1_04/bin/javac<BR><BR>cheers,<BR>dalibor topic<BR><BR><BR>_______________________________________________<BR>kaffe mailing list<BR>kaffe@kaffe.org<BR>http://kaffe.org/cgi-bin/mailman/listinfo/kaffe</BLOCKQUOTE></DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com">Yahoo! SiteBuilder</a> - Free, easy-to-use web site design software
--0-770133186-1059261847=:65709--