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


per@bothner.com wrote:
> 
> 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.

I downloaded the latest release (my corporate firewall prevents me from
using cvs) but the problem persists. 

#|kawa:1|# (scheme-implementation-version)
1.6.94
#|kawa:2|# (try-catch (load "window.class") (e <java.lang.Throwable> 
(display e)))
java.lang.VerifyError: (class: windows, method: window$V$1 signature:
([Ljava/lang/Object;)Ljavax/swing/JFrame;) Expecting to find integer on
stack

-- 
	(--cafe babe--) 
Marco Vezzoli	marco.vezzoli@st.com
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055


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