Hi Jack,
Building moz on 680_m117 with cygwin tcsh, I get this error============= Building project moz ============= /cygdrive/c/downloads/openOffice/src680_m117/moz dmake: extractfiles.mk: line 215: Error -- Expecting macro or rule defn, found neither
I'm wondering what's going on here. As for the extras/source/autotext problem you reported I also cannot reproduce this one. M117 build build fine here except for the "solenv/inc/startup/wnt/macros.mk" problem. It might be a cygwin problem, which version do you use?
The specific code in extractfiles.mk is this:
# copy files in RES_FILELIST
.IF "$(OS)"=="SOLARIS"
@+$(COPY) $(MOZ_BIN_DIR)$/res$/charsetalias.properties
$(RUNTIME_DIR)$/res$/charsetalias.properties
.ELSE
@echo No Res Files to copy.
.ENDIF
Is the error reproducible? The above code looks fine to me. As you can see here <http://tools.openoffice.org/source/browse/external/moz/extractfiles.mk> that code didn't change in a while and it works for everyone else. (snip)
How can that be? If that is the case, and the .ELSE followed by "@echo" acts like an assert(), then this code should not build for anything other than Solaris. Since google doesn't mention other people with this issue, it seems more like something I might have missed in the configure stage.
Good question.
I did not disable mozilla. I did put the precompiled binaries in /moz/zipped
Works for me.
I believe I followed all the other instructions found at http://tools.openoffice.org/dev_docs/build_windows_tcsh.html What am I missing?
No idea at the moment. How do you start the build? dmake in source directory? Can you try $ cd moz $ build and see if that changes anything? (It shouldn't) Cygwin 1.5.18 has a known problem (forgot the iz#) but cygwin 1.5.17 and the current cygwin snapshot work for me. Volker -- If you like my work consider: http://www.scytek.de/donations.html PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D
signature.asc
Description: OpenPGP digital signature
