Compile error
alex mitchell
lexaay@gmail.com
Fri Jul 2 09:25:00 GMT 2010
Yes, that seems to be the source of the problem. If I do a
./configure --disable-xml
make clean
make
it compiles successfully.
On 7/2/10 2:47 PM, "Per Bothner" <per@bothner.com> wrote:
> On 07/01/2010 10:59 PM, alex mitchell wrote:
>> With the latest source from svn (rev 6596), compiling on MacOSX 10.6.4, with
>> java 1.6.0_20, I get the following error:
>>
>> $ make
>> [ok up to here...]
>> Making all in gnu/kawa/lispexpr
>> CLASSPATH=../../..:./../../..:$CLASSPATH javac -d ../../.. -g
>> ClassNamespace.java DefineNamespace.java LangObjType.java LangPrimType.java
>> LispLanguage.java LispPackage.java LispReader.java ReaderColon.java
>> ReaderDispatch.java ReaderDispatchMacro.java ReaderDispatchMisc.java
>> ReaderIgnoreRestOfLine.java ReaderMacro.java ReaderMisc.java
>> ReaderParens.java ReaderQuote.java ReaderString.java ReaderTypespec.java
>> ReaderVector.java ReadTable.java ReadTableEntry.java MakeXmlElement.java
>> ReaderXmlElement.java ResolveNamespace.java
>> MakeXmlElement.java:31: cannot find symbol
>> symbol : variable xmlElementNamespaces
>> location: class kawa.lang.Translator
>> NamespaceBinding saveBindings = tr.xmlElementNamespaces;
>
>
> It has something to do with the --enable-xml configuration
> option, which should control; the enable:XML PreProcess option.
> Something does seem to be confused ...
More information about the Kawa
mailing list