This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcj -C bug in xalan



Anthony Green writes:

>       Any ideas?

FYI, I'm looking into it. On the other hand, I'm getting some other
build errors:

cj -C --encoding=UTF-8 -fCLASSPATH=upstream/src:../xerces/upstream/src:../BCEL/upstream:../cup/upstream:/home/apbianco/src/rhug/xalan/upstream/src -O2 -d upstream/src /home/apbianco/src/rhug/xalan/upstream/src/javax/xml/transform/stream/StreamSource.java
gcj -C --encoding=UTF-8 -fCLASSPATH=upstream/src:../xerces/upstream/src:../BCEL/upstream:../cup/upstream:/home/apbianco/src/rhug/xalan/upstream/src -O2 -d upstream/src /home/apbianco/src/rhug/xalan/upstream/src/org/apache/xalan/extensions/ExpressionContext.java
/home/apbianco/src/rhug/xalan/upstream/src/org/apache/xml/utils/XMLString.java:648: unrecognized character in input stream.
      * "Fahrvergn|gen".toUpperCase() returns "FAHRVERGN\GEN"
                                                             ^
/home/apbianco/src/rhug/xalan/upstream/src/org/apache/xml/utils/XMLString.java:649: unrecognized character in input stream.
      * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!"
                                                                 ^
/home/apbianco/src/rhug/xalan/upstream/src/org/apache/xpath/objects/XString.java:1044: unrecognized character in input stream.
      * "Fahrvergn|gen".toUpperCase() returns "FAHRVERGN\GEN"
                                                             ^
/home/apbianco/src/rhug/xalan/upstream/src/org/apache/xpath/objects/XString.java:1045: unrecognized character in input stream.
      * "Visit Ljubinje!".toUpperCase() returns "VISIT LJUBINJE!"
                                                                 ^
4 errors
make[1]: *** [upstream/src/org/apache/xalan/extensions/ExpressionContext.class] Error 1
make[1]: Leaving directory `/raid/apbianco/build/rhug/i686-pc-linux-gnu/xalan'
make: *** [all-recursive] Error 1

I guess the trick would be to provide a different value for --encoding
(or no value at all) but then I get:

apbianco@janus[~/build/rhug/i686-pc-linux-gnu]: gcj -C -fCLASSPATH=upstream/src:../xerces/upstream/src:../BCEL/upstream:../cup/upstream:/home/apbianco/src/rhug/xalan/upstream/src -O2 -d upstream/src /home/apbianco/src/rhug/xalan/upstream/src/org/apache/xalan/extensions/ExpressionContext.java
jc1: No such file or directory: can't create directory upstream/src/org


./A


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]