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/02/2010 07:59 AM, 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
...
MakeXmlElement.java:31: cannot find symbol
symbol  : variable xmlElementNamespaces
location: class kawa.lang.Translator
     NamespaceBinding saveBindings = tr.xmlElementNamespaces;
...

I checked in a possible fix for this. Running ant did not pass the correct options to the PreProcess command, and this left the sources in an inconsistent state - even if you then use 'make' -- --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]