[fyi][icedtea7] windows builds
Alex Kasko
alex.kasko.lists at gmail.com
Sun Jul 28 14:26:07 PDT 2013
Hi,
Just for your information, icedtea7 tip (hg:0a8108854365) builds fine on
windows-i586 and windows-amd64 without additional patches.
I've obtained sources from "icedtea7/openjdk" directory by running:
./configure \
--disable-system-zlib \
--disable-system-jpeg \
--disable-system-png \
--disable-system-gif \
--disable-system-lcms \
--disable-compile-against-syscalls \
--disable-nss
and "make" on debian wheezy.
Then built these sources on windows (xp and 2003x64) as separate openjdk
builds (without icedtea infrastructure) using additional environment
variables:
set USE_SYSTEM_GTK=true
set USE_SYSTEM_GCONF=true
set USE_SYSTEM_GIO=true
set USE_SYSTEM_CUPS=true
set USE_SYSTEM_FONTCONFIG=true
set RHINO_JAR=%LIBS_DIR%/rhino.jar
set FT2_CFLAGS=-I$(FREETYPE_HEADERS_PATH)
-I$(FREETYPE_HEADERS_PATH)/freetype2
set DISABLE_INTREE_EC=true
--
Regards,
Alex Kasko
More information about the distro-pkg-dev
mailing list