This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compile error


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 ...
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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