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

List:       jacorb-developer
Subject:    [jacorb-developer] =?iso-8859-1?Q?R=E9f=2E_=3A_Re=3A_[jacorb-developer]_Jacorb_1=2E4_and?=
From:       ludovic.quesnelle () ca-indosuez ! com
Date:       2002-10-31 10:39:01
Message-ID: OF24526E6F.BDCB7DEF-ONC1256C63.0034FBCB () dsi ! fra ! banque ! indosuez ! com
[Download RAW message or body]


thanks you very much
now it works fine
Ludovic






Andre Spiegel <spiegel@gnu.org> le 31/10/2002 09:56:33

Pour : Ludovic QUESNELLE/EMC/DOSI/BANQUE_INDOSUEZ/FR@BANQUE INDOSUEZ
cc :   jacorb-developer@lists.spline.inf.fu-berlin.de (ccc : Ludovic
       QUESNELLE/EMC/DOSI/BANQUE_INDOSUEZ/FR)
Objet :     Re: [jacorb-developer] Jacorb 1.4 and JDK1.2.2


> 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