>Le 18 nov. 09 à 20:55, Albretch Mueller a écrit :
>>  Hi
>>
>>  I finished running configure and bootstrap, but dmake is stumbing on:
>>
>> dmake:  Error: -- Configuration file
>> `/usr/local/share/startup/startup.mk' not found
>>
>>  "startup.mk" seems to be there:
>
>Just a wild guess ... did you do " source LinuxX86Set.Env.sh " (or a
>name close of that ) in the $SRC dir ?

 Since you pointed out to me;  actually, the only change I made (and
that may be even a wilder guess) is that I included and run the
"configure" script within another script in order to configure things
in a documented way, do custom logging and stuff.

 I think it should not whatsoever, but could that possibly make a
difference? Should I post here the whole script? Here is the
"configrue" part:

#  running configure:
echo " " > "${_INST_LOGFL}" 2>&1
echo "~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ running configure: ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ " >> "${_INST_LOGFL}" 2>&1

# I'd wish. Excluded for now
# --enable-pdfimport \
# --enable-kde \ related to Qt?


./configure --srcdir="${_SRC_DIR}" \
--prefix="${_PREFIX_DIR}" \
--exec-prefix="${_E_PREFIX_DIR}" \
--datadir="${_DATA_DIR}" \
\
--without-system-icu \
--without-system-agg \
--without-system-lpsolve \
--without-system-mspack \
--without-system-python \
--without-system-db \
--without-system-jars \
--without-system-altlinuxhyph \
\
--with-system-zlib \
--with-system-stdlibs \
--with-system-libs \
--with-system-curl \
--with-system-jpeg \
--with-system-expat \
--with-system-freetype \
--with-system-libxml \
--with-system-libxslt \
--with-system-libwpd \
--with-system-hunspell \
--with-system-openssl \
--with-system-hsqldb \
--with-system-cairo \
\
--disable-epm \
--disable-gnome-vfs \
--disable-directx \
--disable-activex \
--disable-atl \
--disable-gpc \
--disable-vba \
--disable-Xaw \
--disable-odk \
--disable-mozilla \
--disable-neon \
--disable-altlinuxhyph \
--disable-lockdown \
--disable-gconf \
--disable-gnome-vfs \
--disable-gtk \
--disable-dbus \
--disable-opengl \
\
--enable-verbose \
--enable-cups \
--enable-fontconfig \
--enable-cairo \
--enable-pdfimport \
--enable-report-builder \
\
--with-x \
--with-x-includes="${_X_INCLD}" \
--with-x-libraries="${_X_LIB}" \
--with-vendor="${_BLD_MSX}" \
--with-build-version="${_BLD_VERSION}" \
--with-unix-wrapper="${_UNIX_WRAPPER}" \
--with-use-shell="${_SHELL}" \
--with-lang="${_LANGS}" \
--with-dict="${_DICTS}" \
--with-perl-home="${_PERL_HOME}" \
\
--with-hsqldb-jar="${_HSQLDB_JAR}" \
--with-ant-home="${_ANT_HOME}" \
--with-jdk-home="${_JAVA_HOME}" >> "${_INST_LOGFL}" 2>&1


 Why would "configure" or "bootstrap" produce three startup.mk in
those three different places?

 lbrtchx

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to