Thanks very much! Joining the lines worked like a charm.
-- Marvin Humphrey
On Apr 7, 2004, at 8:28 PM, Jason Linhart wrote:
On 4/7/04 11:10 PM Marvin Humphrey ([EMAIL PROTECTED]) wrote:
gcc -O2 -DUNIX -DNOUNCRYPT -c unzip.c unzip.c:63: Invalid token in expression
Lines 63 and 64 read:
#if !defined(unix) && !defined(CASESENSITIVITYDEFAULT_YES) && \ !defined(CASESENSITIVITYDEFAULT_NO)
I don't have FreeBSD setup, so I haven't tested this, but you might try removing the backslash and combing those two lines into one. If that doesn't work you should be able to just replace them with:
#if 0
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------