Well, that ought to teach me to comment stuff out. Now, it
crashes in the very next block of code with this error:

/cygdrive/c/downloads/openOffice/src680_m117/moz
dmake:  extractfiles.mk:  line 240:  Error -- Expecting
macro or rule defn, foun
d neither

The code it's crashing in now is this:

# copy files in COMPONENT_RUNTIMELIST
        +$(foreach,file,$(COMPONENT_RUNTIMELIST) $(COPY)
$(MOZ_BIN_DIR)$/components$/$(DLLPRE)$(file)$(DLLPOST) \
        $(RUNTIME_DIR)$/components$/$(DLLPRE)$(file)$(DLLPOST) &&)
\
        echo >& $(NULLDEV)

Now, I have to wonder if it's not unzipping the files in
the /moz/zipped directory.

In short, something is not right, and commenting out the
effects of testing for solaris didn't fix anything.

More research. Maybe this new "bug" will trigger some more
ideas.

Thanks
Jack

On Mon, 18 Jul 2005 14:01:15 -0700
 <[EMAIL PROTECTED]> wrote:
>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
>
<snip>

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

Reply via email to