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]

Re: compilation problems


Marco Vezzoli <marco.vezzoli@st.com> writes:

> I cannot load the compiled version of this file; the repl exits with
> Exception in thread "main" 
> 
> kawa --version
> Kawa 1.6.92

I tried with my current tree (more-or-less the CVS trunk):

$ java kawa.repl -C ~/window.scm 
(compiling /home/bothner/window.scm)
/home/bothner/window.scm:4:2: warning - no definitely applicable method `<init>' in javax.swing.JFrame
.. etc ...
eureka<1243>java kawa.repl -f window.class 
eureka<1244>java kawa.repl
#|kawa:1|# (load "window.class")
#|kawa:2|# 

So maybe the problem has been fixed.
-- 
	--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]