[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation error - More Info
From: |
Carlos Cavanna |
Subject: |
Re: Compilation error - More Info |
Date: |
Fri, 26 Apr 2002 10:23:32 -0700 (PDT) |
Hi,
Continuing with the compilation problem ...
I have installed and usuccessfully tried with 3.0.4
(-bootclasspath '' seems to be invalid but I don't
know what to fix there).
So I installed jikes 1.15b and it seems to go further,
but it doesn't compile either. There seem to be
missing classes in javax.swing (at least they are
not in CVS).
I got:
Found 2 semantic errors compiling
"../javax/swing/event/InternalFrameEvent.java":
42. import javax.swing.JInternalFrame;
<------------------------>
*** Error: The import "javax/swing/JInternalFrame" is
not valid, since it does not name a type in a packag
e.
Found 4 semantic errors compiling
"../javax/swing/event/MenuDragMouseEvent.java":
43. import javax.swing.MenuElement;
<--------------------->
*** Error: The import "javax/swing/MenuElement" is not
valid, since it does not name a type in a package.
Among others ...
Has anyone had similar problems with the latest
version from CVS ?
CC
--- Carlos Cavanna <address@hidden> wrote:
> Hi,
>
> I have just checked out the latest version of
> Classpath.
>
> I run:
>
> aclocal
> autoheader
> automake
> autoconf
>
> and
>
> . ./configure --prefix=... --with-gcj --enable-jni
>
> Then, when I run "make" I get:
>
> Making all in lib
> make[1]: Entering directory
>
`/scr1/cavanna/Thesis/classpath/classpath.cvs/classpath/lib'
> top_builddir=.. /bin/sh ./gen-classlist.sh standard
> /scr1/cavanna/bin/gcc-3.0.2/bin/gcj -bootclasspath
> '' -classpath
> ..:../vm/current:.: -C -d . @classes
> gcj: cannot specify -o with -c or -S and multiple
> compilations
> make[1]: *** [compile-classes] Error 1
> make[1]: Leaving directory
>
`/scr1/cavanna/Thesis/classpath/classpath.cvs/classpath/lib'
> make: *** [all-recursive] Error 1
>
> I am using gcj 3.0.2
>
> I did compile previous versions of classpath before,
> and I am using the same
> commands
> I always use.
>
> Does anyone know about this error ?
>
> Thanks,
> CC
>
>
> _______________________________________________
> Classpath mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/classpath
__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
- Compilation error, Carlos Cavanna, 2002/04/25
- Re: Compilation error - More Info,
Carlos Cavanna <=
- Re: Compilation error - More Info, Brian Jones, 2002/04/26
- Re: Compilation error - More Info, Mark Wielaard, 2002/04/28
- Re: Compilation error - More Info, Brian Jones, 2002/04/28
- Re: Compilation error - More Info, Etienne M. Gagnon, 2002/04/28
- Re: Compilation error - More Info, R.S. Veldema, 2002/04/29
- Re: Compilation error - More Info, John Leuner, 2002/04/29
- Re: Compilation error - More Info, Stephen Crawley, 2002/04/28
- Re: Compilation error - More Info, Brian Jones, 2002/04/29
Re: Compilation error, Mark Wielaard, 2002/04/28