Xm/Motif for OpenJDK build?

Florian Weimer fweimer at bfk.de
Wed Nov 9 09:11:09 UTC 2011


* Srinivas Ramakrishna:

> Sorry for a rather naive question. I am building openjdk (6) from
> scratch for the first time and am running into an issue when building
> the AWT classes because of not finding the relevant Motif header files
> at the expected locations on my system (ubuntu/x64).

I think these headers are plain Xt, not Motif.  Here's the minimal list
of build dependencies I ended up with:

 ant,
 ant-optional,
 cpio,
 file,
 gawk,
 libasound2-dev,
 libcups2-dev,
 libfreetype6-dev,
 libx11-dev,
 libxext-dev,
 libxi-dev,
 libxrender-dev,
 libxt-dev,
 libxtst-dev,
 m4,
 openjdk-6-jdk,
 openjdk-drops,
 procps,
 unzip,
 x11proto-input-dev,
 zip,

This list is for building OpenJDK 7 on a derivative of Debian squeeze,
but Ubuntu is probably similar.

-- 
Florian Weimer                <fweimer at bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99



More information about the build-dev mailing list