Previous mail
Next mail
Unformatted/full headers
Overview 10 days
Subject
Date
Thread
Author
From: Frank Heckenbach
Subject: compiling-update
Date: 25 Jan 2005, 17:56:06
Adriaan van Os wrote: > jan.ruzicka@comcast.net wrote: > > > ----------------------------------------------------------------------- > > ------- > > TEST fjf165a.pas: ./fjf165a.cmp: line 40: unexpected EOF while > > looking for matching `"' > > ./fjf165a.cmp: line 42: syntax error: unexpected end of file > > ----------------------------------------------------------------------- > > ------- > > Does anybody have any idea what may cause this? > > I can reproduce it now on Mac OS X 10.3, it doesn't happen on Mac OS X > 10.2. I guess it has something to do with the redirection used in the > fjf165a.cmp script, but this is really something for shell-script > experts: > > > if gcc dummy.c > /dev/null 2>&1 && [ -r "$A_OUT" ] && [ x"`./"$A_OUT" > > 2> /dev/null`" = x"ƒ" ]; then I guess we can take out one pair of quotes. Shouldn't really be a problem (just paranoia). Apparently that shell doesn't like nested quotes. if gcc dummy.c > /dev/null 2>&1 && [ -r "$A_OUT" ] && [ x"`./$A_OUT 2> /dev/null`" = x"Ä" ]; then Frank
Previous mail
Next mail
Unformatted/full headers
Overview 10 days
Subject
Date
Thread
Author
| Author | Subject | Date |
|---|---|---|
| Adriaan van Os | compiling-update | 23 Jan 2005, 23:12:49 |
Note: This page contains information that does not originate from the owner of this web site, but from the authors of the mails archived. The owner of this web site is not responsible for the content of such information. Any use of that infomation requires the consent of the respective author.
Where WWW addresses (URLs) in the mails archived are marked as hyperlinks, this is only for the comfort of the reader. The content of the web pages linked to like this does not necessarily reflect the opinion of the owner of this web site or of the authors of the mails archived. The owner of this web site is not responsible for the content of such web pages. Those pages are explicitly not to be considered as part of the content of this page, but merely as references.
This page was created by Crystal 0.999 (Linux 2.4.27/i686).