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: strange error


Hi Yaroslav,

Looks like the same error I'm getting compiling in Windows, which I reported
yesterday. I found that reverting to rev 6493 allows me to compile. Any
newer version gives the error you reported.

Note that I don't have any problem compiling in MacOS or Ubuntu.

Alex


On 3/1/10 6:59 PM, "Yaroslav Kavenchuk" <kavenchuk@gmail.com> wrote:

> $ ant
> Buildfile: build.xml
> 
> build-tools:
>      [mkdir] Created dir: g:\gnu\home\src\kawa\kawa\tools
>      [javac] Compiling 5 source files to g:\gnu\home\src\kawa\kawa\tools
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
> 
> build-settings:
>       [echo]
>       [echo]         version=1.9.90
>       [echo]         dist.kawa.jar=g:\gnu\home\src\kawa\kawa/kawa-1.9.90.jar
>       [echo]         build.dir=g:\gnu\home\src\kawa\kawa
>       [echo]         with-awt=true
>       [echo]         with-swing=true
>       [echo]         with-sax2=true
>       [echo]         enable-jemacs=false
>       [echo]         enable-xml=true
>       [echo]         enable-servlet=false
>       [echo]
> 
> preprocess:
>      [xcopy] Copying 1 file to g:\gnu\home\src\kawa\kawa\kawa
> 
> java-classes:
>      [javac] Compiling 554 source files to g:\gnu\home\src\kawa\kawa
>      [javac] 
> g:\gnu\home\src\kawa\kawa\gnu\expr\KawaScriptEngine.java:141: cannot
> find symbol
>      [javac]         return
> cmodule.evalToResultvalue(engine.factory.getEnvironment(context),
>      [javac]                       ^
>      [javac]   symbol:   method evalToResultvalue(Environment,CallContext)
>      [javac]   location: class CompiledModule
>      [javac] Note: Some input files use or override a deprecated API.
>      [javac] Note: Recompile with -Xlint:deprecation for details.
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] 1 error



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