[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jacorb-developer
Subject:    Re: [jacorb-developer] Jacorb 1.4 and JDK1.2.2
From:       Andre Spiegel <spiegel () gnu ! org>
Date:       2002-10-31 9:58:01
Message-ID: 1036054594.482.47.camel () eagle
[Download RAW message or body]

> During the JDK1.3.1 rebuild no problem
> but when I Try to rebuild Jacorb with JDK1.2.2: I have this error

[...]

>     [javac] I:\EMC\PFT\Softs\TAO\jdk1.2.2\JacORB_1_4_1\src\generated\org\omg\CORBA\DataInputStream.j
> ava:40: Class org.omg.CORBA.WCharSeqHolder not found.
>     [javac]     public void read_wchar_array(org.omg.CORBA.WCharSeqHolder seq,
>     [javac]                 ^

This is a known problem.  I believe it's fixed by the patch below (apply
to $JACORB_HOME/idl/omg/_orb.idl).  Hope this helps!

Index: _orb.idl
===================================================================
RCS file: /cvsroot/jacorb/JacORB/idl/omg/_orb.idl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- _orb.idl	2 Aug 2002 16:35:04 -0000	1.4
+++ _orb.idl	18 Oct 2002 12:39:21 -0000	1.5
@@ -700,9 +700,9 @@
     typedef sequence<long long> LongLongSeq;
     typedef sequence<short> ShortSeq;
     typedef sequence<unsigned long> ULongSeq;
-    typedef sequence<unsigned long long> UlongLongSeq;
-    typedef sequence<unsigned short> UshortSeq;
-    typedef sequence<wchar> WcharSeq;
+    typedef sequence<unsigned long long> ULongLongSeq;
+    typedef sequence<unsigned short> UShortSeq;
+    typedef sequence<wchar> WCharSeq;
 };
 



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic