Mat Kramer wrote:
Thanks to everyone for the help. I'm trying to get up and running and ease into understanding whatever parts of the system I need to. I have a few follow-up questions.

1. Where can I find the latest milestone? At least I can add those instructions to the Wiki page under the big green line that says:
=> Current Milestone is m239

That should be m243 now.

2. The Wiki says that I need to install gperf.  Is that still true?

I think so; it was introduced as a build dependency with m243

3. My current configure line is:
 ./configure \
 --with-lang="en-US de fr" \
 --disable-odk \
 --disable-pasf \
 --disable-gtk \
 --disable-headless \
 --disable-build-mozilla \
 --with-build-version=$OOVERSION-`date +%d-%m-%y` \
 --disable-fontconfig \
 --without-nas \
 --with-use-shell=bash \
 --with-jdk-home=/System/Library/Frameworks/JavaVM.framework/Home

Based on Shaun's advice: Do I still need --disable-fontconfig? What does it do? Same question for --disable-odk.

--disable-fontconfig turns off the fontconfig support on unixish systems (which MacOSX is one of). Fontconfig is not needed for the aqua version (though could be used for the X11 build).

--disable-odk turns off build the development kit, which saves build time.

After adding --without-system-openssl, configure completes but gives me the following warning: "- building without-x is not fully supported yet. Specify --with-x or be ready to face build problems"
Is that OK?

Yes.

Kind regards, pl


--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
     -- Author unknown

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to