Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling crossfire for HP
- To: crossfire (at) ifi.uio.no
- Subject: Re: Compiling crossfire for HP
- From: Petri Heinila <>
- Date: Thu, 13 Oct 1994 12:30:32 +0200 (EET)
- In-Reply-To: <9410131017.AA17921@comix>
On Thu, 13 Oct 1994, Magnus Werner wrote:
> cpp: "Imakefile", line 58: warning 2006: Parameter holes filled with a null string.
> cpp: "Imake.tmpl", line 684: warning 2006: Parameter holes filled with a null string.
> cpp: "Imake.tmpl", line 710: warning 2006: Parameter holes filled with a null string.
Relax, these are only warnings :)
This warnign comes from hp cpp feature using macro expandsiong, like
macro calls:
NormalPrograTarget(crossfire ,$(OBJS),,$(LOCAL_LIBRARIES),/**/)
the there are empty parameters like "" or "/**/". the proper way is use
like
NormalPrograTarget(crossfire ,$(OBJS),$(NULL),$(LOCAL_LIBRARIES),$(NULL))
> DependSubdirs($(SUBDIRS)) <=== Line 58
That should be ok, check out again what Imakefile it was.
> Imake.tmpl simply doesn't exist!! What should I do? Any help appreciated and it
It's in hp X11 system directories, I quess your system manager is
edited the Imake.tmpl and the warnings comes from that reason.
-- <A HREF="http://www.lut.fi/~hevi/">The Page</A> --