[Open Office] Re: mozilla-build-cygpath.diff
NAKATA Maho
chat95 at mac.com
Tue Nov 29 20:18:26 EST 2005
In Message-ID: <438C1F6D.8050907 at sjsoft.com>
David Fraser <davidf at sjsoft.com> wrote:
> Yes I've had this problem too. It happens only on NTFS, not on FAT or
> samba drives which is maybe why other people get by OK.
> I have committed a change to unpack to make it executable if it is not.
thanks. this is a trivial one :)
> >vc71-*.zip files are also in moz/download.
> >
> What do you mean by this?
if we enabled the mozilla we need vc71-glib* vc71-libIDL* for Windows.
these are checked at configure stage, and we do not download them thus
build fails.
from config_office/configure.in
..
Please copy $MOZILLA_SOURCE_VERSION to moz/download/.
The archive can be found here:
http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla$MOZILLA_VERSION/source/])
else
AC_MSG_RESULT([found])
fi
if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([for glib and libIDL binaries])
if test ! -e "../moz/download/vc71-glib-1.2.10-bin.zip" \
-o ! -e "../moz/download/vc71-libIDL-0.6.8-bin.zip" \
-o ! -e "../moz/download/wintools.zip" ; then
AC_MSG_ERROR([One or more of the following archives is missing in moz/download/
vc71-glib-1.2.10-bin.zip
vc71-libIDL-0.6.8-bin.zip
..
thanks.
-- NAKATA, Maho (maho at FreeBSD.org)
More information about the Openoffice
mailing list