Hi,
[ sorry for the delay ]
On Sun, Jan 07, 2007 at 06:40:07PM -0500, Eitan Gurari wrote:
> > 2. I'm running the sun-java5-jre package from nonfree. Adding the now
> > necessary dependency to this package would make tex4ht essentially a
> > contrib package -- a pretty high price for solving this problem. I
> > have not tested if other java versions would work.
> > I'll do that as soon as I figure out how to build the binaries that
> > I just included.
>
> I added to the bugfixes distribution a subtree
>
> src/java
>
> with the java sources and instructions. Hope I didn't make major
> mistakes there. The binaries probably contain much junk. (The files
> come from different projects currently under development and go
> through frequent changes.)
I tried compiling the java sources using the line from the README which
was:
javac *.java */*.java */*/*.java -d ..../texmf/tex4ht/bin
I assume it should read
javac *.java */*.java */*/*.java -d ../../texmf/tex4ht/bin
^
However, using the sun-java5-jdk javac I get:
$ javac *.java */*.java */*/*.java -d ..../texmf/tex4ht/bin
JsmlMathBreak.java:15: cannot find symbol
symbol : variable XtpipesUni
location: class JsmlMathBreak
String s = XtpipesUni.toUni(ch, start, length, "<>&");
^
JsmlMathBreak.java:29: cannot find symbol
symbol : variable XtpipesUni
location: class JsmlMathBreak
+ XtpipesUni.toUni(atts.getValue(i), "<>&\"")
^
2 errors
I'd be glad if you could point me to the problem -- it doesn't look like
a dependency problem.
Thanks,
Michael
--
GPG key: 1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]