bugGNUstep - Bugs: bug #18536, sqlclient-24210(java) compile error

Group
 
 

bug #18536: sqlclient-24210(java) compile error

Submitter:  YunSong Hwang <hys545>
Submitted:  Sat 16 Dec 2006 08:43:33 AM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  Bug Status:  Duplicate
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Dec 2006 08:50:34 AM UTC, comment #3: 

I install jigs-ext
fixed

YunSong Hwang <hys545>
Mon 18 Dec 2006 02:52:01 PM UTC, comment #2: 

duplicate of #18535

Richard Frith-Macdonald <CaS>
Group Member
Sat 16 Dec 2006 09:57:15 AM UTC, comment #1: 

Looks like jigs and performance are not fully installed.
I would suggest making sure that the jigs wrappers for the base library are in your classpath, then build/install performance, then try again.

Richard Frith-Macdonald <CaS>
Group Member
Sat 16 Dec 2006 08:43:33 AM UTC, original submission:  

I install jigs-24211
& update SqlClient-24210


aking all for java_package libSQLClient-java...
 Compiling file gnu/gnustep/SQLClient/SQLClient.java ...
gnu/gnustep/SQLClient/SQLClient.java:11: package gnu.gnustep.Performance does not exist
import  gnu.gnustep.Performance.*;
^
gnu/gnustep/SQLClient/SQLClient.java:40: cannot find symbol
symbol  : class NSArray
location: class gnu.gnustep.SQLClient.SQLClient
  public static native NSArray allClients ();
                       ^
gnu/gnustep/SQLClient/SQLClient.java:46: cannot find symbol
symbol  : class NSDictionary
location: class gnu.gnustep.SQLClient.SQLClient
  public static native SQLClient clientWithConfiguration (NSDictionary arg0, String arg1);
                                                          ^
gnu/gnustep/SQLClient/SQLClient.java:64: cannot find symbol
symbol  : class NSDate
location: class gnu.gnustep.SQLClient.SQLClient
  public static native void purgeConnections (NSDate arg0);
                                              ^
gnu/gnustep/SQLClient/SQLClient.java:84: cannot find symbol
symbol  : class GSCache
location: class gnu.gnustep.SQLClient.SQLClient
  public native GSCache cache ();
                ^
gnu/gnustep/SQLClient/SQLClient.java:90: cannot find symbol
symbol  : class NSDictionary
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray cache (int arg0, String arg1, NSDictionary arg2);
                                                             ^
gnu/gnustep/SQLClient/SQLClient.java:90: cannot find symbol
symbol  : class NSMutableArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray cache (int arg0, String arg1, NSDictionary arg2);
                ^
gnu/gnustep/SQLClient/SQLClient.java:96: cannot find symbol
symbol  : class NSMutableArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray cache (int arg0, String arg1);
                ^
gnu/gnustep/SQLClient/SQLClient.java:156: cannot find symbol
symbol  : class NSDate
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSDate lastOperation ();
                ^
gnu/gnustep/SQLClient/SQLClient.java:174: cannot find symbol
symbol  : class NSDictionary
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray query (String arg0, NSDictionary arg1);
                                                   ^
gnu/gnustep/SQLClient/SQLClient.java:174: cannot find symbol
symbol  : class NSMutableArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray query (String arg0, NSDictionary arg1);
                ^
gnu/gnustep/SQLClient/SQLClient.java:210: cannot find symbol
symbol  : class GSCache
location: class gnu.gnustep.SQLClient.SQLClient
  public native void setCache (GSCache arg0);
                               ^
gnu/gnustep/SQLClient/SQLClient.java:252: cannot find symbol
symbol  : class NSArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native void simpleExecute (NSArray arg0);
                                    ^
gnu/gnustep/SQLClient/SQLClient.java:258: cannot find symbol
symbol  : class NSMutableArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native NSMutableArray simpleQuery (String arg0);
                ^
gnu/gnustep/SQLClient/SQLClient.java:264: cannot find symbol
symbol  : class NSMutableArray
location: class gnu.gnustep.SQLClient.SQLClient
  public native void singletons (NSMutableArray arg0);
                                 ^
./gnu/gnustep/SQLClient/SQLTransaction.java:34: cannot find symbol
symbol  : class NSDictionary
location: class gnu.gnustep.SQLClient.SQLTransaction
  public native void add (String arg0, NSDictionary arg1);
                                       ^
16 errors

YunSong Hwang <hys545>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by CaS (Posted a comment)
  • -email is unavailable- added by hys545 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2006-12-18 CaS StatusNone Duplicate
        Open/ClosedOpen Closed
    2006-12-16 CaS Severity3 - Normal 2 - Minor

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code