View Single Post
Old 07-31-2007, 02:29 AM  
Mr Pheer
Too lazy to set a custom title
 
Mr Pheer's Avatar
 
Industry Role:
Join Date: Dec 2002
Posts: 21,468
need help with compiler error

I keep getting this error:
web# make incoming.cgi
"Makefile", line 26: Unassociated shell command "$(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES)
"Makefile", line 27: Unassociated shell command "$(DOMAINFILES)
make: fatal errors encountered -- cannot continue

this is line 25, 26 and 27:
ALLCONFIG = $(CONFIGDIR)/incoming.h \
$(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES) \
$(DOMAINFILES)

Script is written in C and used to work on my servers that ran older version of FreeBSD.

Anybody have a fix?
Mr Pheer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote