Thanks! Navigating to /moz and typing build duplicates the same error. That's starting to leave cygwin version as an issue. Still working on that (not sure how to know which version I am running).
The methodology to build is precisely that on the tcsh webpage (linked below). Install all the various zip files, make sure the perl modules are up to date, get rid of cygwin issues, then run configure, bootstrap, source, rehash, then dmake. Earlier today, I ran into an issue where there was a GB language pack not found. Turns out that there were two calls for en-US, one calling for the GP pack and one calling for the US pack. I simply edited one of the en-US to en-GB and went past that bug, though that's not a permanent fix. Now, down in moz, I have this code looking to see if this is a solaris box and quitting if it's not. I'm strongly inclined to comment out the call that forces a quit and moving along. I'd still like to know what's happening. Many thanks thus far. I'll return when I figure out which cygwin version I'm running. Jack On Mon, 18 Jul 2005 16:24:01 -0400 Volker Quetschke <[EMAIL PROTECTED]> wrote: >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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
