From xemacs-m  Mon Jun 23 11:30:41 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA22766
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 11:30:40 -0500 (CDT)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer.in.aventail.com [192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with SMTP id JAA26308;
	Mon, 23 Jun 1997 09:30:42 -0700 (PDT)
To: N J Doye <nic@niss.ac.uk>
Cc: xemacs-beta@xemacs.org
Subject: Re: Copenhagen/Solaris2.5 lwlib/Makefile urgle?
References: <E0wgBra-0004rD-00@hands.niss.ac.uk>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;
From: wmperry@aventail.com (William M. Perry)
Date: 23 Jun 1997 09:30:42 -0700
In-Reply-To: N J Doye's message of "Mon, 23 Jun 1997 16:21:11 +0000"
Message-ID: <86205tjn7x.fsf@kramer.in.aventail.com>
Lines: 31
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

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


> OK so the CPP='cc -E' problem appears to be fixed. Cheers Martin! New
> problemo... The error:
> 
> make[1]: Leaving directory `/home/hands/ccsnjd/Src/xemacs-20.0/lib-src'
> cd lwlib && make all  \
>         CC='cc' CFLAGS='-v -xO4' MAKE='make'
> make[1]: Entering directory `/home/hands/ccsnjd/Src/xemacs-20.0/lwlib'
> Makefile:1: *** missing separator.  Stop.
> make[1]: Leaving directory `/home/hands/ccsnjd/Src/xemacs-20.0/lwlib'
> make: *** [lwlib] Error 2
> 
> Some configure info follows in a mo. I can't see anything obviously
> wrong with the makefile... Hmmm. This is GNU Make version 3.74, I
> think. Other makes report:

  Gack.  Something is wrong - those C-style comments should _NOT_ be in the 
Makefile.  My lwlib/Makefile (under linux) looks like:

......start of file
.SUFFIXES:
.SUFFIXES: .c .o .i .h
srcdir=/usr/local/src/xemacs-20.3-b8/lwlib
SHELL=/bin/sh
CC=gcc
CPP=gcc -E
......etc.

-Bill P.

