bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #33140] ant task jemacs-swt-classes does not build succe


From: Shad Gregory
Subject: [Bug-kawa] [bug #33140] ant task jemacs-swt-classes does not build successfully
Date: Wed, 27 Apr 2011 19:14:23 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16

Follow-up Comment #4, bug #33140 (project kawa):

Ah, I see. Well, here's the error message from ant just in case:

jemacs-swt-classes:
    [javac] Compiling 2 source files to /home/shad/mysrc/kawa
    [javac] /home/shad/mysrc/kawa/gnu/jemacs/swt/SwtBuffer.java:108: cannot
find symbol
    [javac] symbol  : variable n
    [javac] location: class gnu.jemacs.swt.SwtBuffer
    [javac]     String str = Marker.repeatChar(ch, n);
    [javac]                                        ^
    [javac] /home/shad/mysrc/kawa/gnu/jemacs/swt/SwtBuffer.java:108:
non-static method repeatChar(int,int) cannot be referenced from a static
context
    [javac]     String str = Marker.repeatChar(ch, n);
    [javac]                        ^
    [javac] Note: /home/shad/mysrc/kawa/gnu/jemacs/buffer/Marker.java uses
unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33140>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]