Fwd: unable to build JLabel (original) (raw)
Pete Brunet peter.brunet at oracle.com
Thu Feb 2 20:17:09 UTC 2012
- Previous message (by thread): unable to build JLabel
- Next message (by thread): Request for review: hotspot/jprt.properties [S]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The problem was caused by the existence of ...\jdk\src\share\classes\javax\swing\JLabel - Copy.java. (This is Windows' scheme for copies.)
-------- Original Message -------- Subject: unable to build JLabel Date: Thu, 02 Feb 2012 10:27:58 -0600 From: Pete Brunet <peter.brunet at oracle.com> Reply-To: peter.brunet at oracle.com To: build-dev <build-dev at openjdk.java.net>
After editing JLabel.java, deleting my build directory, and starting a full build I am getting
make[5]: Entering directory /cygdrive/c/OpenJDK/jdk8/jdk/make/javax/swing' <snip - six sets of mkdir, rm, cp> make[5]: *** No rule to make target
javax/swing/JLabel', needed by
`C:/OpenJDK/jdk8/build/windows-i586/../windows-i586-fastdebug/tmp/com/javax.swing/.classes.list'.
Stop.
My build process was:
// These are done in a bat file before I do any makes
set ALT_BOOTDIR=C:/Progra1/Java/jdk1.7.0_02
set ALT_FREETYPE_HEADERS_PATH=C:/Users/Pete/freetype-2.4.8/include
set ALT_FREETYPE_LIB_PATH=C:/Users/Pete/freetype-2.4.8/objs/win32/vc2010
set ANT_HOME=C:/Progra2/apache-ant-1.7.1
set ALT_MSDEVTOOLS_PATH=C:/Progra2/MICROS1/Windows/v7.0A/bin
set CLASSPATH=
set PATH=C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;
set CYGWIN=nodosfilewarning
cd c:\Users\Pete\cygwin\bin
bash --login -i
// These are done at the cygwin command line
eval bin/vsvars.sh -v10 -32
cd /cygdrive/c/OpenJDK/jdk8
make ARCH_DATA_MODEL=32 ALLOW_DOWNLOADS=true NO_DOCS=true
fastdebug_build 2>&1 | tee build.log
-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://mail.openjdk.org/pipermail/build-dev/attachments/20120202/dd580ebe/attachment.htm>
- Previous message (by thread): unable to build JLabel
- Next message (by thread): Request for review: hotspot/jprt.properties [S]
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]