[kaffe] build failure
Rafael Teixeira
monoman at gmail.com
Tue Nov 29 19:15:57 PST 2005
CORBA classes were added recently to GNU Classpath, so it may be that
you got non completely updated source-tree from kaffe cvs. I would
'cvs update' and try again.
:)
On 11/29/05, pietro ferrari <pietro.ferrari at gmail.com> wrote:
> hi all,
>
> i tried to build cvs head with the following options on a ubuntu box:
>
> CCFLAGS='-Wall -pipe -02' ./configure --with-jikes=/usr/bin/jikes
> --prefix=/usr/local/kaffe --with-x --enable-gtk-cairo
> --enable-gtk-peer
>
> configure runned fine, but make had these errors:
>
> Making all in .
>
> make[1]: Entering directory `/home/pietro/kaffe'
>
> make[1]: Nothing to be done for `all-am'.
>
> make[1]: Leaving directory `/home/pietro/kaffe'
>
> Making all in libraries/javalib
>
> make[1]: Entering directory `/home/pietro/kaffe/libraries/javalib'
>
> Making all in .
>
> make[2]: Entering directory `/home/pietro/kaffe/libraries/javalib'
>
> make[2]: Nothing to be done for `all-am'.
>
> make[2]: Leaving directory `/home/pietro/kaffe/libraries/javalib'
>
> Making all in external/classpath
>
> make[2]: Entering directory
> `/home/pietro/kaffe/libraries/javalib/external/classpath'
>
> Making all in lib
>
> make[3]: Entering directory
> `/home/pietro/kaffe/libraries/javalib/external/classpath/lib'
>
> true
>
> top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
>
> Adding java source files from srcdir '..'.
>
> Adding java source files from VM directory
> /home/pietro/kaffe/libraries/javalib/vmspecific
>
> /usr/bin/jikes +Pno-shadow +Pno-switchcheck +F -encoding UTF-8
> -bootclasspath '' -extdirs '' -sourcepath '' --classpath
> /home/pietro/kaffe/libraries/javalib/vmspecific:..:../external/w3c_dom:../external/sax:.:
> -d . @classes
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/StringSeqHelper.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 128. return new ArrayTypeCode(TCKind.tk_string);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 5 semantic errors compiling "../gnu/CORBA/gnuAny.java":
>
>
>
> 44. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 45. import gnu.CORBA.typecodes.StringTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/StringTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 103. new PrimitiveTypeCode(TCKind.tk_null);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 697. typecode = new StringTypeCode(TCKind.tk_string);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
>
>
> 826. typecode = new PrimitiveTypeCode(TCKind.from_int(xKind));
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 1 semantic error compiling "../org/omg/CORBA/ObjectHelper.java":
>
>
>
> 42. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/ULongSeqHelper.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 128. return new ArrayTypeCode(TCKind.tk_long);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 19 semantic errors compiling "../org/omg/CORBA/ORB.java":
>
>
>
> 45. import gnu.CORBA.typecodes.FixedTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/FixedTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 46. import gnu.CORBA.typecodes.GeneralTypeCode;
>
> ^---------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/GeneralTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 47. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 48. import gnu.CORBA.typecodes.RecordTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/RecordTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 49. import gnu.CORBA.typecodes.RecursiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/RecursiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 408. FixedTypeCode r = new FixedTypeCode();
>
> ^-----------^
>
> *** Semantic Error: Type "FixedTypeCode" was not found.
>
>
>
>
>
> 408. FixedTypeCode r = new FixedTypeCode();
>
> ^-----------^
>
> *** Semantic Error: Type "FixedTypeCode" was not found.
>
>
>
>
>
> 628. GeneralTypeCode t = new
> GeneralTypeCode(TCKind.tk_abstract_interface);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 628. GeneralTypeCode t = new
> GeneralTypeCode(TCKind.tk_abstract_interface);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 644. GeneralTypeCode t = new GeneralTypeCode(TCKind.tk_native);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 644. GeneralTypeCode t = new GeneralTypeCode(TCKind.tk_native);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 678. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 678. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 682. TypeCode recurs = new PrimitiveTypeCode(TCKind.tk_sequence);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 697. return new RecursiveTypeCode(id);
>
> ^---------------^
>
> *** Semantic Error: Type "RecursiveTypeCode" was not found.
>
>
>
>
>
> 707. GeneralTypeCode t = new GeneralTypeCode(TCKind.tk_value_box);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 707. GeneralTypeCode t = new GeneralTypeCode(TCKind.tk_value_box);
>
> ^-------------^
>
> *** Semantic Error: Type "GeneralTypeCode" was not found.
>
>
>
>
>
> 721. RecordTypeCode r = new RecordTypeCode(TCKind.tk_value);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 721. RecordTypeCode r = new RecordTypeCode(TCKind.tk_value);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
> Found 21 semantic errors compiling "../gnu/CORBA/OrbRestricted.java":
>
>
>
> 42. import gnu.CORBA.typecodes.AliasTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/AliasTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 43. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 44. import gnu.CORBA.typecodes.RecordTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/RecordTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 45. import gnu.CORBA.typecodes.StringTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/StringTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 141. return new AliasTypeCode(typecode, id, name);
>
> ^-----------^
>
> *** Semantic Error: Type "AliasTypeCode" was not found.
>
>
>
>
>
> 155. ArrayTypeCode p =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 156. new ArrayTypeCode(TCKind.tk_array, element_type);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 170. RecordTypeCode r = new RecordTypeCode(TCKind.tk_enum);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 170. RecordTypeCode r = new RecordTypeCode(TCKind.tk_enum);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 199. RecordTypeCode r = new RecordTypeCode(TCKind.tk_except);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 199. RecordTypeCode r = new RecordTypeCode(TCKind.tk_except);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 245. ArrayTypeCode p =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 246. new ArrayTypeCode(TCKind.tk_sequence, element_type);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 254. StringTypeCode p = new StringTypeCode(TCKind.tk_string);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
>
>
> 254. StringTypeCode p = new StringTypeCode(TCKind.tk_string);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
>
>
> 264. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 264. RecordTypeCode r = new RecordTypeCode(TCKind.tk_struct);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 281. RecordTypeCode r = new RecordTypeCode(TCKind.tk_union);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 281. RecordTypeCode r = new RecordTypeCode(TCKind.tk_union);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 298. StringTypeCode p = new StringTypeCode(TCKind.tk_wstring);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
>
>
> 298. StringTypeCode p = new StringTypeCode(TCKind.tk_wstring);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
> Found 11 semantic errors compiling "../java/applet/Applet.java":
>
>
>
> 57. import javax.sound.sampled.AudioSystem;
>
> ^-----------------------------^
>
> *** Semantic Error: The import "javax/sound/sampled/AudioSystem" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 58. import javax.sound.sampled.Clip;
>
> ^----------------------^
>
> *** Semantic Error: The import "javax/sound/sampled/Clip" is not
> valid, since it does not name a type in a package.
>
>
>
>
>
> 59. import javax.sound.sampled.LineUnavailableException;
>
> ^------------------------------------------^
>
> *** Semantic Error: The import
> "javax/sound/sampled/LineUnavailableException" is not valid, since it
> does not name a type in a package.
>
>
>
>
>
> 60. import javax.sound.sampled.UnsupportedAudioFileException;
>
> ^-----------------------------------------------^
>
> *** Semantic Error: The import
> "javax/sound/sampled/UnsupportedAudioFileException" is not valid,
> since it does not name a type in a package.
>
>
>
>
>
> 536. private Clip clip;
>
> ^--^
>
> *** Semantic Error: Type "Clip" was not found.
>
>
>
>
>
> 543. private synchronized Clip getClip()
>
> ^--^
>
> *** Semantic Error: Type "Clip" was not found.
>
>
>
>
>
> 552. catch (LineUnavailableException _)
>
> ^----------------------^
>
> *** Semantic Error: Type "LineUnavailableException" was not found.
>
>
>
>
>
> 560. catch (UnsupportedAudioFileException _)
>
> ^---------------------------^
>
> *** Semantic Error: Type "UnsupportedAudioFileException" was not found.
>
>
>
>
>
> 570. Clip myclip = getClip();
>
> ^--^
>
> *** Semantic Error: Type "Clip" was not found.
>
>
>
>
>
> 577. Clip myclip = getClip();
>
> ^--^
>
> *** Semantic Error: Type "Clip" was not found.
>
>
>
>
>
> 584. Clip myclip = getClip();
>
> ^--^
>
> *** Semantic Error: Type "Clip" was not found.
>
>
>
> Found 37 semantic errors compiling "../gnu/CORBA/TypeKindNamer.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 42. import gnu.CORBA.typecodes.RecordTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/RecordTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 75. new PrimitiveTypeCode(TCKind.tk_null),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 76. new PrimitiveTypeCode(TCKind.tk_void),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 77. new PrimitiveTypeCode(TCKind.tk_short),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 78. new PrimitiveTypeCode(TCKind.tk_long),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 79. new PrimitiveTypeCode(TCKind.tk_ushort),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 80. new PrimitiveTypeCode(TCKind.tk_ulong),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 81. new PrimitiveTypeCode(TCKind.tk_float),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 82. new PrimitiveTypeCode(TCKind.tk_double),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 83. new PrimitiveTypeCode(TCKind.tk_boolean),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 84. new PrimitiveTypeCode(TCKind.tk_char),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 85. new PrimitiveTypeCode(TCKind.tk_octet),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 86. new PrimitiveTypeCode(TCKind.tk_any),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 87. new PrimitiveTypeCode(TCKind.tk_TypeCode),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 88. new PrimitiveTypeCode(TCKind.tk_Principal),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 89. new RecordTypeCode(TCKind.tk_objref),
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 90. new PrimitiveTypeCode(TCKind.tk_struct),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 91. new PrimitiveTypeCode(TCKind.tk_union),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 92. new PrimitiveTypeCode(TCKind.tk_enum),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 93. new PrimitiveTypeCode(TCKind.tk_string),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 94. new PrimitiveTypeCode(TCKind.tk_sequence),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 95. new PrimitiveTypeCode(TCKind.tk_array),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 96. new PrimitiveTypeCode(TCKind.tk_alias),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 97. new PrimitiveTypeCode(TCKind.tk_except),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 98. new PrimitiveTypeCode(TCKind.tk_longlong),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 99. new PrimitiveTypeCode(TCKind.tk_ulonglong),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 100. new PrimitiveTypeCode(TCKind.tk_longdouble),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 101. new PrimitiveTypeCode(TCKind.tk_wchar),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 102. new PrimitiveTypeCode(TCKind.tk_wstring),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 103. new PrimitiveTypeCode(TCKind.tk_fixed),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 104. new PrimitiveTypeCode(TCKind.tk_value),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 105. new PrimitiveTypeCode(TCKind.tk_value_box),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 106. new PrimitiveTypeCode(TCKind.tk_native),
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 107. new PrimitiveTypeCode(TCKind.tk_abstract_interface)
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
>
>
> 113. RecordTypeCode object =
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 114. (RecordTypeCode) primitveCodes [ TCKind._tk_objref ];
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
> Found 5 semantic errors compiling "../org/omg/CORBA/ObjectHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 42. import gnu.CORBA.typecodes.RecordTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/RecordTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 66. private static final RecordTypeCode t_object;
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
>
>
> 66. private static final RecordTypeCode t_object;
>
> ^------^
>
> *** Semantic Error: The blank static final field "t_object" must be
> initialized in a static initializer block or static field initializer.
>
>
>
>
>
> 70. t_object = new RecordTypeCode(TCKind.tk_objref);
>
> ^------------^
>
> *** Semantic Error: Type "RecordTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/WStringSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_wchar);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/WCharSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_wchar);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/UShortSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_ushort);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/ULongSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_ulong);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/ULongLongSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_ulonglong);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/TypeCodeHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 61. new PrimitiveTypeCode(TCKind.tk_TypeCode);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/StringSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_char);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/StringHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.StringTypeCode;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/StringTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 64. private static final StringTypeCode t_string =
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
>
>
> 65. new StringTypeCode(TCKind.tk_string);
>
> ^------------^
>
> *** Semantic Error: Type "StringTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/ShortSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_short);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/ShortHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. new PrimitiveTypeCode(TCKind.tk_short);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/PrincipalHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 61. new PrimitiveTypeCode(TCKind.tk_Principal);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/OctetSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_octet);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/LongSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 59. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 60. new ArrayTypeCode(TCKind.tk_long);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/LongLongSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_longlong);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/LongHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. new PrimitiveTypeCode(TCKind.tk_longlong);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/IntHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 64. private static final TypeCode t_long = new
> PrimitiveTypeCode(TCKind.tk_long);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/FloatSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_float);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/FloatHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. new PrimitiveTypeCode(TCKind.tk_float);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/FixedHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.FixedTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/FixedTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 42. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 111. return new FixedTypeCode(value);
>
> ^-----------^
>
> *** Semantic Error: Type "FixedTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/DoubleSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_double);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/DoubleHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. new PrimitiveTypeCode(TCKind.tk_double);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/CharSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_char);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/CharHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 64. private static final TypeCode t_char = new
> PrimitiveTypeCode(TCKind.tk_char);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/BooleanSeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_boolean);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/BooleanHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. new PrimitiveTypeCode(TCKind.tk_boolean);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 3 semantic errors compiling "../org/omg/CORBA/AnySeqHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.ArrayTypeCode;
>
> ^-------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/ArrayTypeCode" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 65. private final ArrayTypeCode typecode =
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
>
>
> 66. new ArrayTypeCode(TCKind.tk_any);
>
> ^-----------^
>
> *** Semantic Error: Type "ArrayTypeCode" was not found.
>
>
>
> Found 2 semantic errors compiling "../org/omg/CORBA/AnyHolder.java":
>
>
>
> 41. import gnu.CORBA.typecodes.PrimitiveTypeCode;
>
> ^-----------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/typecodes/PrimitiveTypeCode"
> is not valid, since it does not name a type in a package.
>
>
>
>
>
> 58. private static final TypeCode t_any = new
> PrimitiveTypeCode(TCKind.tk_any);
>
> ^---------------^
>
> *** Semantic Error: Type "PrimitiveTypeCode" was not found.
>
>
>
> Found 6 semantic errors compiling "../gnu/CORBA/OrbFunctional.java":
>
>
>
> 52. import gnu.CORBA.interfaces.SocketFactory;
>
> ^--------------------------------^
>
> *** Semantic Error: The import "gnu/CORBA/interfaces/SocketFactory" is
> not valid, since it does not name a type in a package.
>
>
>
>
>
> 475. public SocketFactory socketFactory = DefaultSocketFactory.Singleton;
>
> ^-----------^
>
> *** Semantic Error: Type "SocketFactory" was not found.
>
>
>
>
>
> 539. s.close();
>
> ^
>
> *** Semantic Error: The variable "s" may be accessed here before
> having been definitely assigned a value.
>
>
>
>
>
> 555. s.close();
>
> ^
>
> *** Semantic Error: The variable "s" may be accessed here before
> having been definitely assigned a value.
>
>
>
>
>
> 575. s.close();
>
> ^
>
> *** Semantic Error: The variable "s" may be accessed here before
> having been definitely assigned a value.
>
>
>
>
>
> 1673. socketFactory = (SocketFactory)
>
> ^-----------^
>
> *** Semantic Error: Type "SocketFactory" was not found.
>
> make[3]: *** [compile-classes] Segmentation fault
>
> make[3]: Leaving directory
> `/home/pietro/kaffe/libraries/javalib/external/classpath/lib'
>
> make[2]: *** [all-recursive] Error 1
>
> make[2]: Leaving directory
> `/home/pietro/kaffe/libraries/javalib/external/classpath'
>
> make[1]: *** [all-recursive] Error 1
>
> make[1]: Leaving directory `/home/pietro/kaffe/libraries/javalib'
>
> make: *** [all-recursive] Error 1
>
>
>
> _______________________________________________
> kaffe mailing list
> kaffe at kaffe.org
> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
>
>
>
--
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes.
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!
More information about the kaffe
mailing list