build problem
Phil Race
philip.race at oracle.com
Fri Nov 16 15:14:50 PST 2012
Can anyone explain what the solution might be to the following
build failure on Windows 7 x64. I'm using our current JDK8 2d team repo :-
sh ./configure --with-boot-jdk=c:/jdk1.7
make NEWBUILD=true BUILD_DEPLOY=false BUILD_INSTALL=false
No checks yet
cd /cygdrive/c/jdks/2d/build/windows-x86_64-normal-server-release/ &&
make all
make[1]: Entering directory
`/cygdrive/c/jdks/2d/build/windows-x86_64-normal-server-release'
/cygdrive/c/jdks/2d/build/windows-x86_64-normal-server-release/spec.gmk:601:
*** missing `endif'. Stop.
make[1]: Leaving directory
`/cygdrive/c/jdks/2d/build/windows-x86_64-normal-server-release'
make: *** [all] Error 2
line 601 is the last line of spec.gmk and if I add endif afterwards it
seems to
at least get past this point but obviously something is wrong. I looked
over
the file and all if's seem balanced to me.
Last few lines of the file look like this :- "8(0" looks odd too but
changing that doesn't seem to fix my issue.
----
# Name of Service Agent library
SALIB_NAME=sawindbg.dll
OS_VERSION_MAJOR:=1
OS_VERSION_MINOR:=7
OS_VERSION_MICRO:=8(0
# Include the custom-spec.gmk file if it exists
-include $(dir
/cygdrive/c/jdks/2d/build/windows-x86_64-normal-server-release/spec.gmk)/custom-spec.gmk
-----
-phil.
More information about the build-infra-dev
mailing list