<br>
<div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 12px;" lang="x-unicode">Hi all,
<br>
<br>First, I really appreciate the help, thank you all!
<br>
<br>Second, I did perform a make clean. And I don't understand. I removed sh
from my system and made a symlink from sh to bash, so every time sh is
called, it is forwarded to bash, isn't it?
<br>Anyway, I checked the files you gave, and I changed the calls, so they
should use bash now. But, I'm a newbie on this kind of stuff, I use Java
for several years now, but this is new for me.
<br>
<br>Kind regards,
<br>
<br>Bram
<br>
<br>Roman Kennke wrote:
<br><blockquote type="cite">Also, maybe you simply forgot make clean after you fixed your shell?
<br>
<br>/Roman
<br>
<br>Am Mittwoch, den 14.05.2008, 12:56 -0700 schrieb Brad Wetmore:
<br>
<blockquote type="cite">I think you've got a problem still with your sh setup, or possibly
something else. IIRC, the ?replType? variables is supposed to be
replaced with various values depending on whether you have an encoder or
decoder. (sed/awk preprocessing = a Javaman's #ifdef equivalent) It's
done a similar way for the {Byte,Char,Int...}Buffers.
<br>
<br>Check jdk/make/java/nio, specifically Makefile, spp.sh, and genCoder.sh
<br>
<br>Hope this helps.
<br>
<br>Brad
<br>
<br>
<br>Bram Somers wrote:
<br>
<blockquote type="cite">Dear all,
<br>
<br>I've tried building jdk7 on Ubuntu 8.04. I'm aware of the problems with
sh/dash and I remove sh and made a symlink of sh to bash, so normally I
shouldn't get this error anymore:
<br>
<br>jdk7/build/openjdk_full_debug/gensrc/java/nio/charset/CharsetEncoder.java:142:
cannot find symbol
<br>symbol : class $replType$
<br>location: class java.nio.charset.CharsetEncoder
<br> private $replType$ replacement;
<br> ^
<br>/home/bsomers/workspaces/openjdk/jdk7/build/openjdk_full_debug/gensrc/java/nio/charset/CharsetEncoder.java:185:
cannot find symbol
<br>symbol : class $replType$
<br>location: class java.nio.charset.CharsetEncoder
<br> $replType$ replacement)
<br> ^
<br>/home/bsomers/workspaces/openjdk/jdk7/build/openjdk_full_debug/gensrc/java/nio/charset/CharsetEncoder.java:246:
cannot find symbol
<br>symbol : class $replType$
<br>location: class java.nio.charset.CharsetEncoder
<br> public final $replType$ replacement() {
<br> ^
<br>/home/bsomers/workspaces/openjdk/jdk7/build/openjdk_full_debug/gensrc/java/nio/charset/CharsetEncoder.java:275:
cannot find symbol
<br>symbol : class $replType$
<br>location: class java.nio.charset.CharsetEncoder
<br> public final CharsetEncoder replaceWith($replType$ newReplacement) {
<br> ^
<br>/home/bsomers/workspaces/openjdk/jdk7/build/openjdk_full_debug/gensrc/java/nio/charset/CharsetEncoder.java:301:
cannot find symbol
<br>symbol : class $replType$
<br>location: class java.nio.charset.CharsetEncoder
<br> protected void implReplaceWith($replType$ newReplacement) {
<br> ^
<br>Note: Some input files use or override a deprecated API.
<br>Note: Recompile with -Xlint:deprecation for details.
<br>Note: Some input files use unchecked or unsafe operations.
<br>Note: Recompile with -Xlint:unchecked for details.
<br>5 errors
<br>
<br>
<br>Any more suggestions?
<br>
<br>Thanks in advance,
<br>
<br>kind regards,
<br>
<br>Bram
<br>
</blockquote></blockquote></blockquote>
<br>
<br><br><br><br>