The most (only?) important problem is number three: "dmake hangs". I
describe them in chronological order,

=====================
Environment description:
=====================
I checked out the tower using: cvs
-d:pserver:[EMAIL PROTECTED]:/cvs update -r
OpenOffice_2_0_1 OpenOffice >hesu/cvs_update_log.txt

Nothing is changed except that I use version 1.143.2.3 of
config_office/configure.in, due to problems with my DirectX
installation.

I've tried to get my environment functional by using free alternatives
to "Visual studio 2003" and therefor have to use these configure
parameters:
$ ./configure --with-cl-home="/cygdrive/c/Program/Microsoft Visual
Studio .NET 2003/Vc7"
--with-jdk-home="/cygdrive/c/Program/Java/j2sdk1.4.2_10"
--with-use-shell=tcsh --with-midl-path="/cygdrive/c/Program/Microsoft
Platform SDK/Bin"
--with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v1.1.4322"
--with-frame-home="/cygdrive/c/Program/Microsoft.NET/SDK/v1.1"
--with-ant-home="/cygdrive/c/Program/apache-ant-1.6.5"
>../1.configure-01.txt

(I just had to fetch instmsia.exe and instmsiw.exe from my computer at
work. I think this is OK according to the MS license, since I'm using
parts of the paid-for studio for private use at home.)

=====================
Problem 1: mv: cannot stat
=====================
I get this error output from dmake:
mv: cannot stat `./wntmsci10.pro/misc/build/ttf-bitstream-vera-1.10':
No such file or directory
mv: cannot stat `./wntmsci10.pro/misc/build/boost-1.30.2': No such
file or directory
mv: cannot stat `../wntmsci10.pro/misc/build/spirit-1.6.1': No such
file or directory

What does it mean? Do I have to fix this?

=====================
Problem 2: zip not found or empty
=====================
dmake then reports this in errror output:
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning: ../../wntmsci10.pro/bin/autotextuser.zip not found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning:
../../../wntmsci10.pro/bin/autotextshare_en-US.zip not found or empty
        zip warning: ../../../wntmsci10.pro/bin/autocorr.zip not found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning: ../../wntmsci10.pro/bin/database.zip not found or empty
        zip warning: ../../wntmsci10.pro/bin/databasebiblio.zip not
found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning: ../../wntmsci10.pro/bin/gallroot.zip not found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning: ../../../wntmsci10.pro/bin/gallbullets.zip not
found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition
zipdep -- version: 1.12
Multi Platform Enabled Edition
        zip warning: ../../../wntmsci10.pro/bin/gallsound.zip not found or empty
zipdep -- version: 1.12
Multi Platform Enabled Edition

What can I do to avaoid this?

=====================
Problem 3: dmake hangs
=====================
After the output above, dmake hangs. Without consuming more CPU (I
waited an hour).
The file containing standard output ends like this:
------------------------------
Making: ../../../wntmsci10.pro/bin/gallsound.zip
rebuilding zipfiles
------------------------------
zip -u -j ../../../wntmsci10.pro/bin/gallsound.zip  *   -x  
makefile.*  -x delzip -x "*CVS*" || if ("$status" != "12" && "$status"
!= "1") exit $status && echo "Nothing to update for zip"
  adding: sg100.sdv (deflated 95%)
  adding: sg100.thm (deflated 93%)
  adding: sg30.sdv (deflated 95%)
  adding: sg30.thm (deflated 88%)
------------------------------
Making: ../../../wntmsci10.pro/misc/gallerygallerysound.dpz
dmake  -f makefile.mk product="full" make_zip_deps=true  
../../../wntmsci10.pro/misc/gallsound.dpzz
echo # > ../../../wntmsci10.pro/misc/gallsound.dpzz
type 4
zipdep.pl -u -j  ../../../wntmsci10.pro/bin/gallsound.zip "*" "-x"
"makefile.*" -x "*CVS*" >> ../../../wntmsci10.pro/misc/gallsound.dpzz
cat   ../../../wntmsci10.pro/misc/gallsound.dpzz /tmp/mk7GPA2h | grep
-v "CVS" >> ../../../wntmsci10.pro/misc/gallerygallerysound.dpz
echo zipdep_langs=en-US  >> ../../../wntmsci10.pro/misc/gallerygallerysound.dpz
-------------
/cygdrive/c/OpenOffice/extras/source/gallery/gallery_system

---* tg_merge.mk *---

I think the last line is due to my ctrl-c.
I have downloaded a snapshot of cygwin1.dll (from 2005-12-27), due to
issue i#51560#, but that did not solve the problem.

How can I get further?
/$

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

Reply via email to