2007/1/10, Alex Blewitt <[EMAIL PROTECTED]>:
So, I had to check that the build.xml worked properly (as opposed to just running in Eclipse) and had a few joys whilst doing that. Here's what I found:1) The ant at the top level seems to do a lot of stuff at the C level; the dependency set-up required icc34.h and lcms.h, which I guess is coming from the trunk/make/depends.xml: <mkdir dir="depends/libs/build/lcms" /> <check-one-link src="${lcms.home}/include/icc34.h" dest="depends/libs/build/lcms/icc34.h" message="${lcms.msg}" /> <check-one-link src="${lcms.home}/include/lcms.h" dest="depends/libs/build/lcms/lcms.h" message="${lcms.msg}" /> I'm not sure why that should be necessary if I'm just building the Java components. In the end, I didn't follow this through, because by then, it had whatever properties files that were needed to make it happen.
These headers and libs are needed by awt. SY, Alexey
