From xemacs-m  Tue Jun 17 03:14:46 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA14922
	for <xemacs-beta@xemacs.org>; Tue, 17 Jun 1997 03:14:45 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id BAA03352; Tue, 17 Jun 1997 01:35:31 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id BAA16595; Tue, 17 Jun 1997 01:14:05 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id BAA06927; Tue, 17 Jun 1997 01:14:03 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id BAA01495; Tue, 17 Jun 1997 01:14:02 -0700
Date: Tue, 17 Jun 1997 01:14:02 -0700
Message-Id: <199706170814.BAA01495@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: N J Doye <nic@niss.ac.uk>
Cc: xemacs-beta@xemacs.org
Subject: Solaris-2.5 /cc problem (Still).
In-Reply-To: <E0wdtGc-0003YH-00@hands.niss.ac.uk>
References: <E0wdtGc-0003YH-00@hands.niss.ac.uk>
X-Mailer: VM 6.32 under 20.3 "Moscow" XEmacs Lucid (beta6)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "N" == N J Doye <nic@niss.ac.uk> writes:

N> Has anyone out there managed to compile (or even configure) beta6 or 7 
N> against the SunPro C compiler yet? 

N> Basically $CPP is 'cc -E' and that don't like '-1$' (or at least the
N> '1$' part) in lines like,

N> x11_lisp=\
N>  ${x11_menubar_lisp}\
N>  ${lispdir}x11/x-faces.elc\
N>  ${lispdir}x11/x-iso8859-1${null}.elc ${lispdir}x11/x-mouse.elc\
N>  ${lispdir}x11/x-select.elc ${x11_scrollbar_lisp}\
N>  ${x11_toolbar_lisp} ${lispdir}x11/x-misc.elc\
N>  ${lispdir}x11/x-init.elc

N> from the temporary file src/junk.c . I don't appear to know enough
N> about cpp to fix this myself...

This will all be completely different very soon.

Temporary fix might be:

CPP=/usr/ccs/lib/cpp configure ...

Martin

