This is the mail archive of the kawa@sources.redhat.com 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: make errors with current cvs


Robert D. Skeels wrote:
> As an aside, there is something else I am seeing under the real MacOS
> (pre-osx) when trying to run builds from the last few weeks of cvs:
> 
> Exception Occurred:
> getInstance for 'kawa.standard.Scheme' failed
>     at gnu.expr.Interpreter.getInstance(Interpreter.java:152)
>     at gnu.expr.Interpreter.getInstance(Compiled Code)
>     at kawa.repl.getInterpreter(repl.java:153)
>     at kawa.repl.processArgs(Compiled Code)
>     at kawa.repl.main(repl.java:545)
>     at 
> com.apple.mrj.JManager.JMStaticMethodDispatcher.run(JMAWTContextImpl.java)
>     at java.lang.Thread.run(Thread.java)

You might try adding an 'ex.printStackTrace();' in the catch in
getInstance to see what is really failing.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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